diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 22:54:37 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 22:54:37 +0300 |
commit | 703e03aba33f234712206769f57717ba7d92d23d (patch) | |
tree | 0041f04ccb75bd5379c764e9fe42249fffe75fc3 /node_modules/sumchecker/NEWS.md | |
parent | ab6e257e6e9d9a483d7e86f220d8b209a2cd7753 (diff) | |
download | FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.gz FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.zst |
Added export_allowed file to make repository visible in cgit
Diffstat (limited to 'node_modules/sumchecker/NEWS.md')
-rw-r--r-- | node_modules/sumchecker/NEWS.md | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/node_modules/sumchecker/NEWS.md b/node_modules/sumchecker/NEWS.md new file mode 100644 index 0000000..c4e89e8 --- /dev/null +++ b/node_modules/sumchecker/NEWS.md @@ -0,0 +1,59 @@ +# Changes by Version + +## Unreleased + +## [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. + +[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 |