Skip to content

Releases: idleberg/node-makensis

v1.0.2

26 Aug 15:35
Compare
Choose a tag to compare
  • fix inclusion of type declarations
  • fix examples

v1.0.1

26 Aug 09:41
Compare
Choose a tag to compare
  • fix: include type declarations
  • rename Rollup config

v1.0.0

25 Aug 21:23
Compare
Choose a tag to compare
  • remove deprecated commands/options
  • add pathToWine option
  • fix isInteger()
  • fix commandHelp argument handling
  • fix Wine tests
  • update type declarations
  • update dependencies

v0.27.0

21 Aug 15:01
Compare
Choose a tag to compare
  • add deprecation warning when using rawArguments as string
  • replace library for string splitting
  • update dependencies

v0.26.0

28 Jul 07:57
Compare
Choose a tag to compare
  • change synchronous API
    • commandHelpSynccommandHelp.sync
    • compileSynccompile.sync
    • headerInfoSyncheaderInfo.sync
    • licenseSynclicense.sync
    • nsisDirSyncnsisDir.sync
    • versionSyncversion.sync
  • minor code improvements

v0.25.0

26 Jul 07:25
Compare
Choose a tag to compare
  • export both, ESM and CommonJS
  • remove dependency on esm
  • update dependencies

v0.24.1

23 Jul 22:52
Compare
Choose a tag to compare
  • expose types

v0.24.0

23 Jul 22:23
Compare
Choose a tag to compare
  • require Node.js 12
  • export as pure ESM (details)
  • upgrade husky to v7
  • migrate CI to GitHub

v0.23.4

23 Jan 23:28
Compare
Choose a tag to compare
  • refactor to compile with strict null checks setting
  • enable strictNullChecks in compiler settings
  • use npm ci
  • add jsonlint

v0.23.3

30 Dec 12:56
Compare
Choose a tag to compare
  • refactor priority and verbosity parsing
  • set stricter types for verbosity & priority
  • add prettier config
  • update linting scripts