Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 529 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 529 Bytes

Change Log

##Version 0.6.2

  • Fixed list serialization
  • Added support for parcelable array serialization
  • Added support for string list serization
  • Added inheritance support

##Version 0.6

  • CREATOR is now final - proguard will not touch it now
  • fixed parcelable class loader

##Version 0.2

  • added nullable primitives support
  • added primitive array support
  • added boolean sparse array support
  • added list list serialization

##Version 0.1

  • working primitive type serialization
  • initial release - proof of concept