Releases: malept/sumchecker
Releases · malept/sumchecker
3.0.1
Fixed
- Correctly export symbols in TypeScript definition (#26)
3.0.0
Added
- TypeScript typings file (#12)
Removed
- Support for Node < 8 (#10)
2.0.1
Brown paper bag release.
Fixed
- Include
index.js
in the NPM package again
2.0.0
Removed
- Support for Node 0.10 and 0.12 (#4)
1.3.0
Added
- Human-readable messages for Errors (#2)
1.2.0
Added
- Support for Node 0.10 and 0.12 via Babel (#1)
1.1.0
Added
- Optional
defaultTextEncoding
parameter in the ChecksumValidator
constructor
- Access to the underlying
ChecksumValidator
class