- Updated dependencies
- Included standard patch function
- Updated dependencies
- Improved inbuilt function generation
- Fixed bug with
cq
to normalize entries (#11) - Improved calculation of computed props of objects
- Updated dependencies
- Fixed bug that awaited functions are not async
- Updated dependencies due to known CVEs
- Fixed missing async in map functions (#10)
- Extended with
inspect
utility stub - Updated dependencies
- Fixed bug regarding awaitables in nested expressions
- Fixed bug that conditionals do not respect lazy loading (#6)
- Fixed bug related to broken array spread (#7)
- Fixed bug related to disrespected of local variable (#8)
- Support for UMD bundling
- Fixed bug in parenthesis evaluation
- Emit consistent error object incl. diagnostic information
- Updated dependencies due to CVE-2018-16469
- Fixed bug related to object with parentheses (#2)
- Fixed bug related to spread return (#3)
- Fixed bug related to assign property name (#4)
- Fixed bug related to nested
Promise.all
(#5)
- Specify browser capabilities for bundling in FE apps
- Include original sources in package
- Support for
if
/for
/while
in block statements - Fixed unnecessary use of
await
- Support for debugger mode
- Also support [email protected] as peer dependency
- Declare minimum Node engine version
- Allow using
Math
- Removed
find
from default API - Referenced the specification
- Changed package name
- Initial release