diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
| commit | 22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch) | |
| tree | 9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/sumchecker/NEWS.md | |
| parent | e93da8b04da86773247aadb1cbb1912e4f4526b2 (diff) | |
| download | styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip | |
Remove node_modules
Diffstat (limited to 'node_modules/sumchecker/NEWS.md')
| -rw-r--r-- | node_modules/sumchecker/NEWS.md | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/node_modules/sumchecker/NEWS.md b/node_modules/sumchecker/NEWS.md deleted file mode 100644 index eb7a956..0000000 --- a/node_modules/sumchecker/NEWS.md +++ /dev/null @@ -1,77 +0,0 @@ -# Changes by Version - -## Unreleased - -## [3.0.1] - 2019-11-25 - -### Fixed - -* Correctly export symbols in TypeScript definition (#26) - -## [3.0.0] - 2019-04-30 - -### Added - -* TypeScript typings file (#12) - -### Removed - -* Support for Node < 8 (#10) - -## [2.0.2] - 2017-03-11 - -### Added - -* Node 8 support (#6) - -## [2.0.1] - 2017-01-26 - -### Fixed - -* Include `index.js` in the NPM package again - -## [2.0.0] - 2017-01-26 - -### Removed - -* Support for Node 0.10 and 0.12 (#4) - -## [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. - -[3.0.1]: https://github.com/malept/sumchecker/compare/v3.0.0...v3.0.1 -[3.0.0]: https://github.com/malept/sumchecker/compare/v2.0.2...v3.0.0 -[2.0.2]: https://github.com/malept/sumchecker/compare/v2.0.1...v2.0.2 -[2.0.1]: https://github.com/malept/sumchecker/compare/v2.0.0...v2.0.1 -[2.0.0]: https://github.com/malept/sumchecker/compare/v1.3.0...v2.0.0 -[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 |
