Skip to content

Commit

Permalink
Merge pull request #8 from Hinaser/v1.0.2
Browse files Browse the repository at this point in the history
V1.0.2
  • Loading branch information
Hinaser authored Jul 7, 2021
2 parents 65476ea + e50cb39 commit d81d460
Show file tree
Hide file tree
Showing 36 changed files with 48 additions and 32 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.0.2]
### Fixed
- Fixed an issue where invalid Hex string could be parsed without error.
For example, invalid Hex string `1g` was recognized as `0x01`.

## [1.0.1] - 2021-06-20
### Fixed
- Fixed an issue where building jscrypto with webpack shows warning messages like below:
Expand Down Expand Up @@ -93,6 +98,7 @@
Initial release.

<!-- [Unreleased]: https://github.com/Hinaser/jscrypto/compare/v0.1.0...v0.2.0 -->
[1.0.2]: https://github.com/Hinaser/jscrypto/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Hinaser/jscrypto/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Hinaser/jscrypto/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/Hinaser/jscrypto/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion dist/AES.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/CBCMAC.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/DES.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/DES3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/EvpKDF.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/GMAC.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Hex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/Hmac.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d81d460

Please sign in to comment.