|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -All notable changes to this project will be documented in this file. |
| 3 | +### [0.6.1](https://github.com/nodejs/gyp-next/compare/v0.6.0...v0.6.1) (2020-10-14) |
4 | 4 |
|
5 |
| -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
6 | 5 |
|
7 |
| -## [Unreleased] |
| 6 | +### Bug Fixes |
8 | 7 |
|
9 |
| -## [0.6.1] - 2020-10-14 |
| 8 | +* Correctly rename object files for absolute paths in MSVS generator. |
10 | 9 |
|
11 |
| -### Fixed |
12 |
| -- Correctly rename object files for absolute paths in MSVS generator. |
| 10 | +## [0.6.0](https://github.com/nodejs/gyp-next/compare/v0.5.0...v0.6.0) (2020-10-13) |
13 | 11 |
|
14 |
| -## [0.6.0] - 2020-10-13 |
15 | 12 |
|
16 |
| -### Added |
17 |
| -- The Makefile generator will now output shared libraries directly to the product |
18 |
| - directory on all platforms (previously only macOS). |
| 13 | +### Features |
19 | 14 |
|
20 |
| -## [0.5.0] - 2020-09-30 |
| 15 | +* The Makefile generator will now output shared libraries directly to the product directory on all platforms (previously only macOS). |
21 | 16 |
|
22 |
| -### Added |
23 |
| -- Extended compile_commands_json generator to consider more file extensions than |
24 |
| - just `c` and `cc`. `cpp` and `cxx` are now supported. |
25 |
| -- Source files with duplicate basenames are now supported. |
| 17 | +## [0.5.0](https://github.com/nodejs/gyp-next/compare/v0.4.0...v0.5.0) (2020-09-30) |
| 18 | + |
| 19 | + |
| 20 | +### Features |
| 21 | + |
| 22 | +* Extended compile_commands_json generator to consider more file extensions than just `c` and `cc`. `cpp` and `cxx` are now supported. |
| 23 | +* Source files with duplicate basenames are now supported. |
26 | 24 |
|
27 | 25 | ### Removed
|
28 |
| -- The `--no-duplicate-basename-check` option was removed. |
29 |
| -- The `msvs_enable_marmasm` configuration option was removed in favor of |
30 |
| - auto-inclusion of the "marmasm" sections for Windows on ARM. |
31 | 26 |
|
32 |
| -## [0.4.0] - 2020-07-14 |
| 27 | +* The `--no-duplicate-basename-check` option was removed. |
| 28 | +* The `msvs_enable_marmasm` configuration option was removed in favor of auto-inclusion of the "marmasm" sections for Windows on ARM. |
| 29 | + |
| 30 | +## [0.4.0](https://github.com/nodejs/gyp-next/compare/v0.3.0...v0.4.0) (2020-07-14) |
| 31 | + |
| 32 | + |
| 33 | +### Features |
| 34 | + |
| 35 | +* Added support for passing arbitrary architectures to Xcode builds, enables `arm64` builds. |
| 36 | + |
| 37 | +### Bug Fixes |
| 38 | + |
| 39 | +* Fixed a bug on Solaris where copying archives failed. |
| 40 | + |
| 41 | +## [0.3.0](https://github.com/nodejs/gyp-next/compare/v0.2.1...v0.3.0) (2020-06-06) |
| 42 | + |
33 | 43 |
|
34 |
| -### Added |
35 |
| -- Added support for passing arbitrary architectures to Xcode builds, enables `arm64` builds. |
| 44 | +### Features |
36 | 45 |
|
37 |
| -### Fixed |
38 |
| -- Fixed a bug on Solaris where copying archives failed. |
| 46 | +* Added support for MSVC cross-compilation. This allows compilation on x64 for a Windows ARM target. |
39 | 47 |
|
40 |
| -## [0.3.0] - 2020-06-06 |
| 48 | +### Bug Fixes |
41 | 49 |
|
42 |
| -### Added |
43 |
| -- Added support for MSVC cross-compilation. This allows compilation on x64 for |
44 |
| - a Windows ARM target. |
| 50 | +* Fixed XCode CLT version detection on macOS Catalina. |
45 | 51 |
|
46 |
| -### Fixed |
47 |
| -- Fixed XCode CLT version detection on macOS Catalina. |
| 52 | +### [0.2.1](https://github.com/nodejs/gyp-next/compare/v0.2.0...v0.2.1) (2020-05-05) |
48 | 53 |
|
49 |
| -## [0.2.1] - 2020-05-05 |
50 | 54 |
|
51 |
| -### Fixed |
52 |
| -- Relicensed to Node.js contributors. |
53 |
| -- Fixed Windows bug introduced in v0.2.0. |
| 55 | +### Bug Fixes |
54 | 56 |
|
55 |
| -## [0.2.0] - 2020-04-06 |
| 57 | +* Relicensed to Node.js contributors. |
| 58 | +* Fixed Windows bug introduced in v0.2.0. |
56 | 59 |
|
57 |
| -This is the first release of this project, based on https://chromium.googlesource.com/external/gyp |
58 |
| -with changes made over the years in Node.js and node-gyp. |
| 60 | +## [0.2.0](https://github.com/nodejs/gyp-next/releases/tag/v0.2.0) (2020-04-06) |
59 | 61 |
|
60 |
| -[Unreleased]: https://github.com/nodejs/gyp-next/compare/v0.6.1...HEAD |
61 |
| -[0.6.1]: https://github.com/nodejs/gyp-next/compare/v0.6.0...v0.6.1 |
62 |
| -[0.6.0]: https://github.com/nodejs/gyp-next/compare/v0.5.0...v0.6.0 |
63 |
| -[0.5.0]: https://github.com/nodejs/gyp-next/compare/v0.4.0...v0.5.0 |
64 |
| -[0.4.0]: https://github.com/nodejs/gyp-next/compare/v0.3.0...v0.4.0 |
65 |
| -[0.3.0]: https://github.com/nodejs/gyp-next/compare/v0.2.1...v0.3.0 |
66 |
| -[0.2.1]: https://github.com/nodejs/gyp-next/compare/v0.2.0...v0.2.1 |
67 |
| -[0.2.0]: https://github.com/nodejs/gyp-next/releases/tag/v0.2.0 |
| 62 | +This is the first release of this project, based on https://chromium.googlesource.com/external/gyp with changes made over the years in Node.js and node-gyp. |
0 commit comments