source: trip-planner-front/node_modules/node-gyp/gyp/CHANGELOG.md@ 6a80231

Last change on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 2.3 KB
Line 
1# Changelog
2
3### [0.6.2](https://www.github.com/nodejs/gyp-next/compare/v0.6.1...v0.6.2) (2020-10-16)
4
5
6### Bug Fixes
7
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
11### [0.6.1](https://github.com/nodejs/gyp-next/compare/v0.6.0...v0.6.1) (2020-10-14)
12
13
14### Bug Fixes
15
16* Correctly rename object files for absolute paths in MSVS generator.
17
18## [0.6.0](https://github.com/nodejs/gyp-next/compare/v0.5.0...v0.6.0) (2020-10-13)
19
20
21### Features
22
23* The Makefile generator will now output shared libraries directly to the product directory on all platforms (previously only macOS).
24
25## [0.5.0](https://github.com/nodejs/gyp-next/compare/v0.4.0...v0.5.0) (2020-09-30)
26
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
70This 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.
Note: See TracBrowser for help on using the repository browser.