Releases: davidbonnet/astring
Releases · davidbonnet/astring
0.8.0
- Added support for
**
operator (ES 7 feature) - Added support for
async
functions andawait
expressions (ES stage 4 features)
0.7.1
Removed unnecessary files bundled in the npm
package.
0.7.0
0.6.0
Added generator
option to customise code generation.
0.5.0
Added output
option, which enables Astring to write directly to writable streams.
Performance has increased by 50%.
0.4.11
0.4.10
0.4.6
0.4.5
0.4.0
Changed command line interface to match UNIX guidelines: use --line-end
instead of --lineEnd
, and --starting-indent-level
instead of --startingIndentLevel
.