Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (28 loc) · 587 Bytes

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 587 Bytes

0.7.0

  • Fixed final fields in constructor
  • Support for typeId parameter

0.6.0

  • Support for HiveLists
  • Support for getters & setters
  • Support for inheritance

0.5.2

  • Fix bug with Uint8Lists

0.5.1

  • Bump Hive version

0.5.0

  • Support final members

0.4.0+2

  • Support for Lists and Maps in strong mode

0.4.0+1

  • Support for enums
  • Sanity checks
  • Bugfixes

0.3.0

  • Support for typed lists
  • Bugfixes
  • Breaking: Not compatible to previous adapters

0.2.0

  • Improve performance of adapers
  • Cast lists to the correct type

0.1.0+1

  • First release