All Versions
13
Latest Version
Avg Release Cycle
80 days
Latest Release
1236 days ago

Changelog History
Page 1

  • v0.5.3

    December 04, 2020
  • v0.5.2

    December 04, 2020
  • v0.5.1

    December 04, 2020
  • v0.5.0 Changes

    October 01, 2020

    ๐Ÿ›  This Version adds support for the newest SPM version as well as some Bug fixes and minor tweaks.

    ๐Ÿ“ฆ From now on we only officially support Swift Package Manager (though for all platforms where Swift is available). More on that decision in the README.

  • v0.4.2

    January 20, 2020
  • v0.4.1 Changes

    July 07, 2019

    ๐Ÿ› Bug fixes.

  • v0.4.0 Changes

    July 07, 2019

    โš  This version adds support for Swift 5 and fixes warnings generated from the Swift 5 compiler.

    ๐Ÿ”– Versions below Swift 5 are officially not supported after this release.

    • โœ‚ Removed BytesInitializable initializer parameter label so it matches the Swift stdlib
  • v0.3.1 Changes

    September 01, 2018

    ๐Ÿš€ This version is a bug fix only release and contains the following fixes:

    • ๐Ÿ›  Fixed an error where the decoder crashed on some wrong inputs instead of throwing an error (#44, #45)
    • ๐Ÿ‘‰ Make JSON-RPC error fields accessible (#47)
    • โž• Add an overloaded method to deploy a contract using an array of ABIEncodable (#49)
    • ๐Ÿ›  Fixed an error with parsing contract ABI fallback functions (#48, #50)
  • v0.3.0 Changes

    June 24, 2018

    This version contains the following changes:

    ๐Ÿ“œ Native static and dynamic Contract ABI parsing

    Interaction with smart contracts, the easy way

    Static ERC20 and ERC721 contract interfaces out of the box

    Syntactic sugar for all PromiseKit extensions

    ๐Ÿ› Bug fixes...

  • v0.2.1 Changes

    June 12, 2018

    This version contains the following change:

    • ๐Ÿ›  Fixed visibility of EthereumTransaction to public (was internal before)