Skip to content

Releases: idleberg/node-makensis

v3.0.0-alpha.3

16 Jun 09:24
Compare
Choose a tag to compare
  • fix CompilerOptions type
  • update Prettier config

v3.0.0-alpha.2

16 Jun 09:23
Compare
Choose a tag to compare
  • fix type declaration not being properly exposed
  • minor fixes & refactorings

v3.0.0-alpha.1

16 Jun 09:21
Compare
Choose a tag to compare
  • run tests against TypeScript sources
  • minor refactorings
  • clean up code and docs
  • update dependencies

v3.0.0-alpha.0

21 Mar 22:26
Compare
Choose a tag to compare
v3.0.0-alpha.0 Pre-release
Pre-release

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

v2.0.7

07 Jul 22:49
Compare
Choose a tag to compare
  • add missing type
  • downgrade np devDependency

v2.0.6

07 Jul 22:40
Compare
Choose a tag to compare
  • improve types
  • update dependencies

v1.1.8

07 Jul 22:37
Compare
Choose a tag to compare
  • improve types
  • update dependencies

v2.0.5

14 Feb 21:59
Compare
Choose a tag to compare
  • fix: prevent accidental event emitting through opt-in

v1.1.7

14 Feb 21:59
Compare
Choose a tag to compare
  • fix: prevent accidental event emitting through opt-in

v2.0.4

26 Oct 10:40
Compare
Choose a tag to compare
  • same as v2.0.3, but no longer marked as next