Skip to content

v1.0.0-beta7

Compare
Choose a tag to compare
@zisismaras zisismaras released this 15 Dec 18:00
· 26 commits to master since this release

A maintenance release focusing mainly on bug fixes, small improvements and test coverage.

Highlights

  • support node 12
  • evaluate()
    • parameter and return types are now fully inferred
    • improved serialization allows passing and returning complex objects and functions
    • evaluateAsync() now supports async functions
  • support default exports on actions, preloaders, extractors and props
  • type improvements
  • new integration test suite
  • many bug fixes

Updating

Update to the latest version by running:

npm update -g ayakashi

A new @ayakashi/types package is also available. It can be updated in existing projects by running
npm --save-dev @ayakashi/types