Argentlabs Web3.swift Versions Save

Ethereum Swift API with support for smart contracts, ENS & ERC20

1.6.1

5 months ago

🐛 Fixes

⚠️ Changes

New Contributors

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.5.0...1.6.1

1.6.0

1 year ago

🌱 New:

🐛 Fixes:

⚠️ Changes:

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.5.1...1.6.0

1.5.1

1 year ago

⚠️ Changes:

🐛 Fixes:

New Contributors

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.5.0...1.5.1

1.5.0

1 year ago

🌱 New:

⚠️ Changes:

🐛 Fixes:

🦦 Other:

New Contributors

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.4.1...1.5.0

1.4.1

1 year ago

🐛 Fixes:

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.4.0...1.4.1

1.4.0

1 year ago

🌱 New:

⚠️ Changed

🐛 Fixed:

New Contributors

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.3.0...1.4.0

1.3.0

1 year ago

🌱 New:

🐛 Fixed:

New Contributors

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.2.0...1.3.0

1.2.0

1 year ago

🌱 New:

🐛 Bug fixes:

New Contributors

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.1.1...1.2.0

1.1.1

2 years ago

🐛 Bug fixes:

  • Fixed issue with ENS resolver caching (#216)

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.1.0...1.1.1

1.1.0

2 years ago

🌱 New:

  • Support for offchain lookup and ENS offchain resolution (EIP-3668) #208
  • Support for wildcard ENS resolution (ENSIP-10) #214
  • CI now runs on Linux too #212

⚠️ Changed:

  • Bumped mininum version to iOS 13, macOS 11, removed conditional compilation of async/await
  • All tests now using async/await API
  • For linux, introduced OpenCombine dependency as we're now using Combine for some involved logic in #208 (May review this in the future)

Full Changelog: https://github.com/argentlabs/web3.swift/compare/1.0.0...1.1.0