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

Releases: fomkin/pushka

0.8.0

24 Nov 20:23
7d19fb8
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Add Scala 2.12.0 support

0.7.1

02 Sep 12:08
a2120d1
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

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
  • Close #43: Global defaults
  • Fix #44: Default values don't work for Option

0.6.2

13 Jul 08:56
5d885d5
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

Issues:

  • Fixed #39: NoSuchElementException should be wrapped with PushkaException

0.6.1

28 Jun 14:23
918a909
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

Issues:

  • Fixed #36: Support of Array[T]

0.6.0

04 Jun 12:35
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

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)

0.5.0

17 May 08:26
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Better error reporting. Now PushkaException describes what exactly happened.

0.4.2

06 May 10:07
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

Add Vector[T] Reader and Writer

0.4.1

28 Jan 19:28
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Writer now is invariant.

0.4.0

09 Jan 13:58
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Issues:

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

0.3.2

19 Nov 11:31
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Issues:

  • Fix #16: Compilation failed on sealed trait with method
  • Fix #17: Regression in 0.3.1