Skip to content

Latest commit

 

History

History
112 lines (74 loc) · 4.39 KB

CHANGELOG.md

File metadata and controls

112 lines (74 loc) · 4.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.7.0 - 2022-09-14

Added

Changed

0.6.3 - 2022-08-22

Added

Changed

0.6.2 - 2022-08-16

Changed

0.6.1 - 2022-08-16

Added

Changed

  • Readme

0.6.0 - 2022-08-08

Changed

Added

  • Dokka plugin for kotlin Javadoc (still may not work)

Fixed

  • walletconnect-adapter-gson and walletconnect-adapter-moshi modules artifacts bug

0.5.0 - 2022-08-08

Added

  • Working Android sample for dApp, wallet communication
  • Serialization/Deserialization adapter using Gson / Moshi
  • Store/Restore Sessions using File/SharedPreferences
  • Socket implementation using Scarlet
  • Pure kotlin modules
  • Unit tests (except :walletconnect module)