Skip to content

Releases: idleberg/node-makensis

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

v2.0.3

25 Oct 10:37
Compare
Choose a tag to compare
  • improve documentation
  • update tooling
  • update dependencies

v1.1.4

25 Oct 15:27
Compare
Choose a tag to compare
  • update dependencies

v2.0.2

21 Jun 16:34
Compare
Choose a tag to compare
  • fix: add hex value detection
  • fix: allow scoop installation in admin mode
  • update dependencies