1# Changelog 2 3## [0.7.0](https://www.github.com/nodejs/gyp-next/compare/v0.6.2...v0.7.0) (2020-12-17) 4 5 6### ⚠ BREAKING CHANGES 7 8* **msvs:** On Windows, arguments passed to the "action" commands are no longer transformed to replace slashes with backslashes. 9 10### Features 11 12* **xcode:** --cross-compiling overrides arch-specific settings ([973bae0](https://www.github.com/nodejs/gyp-next/commit/973bae0b7b08be7b680ecae9565fbd04b3e0787d)) 13 14 15### Bug Fixes 16 17* **msvs:** do not fix paths in action command arguments ([fc22f83](https://www.github.com/nodejs/gyp-next/commit/fc22f8335e2016da4aae4f4233074bd651d2faea)) 18* cmake on python 3 ([fd61f5f](https://www.github.com/nodejs/gyp-next/commit/fd61f5faa5275ec8fc98e3c7868c0dd46f109540)) 19* ValueError: invalid mode: 'rU' while trying to load binding.gyp ([d0504e6](https://www.github.com/nodejs/gyp-next/commit/d0504e6700ce48f44957a4d5891b142a60be946f)) 20* xcode cmake parsing ([eefe8d1](https://www.github.com/nodejs/gyp-next/commit/eefe8d10e99863bc4ac7e2ed32facd608d400d4b)) 21 22### [0.6.2](https://www.github.com/nodejs/gyp-next/compare/v0.6.1...v0.6.2) (2020-10-16) 23 24 25### Bug Fixes 26 27* 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)) 28* only include MARMASM when toolset is target ([5a2794a](https://www.github.com/nodejs/gyp-next/commit/5a2794aefb58f0c00404ff042b61740bc8b8d5cd)) 29 30### [0.6.1](https://github.com/nodejs/gyp-next/compare/v0.6.0...v0.6.1) (2020-10-14) 31 32 33### Bug Fixes 34 35* Correctly rename object files for absolute paths in MSVS generator. 36 37## [0.6.0](https://github.com/nodejs/gyp-next/compare/v0.5.0...v0.6.0) (2020-10-13) 38 39 40### Features 41 42* The Makefile generator will now output shared libraries directly to the product directory on all platforms (previously only macOS). 43 44## [0.5.0](https://github.com/nodejs/gyp-next/compare/v0.4.0...v0.5.0) (2020-09-30) 45 46 47### Features 48 49* Extended compile_commands_json generator to consider more file extensions than just `c` and `cc`. `cpp` and `cxx` are now supported. 50* Source files with duplicate basenames are now supported. 51 52### Removed 53 54* The `--no-duplicate-basename-check` option was removed. 55* The `msvs_enable_marmasm` configuration option was removed in favor of auto-inclusion of the "marmasm" sections for Windows on ARM. 56 57## [0.4.0](https://github.com/nodejs/gyp-next/compare/v0.3.0...v0.4.0) (2020-07-14) 58 59 60### Features 61 62* Added support for passing arbitrary architectures to Xcode builds, enables `arm64` builds. 63 64### Bug Fixes 65 66* Fixed a bug on Solaris where copying archives failed. 67 68## [0.3.0](https://github.com/nodejs/gyp-next/compare/v0.2.1...v0.3.0) (2020-06-06) 69 70 71### Features 72 73* Added support for MSVC cross-compilation. This allows compilation on x64 for a Windows ARM target. 74 75### Bug Fixes 76 77* Fixed XCode CLT version detection on macOS Catalina. 78 79### [0.2.1](https://github.com/nodejs/gyp-next/compare/v0.2.0...v0.2.1) (2020-05-05) 80 81 82### Bug Fixes 83 84* Relicensed to Node.js contributors. 85* Fixed Windows bug introduced in v0.2.0. 86 87## [0.2.0](https://github.com/nodejs/gyp-next/releases/tag/v0.2.0) (2020-04-06) 88 89This 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. 90