Releases: nodejs/gyp-next
Releases · nodejs/gyp-next
v0.18.1
0.18.1 (2024-05-26)
Bug Fixes
- ci: add Python 3.13 pre-release to test matrix (#257) (8597203)
Documentation
v0.18.0
0.18.0 (2024-05-08)
Features
- support language standard keys in msvs_settings (#252) (322f6d5)
v0.17.0
0.17.0 (2024-04-29)
Features
- generate compile_commands.json with ninja (#228) (7b20b46)
Bug Fixes
- failed to detect flavor if compiler path include white spaces (#240) (f3b9753)
- support cross compiling for wasm with make generator (#222) (de0e1c9)
- support empty dictionary keys in input (#245) (178459f)
- update Ruff to 0.3.1 (876ccaf)
v0.16.2
0.16.2 (2024-03-07)
Bug Fixes
- avoid quoting cflag name and parameter with space separator (#223) (2b9703d)
v0.16.1
0.16.1 (2023-10-25)
Bug Fixes
- add quotes for command in msvs generator (#217) (d3b7bcd)
v0.16.0
0.16.0 (2023-10-23)
Features
- add VCToolsVersion for msvs (#209) (0e35ab8)
- vendor in Python
packaging
for Py3.12 (#214)