Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-12-15 | 722 Bytes | |
v1.0.0-beta7.tar.gz | 2019-12-15 | 201.5 kB | |
v1.0.0-beta7.zip | 2019-12-15 | 339.1 kB | |
Totals: 3 Items | 541.3 kB | 0 |
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:
:::bash
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