Releases: vitaly-t/decomment
Releases · vitaly-t/decomment
0.9.5
- DEV dependencies updates + package overall
- Removed Travis integration + coverage labels
0.9.4
- Added
tolerant
option - see PR-20
- Updated DEV dependencies
0.9.3
- DEV dependencies updated + Travis profiles. No code changes.
v.0.9.2
- 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
- Dependency updates
- Adding preliminary tests for #11
v.0.9.0
- 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
- 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
Upgraded Esprima
dependency from 2.7 to 3.1
v.0.8.6
Added utility function getEOL to the API.
v.0.8.5
Updates in tests and documentation.