-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> PR-URL: #2165
- Loading branch information
1 parent
f461d56
commit 3baa4e4
Showing
10 changed files
with
162 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [Unreleased] | ||
|
||
## [0.4.0] - 2020-07-14 | ||
|
||
### Added | ||
- Added support for passing arbitrary architectures to Xcode builds, enables `arm64` builds. | ||
|
||
### Fixed | ||
- Fixed a bug on Solaris where copying archives failed. | ||
|
||
## [0.3.0] - 2020-06-06 | ||
|
||
### Added | ||
- Added support for MSVC cross-compilation. This allows compilation on x64 for | ||
a Windows ARM target. | ||
|
||
### Fixed | ||
- Fixed XCode CLT version detection on macOS Catalina. | ||
|
||
## [0.2.1] - 2020-05-05 | ||
|
||
### Fixed | ||
- Relicensed to Node.js contributors. | ||
- Fixed Windows bug introduced in v0.2.0. | ||
|
||
## [0.2.0] - 2020-04-06 | ||
|
||
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. | ||
|
||
[Unreleased]: https://github.com/nodejs/gyp-next/compare/v0.4.0...HEAD | ||
[0.4.0]: https://github.com/nodejs/gyp-next/compare/v0.3.0...v0.4.0 | ||
[0.3.0]: https://github.com/nodejs/gyp-next/compare/v0.2.1...v0.3.0 | ||
[0.2.1]: https://github.com/nodejs/gyp-next/compare/v0.2.0...v0.2.1 | ||
[0.2.0]: https://github.com/nodejs/gyp-next/releases/tag/v0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.