You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
js-sha256/CHANGELOG.md

72 lines
994 B
Markdown

# Change Log
## v0.5.0 / 2017-01-24
### Added
- Streaming support #6
## v0.4.0 / 2017-01-23
### Added
- AMD support.
### Fixed
- ArrayBuffer dosen't work in Webpack.
## v0.3.2 / 2016-09-12
### Added
- CommonJS detection.
## v0.3.1 / 2016-09-08
### Added
- some files to npm package.
### Fixed
- coding style.
## v0.3.0 / 2015-05-23
### Added
- support for ArrayBuffer input.
## v0.2.3 / 2015-02-11
### Added
- support for byte array input.
## v0.2.2 / 2015-02-10
### Improved
- performance.
## v0.2.1 / 2015-02-05
### Fixed
- special length bug.
### Added
- test cases.
## v0.2.0 / 2015-02-03
### Removed
- ascii parameter.
### Improved
- performance.
### Added
- test cases.
## v0.1.4 / 2015-01-24
### Improved
- performance.
## v0.1.3 / 2015-01-09
### Improved
- performance.
## v0.1.2 / 2015-01-06
### Added
- bower package.
- travis.
- coveralls.
### Fixed
- JSHint warnings.
## v0.1.1 / 2014-07-27
### Fixed
- accents bug.
## v0.1.0 / 2014-01-05
### Added
- initial release.