Skip to content

Releases: ckb-js/lumos

0.19.0-alpha.1

17 Aug 06:43
Compare
Choose a tag to compare
0.19.0-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.19.0-alpha.0...v0.19.0-alpha.1

0.19.0-alpha.0

11 Aug 17:02
Compare
Choose a tag to compare
0.19.0-alpha.0 Pre-release
Pre-release

refactor!: camelize exposed APIs (#378)

BREAKING CHANGE: all exposed API are changed from snake-case to camel-case

v0.18.0

17 Aug 06:56
732d60f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

26 May 10:48
2346e36
Compare
Choose a tag to compare

New Features

Bug Fixes

Refactor

v0.17.0-rc10

18 Apr 12:34
6a35905
Compare
Choose a tag to compare

New Features

Bug Fixes

Performance Improvement

v0.18.0-rc6

15 Mar 13:10
fd33f15
Compare
Choose a tag to compare

BREAKING CHANGE

  • remove deprecated native-indexer and sql-indexer #251
  • remove deprecated CKB2021 API #303

New Features

  • added P2PKH general function #254
  • supported Uint8Array for Reader in toolkit #268
  • an experiment helper for assembling tx #291

Bug Fixes

  • TransactionCollector cannot resolve OutPoint #278 #286

v0.17.0-rc9

15 Mar 12:48
71099f8
Compare
Choose a tag to compare

BREAKING CHANGE

  • remove deprecated native-indexer and sql-indexer #251

New Features

  • added P2PKH general function #254
  • supported Uint8Array for Reader in toolkit #268
  • an experiment helper for assembling tx #291
  • parse and encode CKB2021 address #284

Bug Fixes

  • TransactionCollector cannot resolve OutPoint #278 #286

v0.18.0-rc5

28 Jan 13:28
Compare
Choose a tag to compare

Changes:

  • Compatible upgrade from BigInt to BI, for more information please check #248

v0.17.0-rc8

28 Jan 11:46
Compare
Choose a tag to compare

Changes:

  • Compatible upgrade from BigInt to BI, for more information please check #248

v0.18.0-rc4

13 Jan 15:43
Compare
Choose a tag to compare

Changes:

  • fix: avoid unsupported syntax when using lumos with [email protected]
  • chore: added test coverage
  • chore: update dependencies