Releases: iden3/js-merkletree
Releases · iden3/js-merkletree
v1.3.1
v1.3.0
What's Changed
- feat: improve workflows and use node lts by @martines3000 in #41
- add equal to unit test by @ilya-korotya in #42
- nullify the leaf node instead of removing by @ilya-korotya in #43
- update license by @pragmatos in #45
- insert after delete by @ilya-korotya in #44
- calc depth in right way; sync json tags with golang implementation by @ilya-korotya in #46
New Contributors
- @ilya-korotya made their first contribution in #42
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- fix: improve types exports in package.json by @martines3000 in #39
Full Changelog: v1.1.2...v1.2.0
v1.1.2
v1.1.1
v1.1.0 - Hash - siblings and not empties are private.
v1.0.2
What's Changed
- add ES build for browser. remove circular dependencies. add browser tests. Migrate to rollup by @Kolezhniuk in #35
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- build(deps): bump @iden3/js-crypto from 1.0.0 to 1.0.1 by @dependabot in #32
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- release 1.0.0-beta.0 by @Kolezhniuk in #19
- Add support indexed db storage by @Kolezhniuk in #20
- Patch dependency by @Kolezhniuk in #21
- fix circom sibling length by @mehtaphysical in #24
- Fix based on issue: #22 by @Kolezhniuk in #25
- Bump version by @Kolezhniuk in #26
- add database as optional name by @vmidyllic in #28
- add shared eslint & prettier by @volodymyr-basiuk in #29
- build(deps): bump @iden3/js-crypto from 1.0.0-beta.1 to 1.0.0 by @dependabot in #30
- Bump to stable version by @Kolezhniuk in #31
New Contributors
- @mehtaphysical made their first contribution in #24
- @volodymyr-basiuk made their first contribution in #29
- @dependabot made their first contribution in #30
Full Changelog: v0.0.3...v1.0.0
v1.0.0-beta.5 - optional db name
Merge pull request #28 from iden3/fix/indexed-db-one-db add database as optional name