Releases: ckb-js/lumos
Releases · ckb-js/lumos
0.19.0-alpha.1
What's Changed
- docs(website): add ckb-sdk-js migration guide by @PainterPuppets in #382
- fix: incompatible types in indexer and rpc by @zhangyouxin in #385
Full Changelog: v0.19.0-alpha.0...v0.19.0-alpha.1
0.19.0-alpha.0
refactor!: camelize exposed APIs (#378)
BREAKING CHANGE: all exposed API are changed from snake-case to camel-case
v0.18.0
What's Changed
- feat(debugger): execute tx without launching a fullnode by @homura in #354
- chore: bump json-schema from 0.2.3 to 0.4.0 by @dependabot in #355
- feat(debugger): supported dep_group in TestContext by @homura in #357
- feat(debugger): supported debug message by @homura in #358
- docs(codec): avoid repeating type declare by @homura in #359
- docs: fix some typos by @Kennytian in #360
- chore: bump parse-url from 6.0.0 to 6.0.2 by @dependabot in #362
- feat: add debugger default config by @zhangyouxin in #361
- fix: fix createP2PKHMessageGroup hasher bug by @zhangyouxin in #363
- feat(codec): molecule unpack works with BytesLike by @homura in #365
- feat: ckb2021 changes by @xxuejie in #169
New Contributors
- @Kennytian made their first contribution in #360
Full Changelog: v0.17.0...v0.18.0
v0.17.0
v0.17.0-rc10
v0.18.0-rc6
v0.17.0-rc9
v0.18.0-rc5
Changes:
- Compatible upgrade from BigInt to BI, for more information please check #248
v0.17.0-rc8
Changes:
- Compatible upgrade from BigInt to BI, for more information please check #248
v0.18.0-rc4
Changes:
- fix: avoid unsupported syntax when using lumos with [email protected]
- chore: added test coverage
- chore: update dependencies