v8.0.0
What's Changed
- Pluggable language features
- Standardized common syntax
- Added assignment operators
+= -= *= /= %=
- Flatten code - no
set
, no wrappers - Generic access node handling
- Simplified primitives wrapping
[,true]
vs['',true]
a?.valueOf?.()
context calls support- Misc. fixes
Full Changelog: v7.4.0...v8.0.0