-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
8 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,8 +1,18 @@ | ||
# v5.0.0 | ||
5.0.0 / 2019-07-04 | ||
------------------ | ||
|
||
Major changes: | ||
|
||
- `.toJSON()` returns padded hex value | ||
- `new BN('string', base)` throws on invalid characters | ||
- Deprecate `.modn()`, please use `.modrn()` instead | ||
- Change `.strip()` to internal method | ||
- travis: update node versions (#205) | ||
- Refactor buffer constructor (#200) | ||
- lib: fix for negative numbers: imuln, modrn, idivn (#185) | ||
- bn: fix Red#imod (#178) | ||
- check unexpected high bits for invalid characters (#173) | ||
- document support very large integers (#158) | ||
- only define toBuffer if Buffer is defined (#172) | ||
- lib: better validation of string input (#151) | ||
- tests: reject decimal input in constructor (#91) | ||
- bn: make .strip() an internal method (#105) | ||
- lib: deprecate `.modn()` introduce `.modrn()` (#112 #129 #130) | ||
- bn: don't accept invalid characters (#141) | ||
- package: use `files` insteadof `.npmignore` (#152) | ||
- bn: improve allocation speed for buffers (#167) | ||
- toJSON to default to interoperable hex (length % 2) (#164) |
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