Releases: idleberg/node-makensis
Releases · idleberg/node-makensis
v1.0.2
- fix inclusion of type declarations
- fix examples
v1.0.1
- fix: include type declarations
- rename Rollup config
v1.0.0
- remove deprecated commands/options
- add
pathToWine
option
- fix
isInteger()
- fix
commandHelp
argument handling
- fix Wine tests
- update type declarations
- update dependencies
v0.27.0
- add deprecation warning when using
rawArguments
as string
- replace library for string splitting
- update dependencies
v0.26.0
- change synchronous API
commandHelpSync
→ commandHelp.sync
compileSync
→ compile.sync
headerInfoSync
→ headerInfo.sync
licenseSync
→ license.sync
nsisDirSync
→ nsisDir.sync
versionSync
→ version.sync
- minor code improvements
v0.25.0
- export both, ESM and CommonJS
- remove dependency on
esm
- update dependencies
v0.24.0
- require Node.js 12
- export as pure ESM (details)
- upgrade husky to v7
- migrate CI to GitHub
v0.23.4
- refactor to compile with strict null checks setting
- enable
strictNullChecks
in compiler settings
- use
npm ci
- add jsonlint
v0.23.3
- refactor priority and verbosity parsing
- set stricter types for verbosity & priority
- add prettier config
- update linting scripts