summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2012-02-01 12:43:59 +0100
committerMathias <mathias@spray.cc>2012-02-01 12:44:20 +0100
commiteda1264a7b95d20d257876a074c94834d6939ac2 (patch)
treeaf3950472c2d288a5edf9e1746c1bf49af686cfa /notes
parent8726048c65d289d735552afbf803042473d3093e (diff)
downloadspray-json-eda1264a7b95d20d257876a074c94834d6939ac2.tar.gz
spray-json-eda1264a7b95d20d257876a074c94834d6939ac2.tar.bz2
spray-json-eda1264a7b95d20d257876a074c94834d6939ac2.zip
Add posterous-sbt notes for 1.1.0
Diffstat (limited to 'notes')
-rw-r--r--notes/1.0.1.markdown3
-rw-r--r--notes/1.1.0.markdown14
2 files changed, 14 insertions, 3 deletions
diff --git a/notes/1.0.1.markdown b/notes/1.0.1.markdown
index 78ad0a4..dfe4905 100644
--- a/notes/1.0.1.markdown
+++ b/notes/1.0.1.markdown
@@ -4,6 +4,3 @@
- Improved compile time error messages with `@implicitNotFound` annotations
- Improved documentation
- Smaller fixes and additions
-
- [JSON]: http://json.org
- [parboiled]: http://parboiled.org
diff --git a/notes/1.1.0.markdown b/notes/1.1.0.markdown
new file mode 100644
index 0000000..2d09720
--- /dev/null
+++ b/notes/1.1.0.markdown
@@ -0,0 +1,14 @@
+Starting with this release _spray-json_ artifacts live on <http://repo.spray.cc/>
+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 `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])`)
+- Fixed issue #8 (Allow (de)serialization of `NaN` (Double)), thx to @stefritz
+- Fixed #6 (rename `JsValue:fromJson` to `convertTo`, add `.prettyPrint` and `.compactPrint`)
+- Improved deserialization error messages
+- Upgraded to SBT 0.11.2