1. Added AMD support.

2. Fixed ArrayBuffer dosen't work in Webpack.
This commit is contained in:
Chen, Yi-Cyuan
2017-01-23 11:08:27 +08:00
parent 3c278a9dde
commit 730f41e84b
10 changed files with 130 additions and 81 deletions
+54 -41
View File
@@ -1,54 +1,67 @@
# v0.3.2 / 2016-09-12
# Change Log
* Added CommonJS detection.
## v0.4.0 / 2017-01-23
### Added
- AMD support.
### Fixed
- ArrayBuffer dosen't work in Webpack.
# v0.3.1 / 2016-09-08
## v0.3.2 / 2016-09-12
### Added
- CommonJS detection.
* Added some files to npm package.
* Updated coding style.
## v0.3.1 / 2016-09-08
### Added
- some files to npm package.
### Fixed
- coding style.
# v0.3.0 / 2015-05-23
## v0.3.0 / 2015-05-23
### Added
- support for ArrayBuffer input.
* Support ArrayBuffer input.
## v0.2.3 / 2015-02-11
### Added
- support for byte array input.
# v0.2.3 / 2015-02-11
## v0.2.2 / 2015-02-10
### Improved
- performance.
* Support byte array input.
## v0.2.1 / 2015-02-05
### Fixed
- special length bug.
### Added
- test cases.
# v0.2.2 / 2015-02-10
## v0.2.0 / 2015-02-03
### Removed
- ascii parameter.
### Improved
- performance.
### Added
- test cases.
* Improve performance.
## v0.1.4 / 2015-01-24
### Improved
- performance.
# v0.2.1 / 2015-02-05
## v0.1.3 / 2015-01-09
### Improved
- performance.
* Fixed special length bug.
* Add test cases.
## v0.1.2 / 2015-01-06
### Added
- bower package.
- travis.
- coveralls.
### Fixed
- JSHint warnings.
# v0.2.0 / 2015-02-03
## v0.1.1 / 2014-07-27
### Fixed
- accents bug.
* Remove ascii parameter.
* Improve performance.
* Add test cases.
# v0.1.4 / 2015-01-24
* Improve performance.
# v0.1.3 / 2015-01-09
* Improve performance.
# v0.1.2 / 2015-01-06
* Add bower package.
* Fixed JSHint warnings.
* Add travis.
* Add coveralls.
# v0.1.1 / 2014-07-27
* Fixed accents bug
# v0.1.0 / 2014-01-05
* Initial release
## v0.1.0 / 2014-01-05
### Added
- initial release.