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.
|
|
|
# Change Log
|
|
|
|
|
|
|
|
## v0.4.2 / 2017-01-18
|
|
|
|
### Fixed
|
|
|
|
- `root` is undefined in some special environment. #7
|
|
|
|
|
|
|
|
## v0.4.1 / 2016-03-31
|
|
|
|
### Removed
|
|
|
|
- length detection in node.js.
|
|
|
|
### Deprecated
|
|
|
|
- `buffer` and replace by `arrayBuffer`.
|
|
|
|
|
|
|
|
## v0.4.0 / 2015-12-28
|
|
|
|
### Added
|
|
|
|
- support for update hash.
|
|
|
|
- support for bytes array output.
|
|
|
|
- support for ArrayBuffer output.
|
|
|
|
- support for AMD.
|
|
|
|
|
|
|
|
## v0.3.0 / 2015-03-07
|
|
|
|
### Added
|
|
|
|
- support byte Array, Uint8Array and ArrayBuffer input.
|
|
|
|
|
|
|
|
## v0.2.2 / 2015-02-01
|
|
|
|
### Fixed
|
|
|
|
- bug when special length.
|
|
|
|
### Improve
|
|
|
|
- performance for node.js.
|
|
|
|
|
|
|
|
## v0.2.1 / 2015-01-13
|
|
|
|
### Improve
|
|
|
|
- performance.
|
|
|
|
|
|
|
|
## v0.2.0 / 2015-01-12
|
|
|
|
### Removed
|
|
|
|
- ascii parameter.
|
|
|
|
### Improve
|
|
|
|
- performance.
|
|
|
|
|
|
|
|
## v0.1.4 / 2015-01-11
|
|
|
|
### Improve
|
|
|
|
- performance.
|
|
|
|
### Added
|
|
|
|
- test cases.
|
|
|
|
|
|
|
|
## v0.1.3 / 2015-01-05
|
|
|
|
### Added
|
|
|
|
- bower package.
|
|
|
|
- travis.
|
|
|
|
- coveralls.
|
|
|
|
### Improved
|
|
|
|
- performance.
|
|
|
|
### Fixed
|
|
|
|
- JSHint warnings.
|
|
|
|
|
|
|
|
## v0.1.2 / 2014-07-27
|
|
|
|
### Fixed
|
|
|
|
- accents bug
|
|
|
|
|
|
|
|
## v0.1.1 / 2014-01-05
|
|
|
|
### Changed
|
|
|
|
- license
|
|
|
|
|
|
|
|
## v0.1.0 / 2014-01-04
|
|
|
|
### Added
|
|
|
|
- initial release
|