Skip to content

Releases: ezzatron/austenite

v0.6.1

15 Oct 10:16
v0.6.1
c810394
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Fixed

  • Fixed CJS TypeScript build.

v0.6.0

15 Oct 10:09
v0.6.0
8daba5e
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Changed

  • Renamed the NPM package from @eloquent/austenite to austenite.

v0.5.0

30 Dec 03:19
v0.5.0
cc22746
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added

  • Added networkPortNumber declarations.

v0.4.0

29 Oct 02:47
v0.4.0
bab7043
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changed

  • Declarations made after initalize() is called will no longer cause an exception to be thrown. It is up to the end user to ensure all declarations are made before initalize() is called.
  • Declaration values can now be accessed before initialize() is called without an exception being thrown.

These changes are designed to facilitate cases where declarations are made multiple times in different execution contexts (e.g. both outside and inside "bundled" code).

v0.3.0

26 Oct 12:26
v0.3.0
7b1f5d3
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • The app name can now be set explicitly with the AUSTENITE_APP environment variable.

v0.2.5

26 Oct 11:36
v0.2.5
a272d2b
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

Fixed

  • Fixed pre-publish package.json script.

v0.2.4

26 Oct 07:42
v0.2.4
f4e3e3a
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Changed

  • The package should now actually support CommonJS.
  • Removed dependency on all mdast packages.
  • Removed dependency on ip-regex package, as it is ESM-only.
  • Added dependency on ipaddr.js package, as it supports CJS.

v0.2.3

24 Oct 21:54
v0.2.3
806e8b2
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Fixed

  • Remove dependency on renamed mdast package.

v0.2.2

24 Oct 21:40
v0.2.2
cfe85fa
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Fixed

  • Made CommonJS module actually load as CommonJS. It's unlikely to help, because some dependencies are ESM-only.

v0.2.1

24 Oct 07:16
v0.2.1
dafd901
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fixed

  • Fixed pre-publish package.json script.