This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Publishing v2.0.0 * Adds prepublish script
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
## [Unreleased] | ||
## [2.0.0] - 2016-12-30 | ||
**Incomatible with older versions** | ||
### Changed | ||
- Moves AES implementation to outer package zaes-js | ||
- Replaces inner compresser with lz-string.js | ||
- Replaces inner rsa implementation with node-rsa | ||
- Removes unused code(hash, utils) | ||
- Changes module start script | ||
### Adds | ||
- keys module for generating AES and RSA keys | ||
- keys module for generating AES and RSA keys | ||
### Removed | ||
- Own RSA, AES and compression implementations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters