NEWS.md 821 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
# Changes by Version

## Unreleased

## [1.3.1] - 2017-03-11

### Added

* Node 8 support (#6)

## [1.3.0] - 2016-12-05

### Added

* Human-readable messages for Errors (#2)

## [1.2.0] - 2016-09-15

### Added

* Support for Node 0.10 and 0.12 via Babel (#1)

## [1.1.0] - 2016-09-06

### Added

* Optional `defaultTextEncoding` parameter in the `ChecksumValidator` constructor
* Access to the underlying `ChecksumValidator` class

## [1.0.0] - 2016-09-05

Initial release.

[1.3.1]: https://github.com/malept/sumchecker/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/malept/sumchecker/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/malept/sumchecker/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/malept/sumchecker/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/malept/sumchecker/releases/tag/v1.0.0