Releases: davidbonnet/astring
Releases · davidbonnet/astring
1.6.2
v1.6.2 chore(release): 1.6.2
1.6.1
v1.6.1 chore(release): 1.6.1
1.6.0
v1.6.0 chore(release): 1.6.0
1.3.0
The package.json
now has the module
key pointing to the source code written in ES6. This is enables ES6-aware bundlers to take advantage of ES6 module features.
1.2.0
💥 Breaking change: Changed default indentation from
"\t"
to"␣␣"
.
The default indentation being (sadly) not very popular, it has been changed to two spaces.
1.1.0
Block comments are just reindented, keeping them compatible with JSDoc.
1.0.0
Adds source map support.
0.10.0
💥 Breaking change: the generator function is now exported as
astring.generate
. ThedefaultGenerator
has been renamed tobaseGenerator
. This API is now considered as stable. See theREADME.md
file.
- Fix minified version (exported names where mangled)
- Add test on minified version
- Update tests to follow new
acorn
syntax checks - Add babel benchmark
0.9.1
- Remove optional dependencies for benchmarks (these should now be installed explicitely)
- Update tests so that they work on Node 4
0.9.0
💥 Breaking change: the generator function is at
astring.default
. See theREADME.md
file.
- Update build structure
- Add coverage information
- Publish coverage to Coveralls.io