v1.25.0
What's Changed
- merge stable by @MartinNowak in #2061
- Minor code cleanup (whitespace, import) by @Geod24 in #2063
- Remove redundant code with relativeTo by @Geod24 in #2062
- Set cwd on spawn functions instead of chdir by @Geod24 in #2065
- Hotfix for #2051 by @drug007 in #2064
- Renaming a file by @drug007 in #2066
- Raise minimum Vibe.d requirement to v0.9.0 by @Geod24 in #2067
- merge stable by @MartinNowak in #2071
- Cleanup http listener in vibed template by @gizmomogwai in #2072
- merge stable by @MartinNowak in #2074
- Improve 'linker-D-flag' detection for ldmd2 by @kinke in #2082
- Extend 'linker dflags' detection for DMD by @kinke in #2083
- Selectively import symbols from std.array. by @veelo in #2089
- Remove unused selective imports. by @veelo in #2088
- Remove unused imports from compiler.d. by @veelo in #2090
- Refactor imports (inet.url -> inet.path). by @veelo in #2091
- Remove unused std.range import. by @veelo in #2092
- Remove unused imports. by @veelo in #2093
- Refactor imports. by @veelo in #2094
- Refactor import. Url is not used directly, but path is. by @veelo in #2097
- Remove unused imports. by @veelo in #2096
- Deprecate unused but public import. by @veelo in #2095
- Fix #2085: [visuald] spurious library project by @veelo in #2098
- Add some generated files to .gitignore by @ljmf00 in #2102
- Fix #2086 copyFiles in subPackage does not honour targetPath. by @veelo in #2087
- Replacing run-unittest.sh by run-unittest.d. Inception by @drug007 in #2084
- Include copyFiles and extraDependencyFiles in visuald projects. by @veelo in #2099
- Bump FRONTEND, move dmd to latest by default. by @maxhaton in #2104
- merge stable by @MartinNowak in #2106
- Actually copy copyFiles when building in Visual Studio. by @veelo in #2105
- import 'std.variant.Algebraic' properly by @BorisCarvajal in #2108
- merge stable by @MartinNowak in #2107
- Fixed a regression with DFLAGS environment variable and cached generated unittest by @foerdi in #2116
New Contributors
- @gizmomogwai made their first contribution in #2072
- @maxhaton made their first contribution in #2104
- @BorisCarvajal made their first contribution in #2108
Full Changelog: v1.24.1...v1.25.0