Skip to content

Latest commit

 

History

History
84 lines (56 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

84 lines (56 loc) · 1.57 KB

Master

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • None.

1.0.2 Release notes (2018-09-06)

  • Added Multisig Script Mock!
  • Added isCoinbase() in Transaction class by @federicobond
  • Fix some typo by @federicobond
  • Add HeadersMessage by @akifuj
  • Add open collective committers and backers by @monkeywithacupcake

1.0.1 Release notes (2018-08-17)

  • ScriptFactory is added!

1.0.0 Release notes (2018-08-17)

  • First major release!
  • All OP_CODEs are available now!
  • Script is available now!
  • etc...

0.2.1 Release notes (2018-07-30)

  • Fix Carthage install problem
  • Add OP_CODEs
  • Refactor ScriptMachine
  • etc...

0.2.0 Release notes (2018-07-29)

First Version for BitcoinKit! Bunch of changes included.

  • Cashaddr
  • Bech32
  • BIP143 based Transaction Digest Algorithm
  • Script Machine
  • UnitTests
  • Minor bug fixes
  • etc...

0.1.2 Release notes (2018-02-10)

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Hide OpenSSL headers in private module. No longer needed to add header search paths in a user project.
    #20

0.1.1 Release notes (2018-02-06)

Breaking
  • None.
Enhancements
  • Extend supported lower iOS version to 8.0
    #8
  • Support CocoaPods
    #7
Bug Fixes
  • Fix carthage installation failure
    #5

0.1.0 Release notes (2018-02-05)

First Version!