Skip to content

Releases: vitaly-t/decomment

0.9.5

31 Oct 04:07
Compare
Choose a tag to compare
  • DEV dependencies updates + package overall
  • Removed Travis integration + coverage labels

0.9.4

17 Mar 15:04
Compare
Choose a tag to compare
  • Added tolerant option - see PR-20
  • Updated DEV dependencies

0.9.3

24 Jul 13:27
Compare
Choose a tag to compare
  • DEV dependencies updated + Travis profiles. No code changes.

v.0.9.2

13 Aug 01:52
Compare
Choose a tag to compare
  • Updating many dependencies.

I was hoping that issue #15 was fixed, as Esprima author claimed, but that doesn't appear to be the case.

v.0.9.1

17 Sep 10:54
Compare
Choose a tag to compare
  • Dependency updates
  • Adding preliminary tests for #11

v.0.9.0

18 Jun 11:30
Compare
Choose a tag to compare
  • Dropped support for Node 0.10 and 0.12; tests now include only versions 4, 6 and 8.
  • Activated the ESLint integration for all the code and tests on Travis
  • Refactored all the code + tests to use ES6 syntax

No functional changes.

v.0.8.8

18 Jun 10:21
Compare
Choose a tag to compare
  • Upgraded to the new Esprima 4.0.0
  • Included Node.js 6 and 8 into the test environment
  • Integrated ESLint 4.0.0, though currently disabled because of the issues with Node 0.10 and 0.12
  • Code + Tests refactoring to comply with the ESLint rules
  • Documentation updates

This is the last version to support the legacy Node.js 0.10 and 0.12

v.0.8.7

29 Nov 21:26
Compare
Choose a tag to compare

Upgraded Esprima dependency from 2.7 to 3.1

v.0.8.6

16 Mar 03:35
Compare
Choose a tag to compare

Added utility function getEOL to the API.

v.0.8.5

12 Mar 20:25
Compare
Choose a tag to compare

Updates in tests and documentation.