Releases: commercetools/sphere-scala-libs
Releases · commercetools/sphere-scala-libs
v0.9.27
- Update joda-time to 2.10.2. 102
- Update jackson-databind to 2.9.9. 104
v0.9.26
- introduce mongo format for java.util.Local 101
v0.9.25
- artifacts for scala 2.13.0-M5 available. 95 and 96
v0.9.24
deriveJSON
and deriveMongoFormat
support sum types with only one concrete type. 92
v0.9.23
- update mongo core driver to 3.10.1. 70
v0.9.22
- avoid unnecessary instantiations. 88 91
- handle fields of embedded json. 90
v0.9.21
- add cats instances for
MongoFormat
and JSON
. 85
- use more generic BSONObject and BasicBSONList. 87
v0.9.20
- fix runtime error on
HighPrecisionMoney.toString
. 74
- lots of improvement on mongo support:
- handle optional embedded field. 75
MongoFormat
instance for Map[String, A]
where A: MongoFormat
. 76 (and a fix)
MongoFormat
instance for BaseMoney
. 79
v0.9.19
- support scala singleton objects in mongo generics. 72
- Breaking change: avoid need for currying in mongo format. 73
v0.9.18
- update
json4s-jackson
and json4s-scalap
to 3.6.5. 71
- update
cats
to 1.6.0
. 68