Releases: ngraveio/bc-ur
Releases · ngraveio/bc-ur
v1.2.0-beta.1
Bug Fixes
- fix release pipeline issues (ab3e812)
- sync pipeline push branch (56795bb)
Features
- add pipeline for syncing beta with main (0457f70)
- create test and release pipelines (d9d5ec1)
1.1.9
Merge pull request #20 from Charon-Fan/feature/replace-sampling-lib
Feature/Replace sampling algorithm library
1.1.7
Changes
- Updated readme with recommendation to not exceed a max fragment length of 200 for ZERO support
1.1.6
Changes
- Move
@types/*
dependencies to devDependencies (#11)
1.1.4
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)