- Add support for "-A/--platform" option to make target platform selectable for Visual Studio 2019 generator: cmake-js#201
- Dropped compatibility of old Node.js runtimes (<10.0.0)
- --cc and --cxx flags for overriding compiler detection: cmake-js#191
- Visual Studio detection fixes
- VS 2019 Support fix: cmake-js#187
- VS 2019 Support: cmake-js#178, cmake-js#184
- Win delay load hook: cmake-js#165
- CMake 3.14 support fixed - cmake-js#161
- CMake 3.14 support - cmake-js#159
- Linux line ending hotfix (I hate Windows!)
- [semver major] Add case sensitive NPM config integration cmake-js#151
- better npm config integration, all CMake.js commandline argument could be set by using npm config: https://github.com/cmake-js/cmake-js#npm-config-integration
- support for Electron v4+ cmake-js#152
- log argument hotfix cmake-js#145
BREAKING CHANGES:
- -s/--std (along with -o/--prec11 option removed, you have to specify compiler standard in CMakeLists.txt files cmake-js#72
- Implicit -w compiler flag doesn't get added on OSX cmake-js#133
- npm config hotfix cmake-js#123
- do not use, breaks ES5 compatibility
- Linux line ending hotfix (wat)
- PR: replace unzip with unzipper cmake-js#120
- PR: replace npmconf with rc cmake-js#119
- PR: update to modern fs-extras cmake-js#118
- PR: Adds toolset command line flag cmake-js#115
- use https distribution download urls
- custom cmake options made case sensitive
- Detect 2017 Windows Build Tools
- "T" option for building specified target: cmake-js#98
- Added Visual Studio 2017 compatibility: cmake-js#78
- FIX: test output instead of guessing by platform: cmake-js#77
- "G" option to set custom generators: cmake-js#64
- fix of default parameters: cmake-js#57
- silent option (cmake-js#54)
- out option (cmake-js#53)
- Line endings
- Multi directory support for Windows/MSVC build
- Linux line ending hotfix
- Added NW.js 0.13+ compatibility
- Node v0.10.x support fixed (cmake-js#45, cmake-js#50)
- CMAKE_JS_VERSION defined (cmake-js#48)
- Fixed cmake-js binary ES5 compatibility.
- Fixed line endings
- Custom CMake parameter support (https://github.com/gerhardberger)
- Visual C++ Build Tools support
- std option introduced
- better unit test coverage
- explicit options for use GNU or Clang compiler instead of CMake's default (see --help for details)
- Fix: print-* commands report "undefined"
- Fix: distribution files only gets downloaded if needed (4.0.0+)
- option to generate Xcode project (-x, --prefer-xcode) - by https://github.com/javedulu
- compile command for fast module compilation during npm updates (instead of rebuild)
- codebase switched to ECMAScript 2015
- Hotfix for build NW.js correctly.
- Node.js 4.0.0+ support
- Downloads the small, header only tarball for Node.js 4+