Skip to content
This repository has been archived by the owner. It is now read-only.

Releases: fomkin/pushka

0.3.1

01 Nov 09:49
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Issues:

  • Fix #13 : Use default arguments from case class constructor
  • Fix #11: Duplication of companion object when case class inside sealed trait companion

0.3.0

01 Nov 09:19
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Issues:

  • Fix #9 : Children of sealed trait should able to extend another traits
  • Fix #4: Serialization fails when the object is annotated with @deprecated
  • Close #6: Sometime we need to write None as null

0.2.0

25 Aug 21:07
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Performance now is much better

Issues:

  • Fix #1 : Compilation fail on generic case classes with more than one argument

0.1.0

22 Aug 14:54
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release

  • Sealed traits and case classes pickling
  • Most of standard scala data types pickling
  • Really human-readable output