Skip to content

v0.8.0

Compare
Choose a tag to compare
@kjvalencik kjvalencik released this 23 Mar 17:39
· 667 commits to main since this release
d5bfee3

Fixes

  • as_slice and as_mut_slice properly handle a null pointer from an empty buffer (#681)
  • Global drop queue added to avoid panics on N-API 6+ when dropping a Root (#700)

Features

  • Added neon::reflect::eval (#692)
  • Added create-neon for creating an N-API project (#690)
  • Added details to the README.md generated by create-neon (#697)

Improvements

  • Switched N-API tests to cargo-cp-artifact (#687)
  • Added impl<T: Finalize> Finalize for Option<T> (#680)
  • Added a N-API migration guide (#685)

Housekeeping

  • Lint fixes (#609)
  • Lint CI enforcement and cargo fmt (#698)