Skip to content

Releases: strvcom/heimdall

2.2.0

25 Apr 12:04
Compare
Choose a tag to compare

2.2.0 (2022-04-25)

Features

  • add Node.js v18 support (7236160)

2.1.0

23 Mar 14:33
Compare
Choose a tag to compare

2.1.0 (2022-03-23)

Features

  • add support of Node v16, v17 (c060ca9)

2.0.1

05 Jan 15:56
Compare
Choose a tag to compare

2.0.1 (2021-01-05)

Bug Fixes

  • support TypeScript's isolated modules (801e009)

2.0.0

30 Nov 21:08
Compare
Choose a tag to compare

2.0.0 (2020-11-30)

Features

  • add commitlint Github Action (66349e4)
  • add option to exit the process after execute() resolves (979a906)
  • allow Delegate to log errors by implementing .logError() (c6403f7)
  • drop Node.js 10 support (ca2f8ad)
  • mark Node.js 14 as officially supported (faca8aa)
  • rewrite to TypeScript (6c59432)

BREAKING CHANGES

  • Node.js v10 is no longer supported.
  • Heimdall will no longer wait 10 seconds after a second signal has been received before it forcibly kills the process. Instead, it will kill the process immediatelly in the next event loop.
  • Node.js 11 is no longer officially supported although it is unlikely that Heimdall will not work on this release.

2.0.0-alpha.3

13 Nov 17:14
Compare
Choose a tag to compare
2.0.0-alpha.3 Pre-release
Pre-release

2.0.0-alpha.3 (2020-11-13)

Features

  • add option to exit the process after execute() resolves (979a906)

2.0.0-alpha.2

05 May 13:52
Compare
Choose a tag to compare
2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 (2020-05-05)

Features

  • allow Delegate to log errors by implementing .logError() (c6403f7)

2.0.0-alpha.1

05 May 12:13
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 (2020-05-05)

Features

  • add commitlint Github Action (66349e4)
  • drop Node.js 10 support (ca2f8ad)
  • mark Node.js 14 as officially supported (faca8aa)
  • rewrite to TypeScript (6c59432)

BREAKING CHANGES

  • Node.js v10 is no longer supported.
  • Heimdall will no longer wait 10 seconds after a second signal has been received before it forcibly kills the process. Instead, it will kill the process immediatelly in the next event loop.
  • Node.js 11 is no longer officially supported although it is unlikely that Heimdall will not work on this release.

1.1.3

02 Dec 14:19
Compare
Choose a tag to compare

1.1.3 (2019-12-02)

Bug Fixes

  • ensure compiled JS is included in the release 🤦‍♂️ (246bfca)

1.1.2

07 Nov 15:51
Compare
Choose a tag to compare

1.1.2 (2019-11-07)

Bug Fixes

  • avoid running dev-only npm scripts when installing this package (e846dfc)

1.1.1

01 Nov 14:35
Compare
Choose a tag to compare

1.1.1 (2019-11-01)

Bug Fixes

  • publish the npm tarball to Github Assets (dfb7ec2)