Skip to content

Releases: davidbonnet/astring

1.6.2

03 Feb 13:01
0e2df7a
Compare
Choose a tag to compare
v1.6.2

chore(release): 1.6.2

1.6.1

03 Feb 12:47
7339983
Compare
Choose a tag to compare
v1.6.1

chore(release): 1.6.1

1.6.0

05 Jan 13:46
b989a3f
Compare
Choose a tag to compare
v1.6.0

chore(release): 1.6.0

1.3.0

08 May 16:52
53fc1ac
Compare
Choose a tag to compare

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

15 Oct 18:19
Compare
Choose a tag to compare

💥 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

14 Oct 16:48
Compare
Choose a tag to compare

Block comments are just reindented, keeping them compatible with JSDoc.

1.0.0

01 Apr 21:13
Compare
Choose a tag to compare

Adds source map support.

0.10.0

01 Apr 11:20
Compare
Choose a tag to compare

💥 Breaking change: the generator function is now exported as astring.generate. The defaultGenerator has been renamed to baseGenerator. This API is now considered as stable. See the README.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

01 Apr 11:23
Compare
Choose a tag to compare
  • Remove optional dependencies for benchmarks (these should now be installed explicitely)
  • Update tests so that they work on Node 4

0.9.0

29 Mar 13:59
Compare
Choose a tag to compare

💥 Breaking change: the generator function is at astring.default. See the README.md file.

  • Update build structure
  • Add coverage information
  • Publish coverage to Coveralls.io