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