Skip to content

Releases: ngraveio/bc-ur

1.1.9

01 Mar 05:57
d9bd8db
Compare
Choose a tag to compare
Merge pull request #20 from Charon-Fan/feature/replace-sampling-lib

Feature/Replace sampling algorithm library

1.1.7

19 Jan 18:32
13b254c
Compare
Choose a tag to compare

Changes

  • Updated readme with recommendation to not exceed a max fragment length of 200 for ZERO support

1.1.6

30 Jun 15:13
229669c
Compare
Choose a tag to compare

Changes

  • Move @types/* dependencies to devDependencies (#11)

1.1.5

29 Jun 12:46
ecff1a7
Compare
Choose a tag to compare

Changes

  • Update license to MIT

1.1.4

29 Jun 12:36
7105a5b
Compare
Choose a tag to compare

Additions

  • Added a static from(string) function in the UR class (#3)
  • Added functions to expose internal indexes arrays (#2)

Changes

  • Removed unused cbor dependencies (#8)
  • Replaced big-integer with JSBI to improve performance (#8)

Fixes

  • Fixed arraysEqual helper function trying to get index of an index instead of an element (#9)