Skip to content

Commit

Permalink
Merge pull request #222 from Digital-Mob/master
Browse files Browse the repository at this point in the history
Major cleanup - backwards compatible
v4.0.0
  • Loading branch information
miladmostavi authored Jul 16, 2019
2 parents b7b2d96 + 4cc1f6a commit fa80b74
Show file tree
Hide file tree
Showing 25 changed files with 129,112 additions and 1,438 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules/
dist/
coverage/
.idea/

package-lock.json
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

7 changes: 7 additions & 0 deletions RELEASE-NOTES.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes #

## Version 4.0.0 - 2019-03-26 ##

* Major cleanup - backwards compatible!
* Updated all dependencies
* Code optimizations
* Migrated to ES6

## Version 3.0.1 - 2017-11-14 ##

* Fixed an issue with `signing.concatSig` where the `r` and `s` were not left padded, and the resulting signature was invalid.
Expand Down
Loading

0 comments on commit fa80b74

Please sign in to comment.