Releases: ezzatron/austenite
Releases · ezzatron/austenite
v0.6.1
Fixed
- Fixed CJS TypeScript build.
v0.6.0
Changed
- Renamed the NPM package from
@eloquent/austenite
toaustenite
.
v0.5.0
Added
- Added
networkPortNumber
declarations.
v0.4.0
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 beforeinitalize()
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
Added
- The app name can now be set explicitly with the
AUSTENITE_APP
environment variable.
v0.2.5
Fixed
- Fixed pre-publish
package.json
script.
v0.2.4
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
Fixed
- Remove dependency on renamed
mdast
package.
v0.2.2
Fixed
- Made CommonJS module actually load as CommonJS. It's unlikely to help, because some dependencies are ESM-only.
v0.2.1
Fixed
- Fixed pre-publish
package.json
script.