Skip to content

Releases: idleberg/node-makensis

v3.0.3

14 Aug 21:05

Choose a tag to compare

  • improve Deno support

v3.0.2...v3.0.3

v3.0.2

11 Aug 21:09

Choose a tag to compare

  • improve jsdoc comments
  • update dependencies

v3.0.1

01 Jul 16:38

Choose a tag to compare

  • improve Deno interop
  • update Nix config

v3.0.0...v3.0.1

v3.0.0

24 Jun 20:20

Choose a tag to compare

  • 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
  • Breaking Change: reduce option types
  • degrade Wine option to experimental status
  • update tooling
  • update dependencies

v3.0.0-alpha.5...v3.0.0

v3.0.0-alpha.5

23 May 11:20

Choose a tag to compare

v3.0.0-alpha.5 Pre-release
Pre-release
  • fix: handling rawArguments
  • fix: exporting types 48e92e6

v3.0.0-alpha.4...v3.0.0-alpha.5

v3.0.0-alpha.4

23 May 09:28

Choose a tag to compare

v3.0.0-alpha.4 Pre-release
Pre-release
  • minor refactoring
  • update tooling
  • update dependencies

v3.0.0-alpha.3...v3.0.0-alpha.4

v3.0.0-alpha.3

16 Jun 09:24

Choose a tag to compare

v3.0.0-alpha.3 Pre-release
Pre-release
  • fix CompilerOptions type
  • update Prettier config

v3.0.0-alpha.2

16 Jun 09:23

Choose a tag to compare

v3.0.0-alpha.2 Pre-release
Pre-release
  • fix type declaration not being properly exposed
  • minor fixes & refactorings

v3.0.0-alpha.1

16 Jun 09:21

Choose a tag to compare

v3.0.0-alpha.1 Pre-release
Pre-release
  • run tests against TypeScript sources
  • minor refactorings
  • clean up code and docs
  • update dependencies

v3.0.0-alpha.0

21 Mar 22:26

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