All Versions
10
Latest Version
Avg Release Cycle
36 days
Latest Release
3003 days ago

Changelog History

  • v0.8.0 Changes

    November 24, 2016

    โž• Add Scala 2.12.0 support

  • v0.7.1 Changes

    September 02, 2016

    ๐Ÿš€ This release breaks backward compatibility:

    • Now Ast.Num stores String, not Double
    • Long now writes as Ast.Num
    • ๐Ÿšš Config was removed

    Issues:

    • ๐Ÿ‘ Close #47: Large Numbers support
    • 0๏ธโƒฃ Close #43: Global defaults
    • ๐Ÿ›  Fix #44: Default values don't work for Option
  • v0.7.0

    September 01, 2016
  • v0.6.2 Changes

    July 13, 2016

    Issues:

    • ๐Ÿ›  Fixed #39: NoSuchElementException should be wrapped with PushkaException
  • v0.6.1 Changes

    June 28, 2016

    Issues:

    • ๐Ÿ›  Fixed #36: Support of Array[T]
  • v0.6.0 Changes

    June 04, 2016

    Issues:

    • ๐Ÿ‘ Close #31: Scala 2.10 support (PR #33)
    • Close #30: Write Map as JSON object if possible (PR #32)
    • Close #15: Allow to serialize case class with single field in js object (PR #34)
  • v0.5.0 Changes

    May 17, 2016

    ๐Ÿ‘ Better error reporting. Now PushkaException describes what exactly happened.

  • v0.4.2 Changes

    May 06, 2016

    โž• Add Vector[T] Reader and Writer

  • v0.4.1 Changes

    January 28, 2016

    Writer now is invariant.

  • v0.4.0 Changes

    January 09, 2016

    Issues:

    • Close #20: Rewriting field names with @key annotation