From 4b9cbddc0e84737ff4c184b80efd23bfae66583b Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 19 Apr 2018 16:29:05 -0700 Subject: Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 774e81b..e66d1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Version 0.4.3 + +- Allow overriding of how field names are extracted from case class + parameter names. This enables alternative naming conventions such as + snake_case without having to change the name of parameters in the + Scala representation. + +- Deserialize `Option[_]` fields to `None` in case they are not + present in JSON form. This was previously not handled correctly and + caused deserialization errors. + # Version 0.4.2 Build and publish for ScalaJS and Scala Native. This release adds a -- cgit v1.2.3