v1.0.0-beta7
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 supportsasync
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