Skip to content

Releases: commercetools/sphere-scala-libs

v0.6.3

02 Dec 15:04
Compare
Choose a tag to compare
  • update scala to 2.11.8
  • update "com.fasterxml.jackson.core" % "jackson-databind" to 2.7.3
  • update "joda-time" % "joda-time" to 2.9.3
  • JNothing is now treated the same way as JNull during the case-class serialization

v0.6.2

02 Dec 15:04
Compare
Choose a tag to compare
  • update "com.fasterxml.jackson.core" % "jackson-databind" to "2.7.2"
  • update "org.scalaz" %% "scalaz-core" to "7.1.7"
  • update "joda-time" % "joda-time" to "2.9.2"
  • can parse a JLong

v0.6.0

14 Dec 13:03
Compare
Choose a tag to compare
  • null is now treated the same way as undefined during the case-class serialization
  • Dropped scala 2.10 support

v0.5.31

11 Dec 13:42
Compare
Choose a tag to compare
  • Added deriveSingletonJSON macros which provides a nice alternative to Enumeration where you can represent
    enum-values as a sealed case object hierarchy (you can find an example in the DeriveSingletonJSONSpec).

v0.5.15

25 Jun 12:15
Compare
Choose a tag to compare

better ignore unknown json fields, especially when using optional values

v0.5.13

31 May 14:15
Compare
Choose a tag to compare

use java 7

v0.5.12

31 May 13:47
Compare
Choose a tag to compare

human readable errors.

v0.5.9

29 May 20:05
Compare
Choose a tag to compare

use jackson as json parser backend

v0.5.8

09 Mar 11:40
Compare
Choose a tag to compare

Includes #8

Scala 2.11 support

26 Feb 13:04
Compare
Choose a tag to compare

cross release for Scala 2.10 and 2.11