Releases: idleberg/node-makensis
Releases · idleberg/node-makensis
v3.0.0-alpha.3
- fix
CompilerOptions
type - update Prettier config
v3.0.0-alpha.2
- fix type declaration not being properly exposed
- minor fixes & refactorings
v3.0.0-alpha.1
- run tests against TypeScript sources
- minor refactorings
- clean up code and docs
- update dependencies
v3.0.0-alpha.0
Notes
This release introduces some breaking changes that contribute to the codebase's maintainability. Over the past couple of releases, a lot of effort has been put into keeping the Wine tests up-to-date. So I have decided to degrade Wine support to experimental status. This means, that Wine support will remain as-is, but it's no longer supported in any way. Besides that, all workarounds handling old NSIS versions have been removed.
- Breaking Change: require NodeJS >=18
- Breaking Change: require NSIS 3.06 (or later)
- Breaking Change: remove event support
- Breaking Change: remove support for
.env
files - degrade Wine option to experimental status
- re-add CommonJS export
- change build tool to
tsup
- run tests directly from source
- remove Wine tests
- use Corepack in pipeline