summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-07-27 19:56:40 -0700
committerSeth Tisue <seth@tisue.net>2017-09-14 13:16:41 -0700
commit7089839dcfc1c91f195a4b1dcc6d7b60e40b210c (patch)
treee38509ffd689d673546f17f2a875cee5a583c3a4 /notes
parent8a421f066e99359a3d6fa4cd64cded206376d264 (diff)
downloadspray-json-7089839dcfc1c91f195a4b1dcc6d7b60e40b210c.tar.gz
spray-json-7089839dcfc1c91f195a4b1dcc6d7b60e40b210c.tar.bz2
spray-json-7089839dcfc1c91f195a4b1dcc6d7b60e40b210c.zip
replace pimp with 'rich', 'enrich', 'extension method'
and: * add MiMa so we know the change is binary compatible * use current Scala & sbt versions
Diffstat (limited to 'notes')
-rw-r--r--notes/1.1.0.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/1.1.0.markdown b/notes/1.1.0.markdown
index 2d09720..38b018c 100644
--- a/notes/1.1.0.markdown
+++ b/notes/1.1.0.markdown
@@ -4,7 +4,7 @@ and will have group id `cc.spray` rather than `cc.spray.json` as before.
Changes since the last release (1.0.1):
- Added automatic case class field name extraction via new `jsonFormatX` overloads
-- Added `asJson` pimp to Strings
+- Added `asJson` extension method to Strings
- Added `RootJsonFormat` (`JsonFormat` for types corresponding to JSON document roots)
- Fixed problem of JSON object deserialization not being member-order independent
(removed `JsField`, turned `JsObject(List[JsField])` into `JsObject(Map[String, JsValue])`)