Changelog History
Page 1
-
v0.5.3 Changes
November 24, 2020 -
v0.5.2 Changes
November 16, 2020๐ Version 0.5.2
CLI
โ Added support for additional arguments passed to
cargo build
. Resolves #471.neon build --release -- --features awesome
N-API
- ๐ Improved arguments performance
- Add redirect and
NPM_CONFIG_DISTURL
support
-
v0.5.1 Changes
October 28, 2020๐ Version 0.5.1
๐ Performance
- ๐
smallvec
is used for collecting arguments and yields a small performance gain when callingJsFunction
๐ Broader Support
๐ Thanks to @staltz, neon now builds for both iOS and Android with nodejs-mobile.
- ๐
-
v0.5.0 Changes
October 12, 2020๐ Version 0.5.0
Re-publish
๐ Versions
0.4.1
and0.4.2
included a breaking change inneon-runtime
. At the time, this was considered acceptable becauseneon-runtime
is considered an internal crate and not part of the public API. However, it was discovered, after publishing, thatneon-serde
, a commonly used crate in theneon
ecosystem, contained a direct dependency onneon-runtime
. In order to best support users, versions0.4.1
and0.4.2
were "yanked" and re-published as0.5.0
.โ Additionally, the team is working with the authors of
neon-serde
to remove the dependency onneon-runtime
to prevent future issues.๐ Bug Fixes
- ๐ Fix stack overflow in
DowncastError
Display
impl (#606)
- ๐ Fix stack overflow in
-
v0.4.2 Changes
September 23, 2020๐ Bug Fixes
- ๐ Fix memory leak and race condition in
EventHandler
- ๐ Fix memory leak and race condition in
-
v0.4.1 Changes
September 18, 2020๐ Features
Try Catch
โ Added the
cx.try_catch
API of RFC 29. This feature is behind thetry-catch-api
feature flag.๐ Bug Fixes
- Pass
async_context
tonode::MakeCallback
(#498) - Cache bust neon if node version changes (#388)
- ๐ Fix debug builds in windows (#400)
- ๐ Fix cross compiling architectures (#491)
- ๐ Fix neon new hanging on Windows (#537)
CI Improvements
๐ The Neon Project now uses Github Actions thanks to @lhr0909! As part of this change, CI now runs on all of our supported platforms (macOS, Windows, linux) and Node versions.
- Pass
-
v0.4.0
February 14, 2020 -
v0.3.3
October 22, 2019 -
v0.3.2
October 18, 2019 -
v0.3.1
August 22, 2019