summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add broken test: \u0001 -> \u001Dan Brown2012-11-191-0/+4
|
* Update READMEMathias2012-11-091-1/+1
|
* build for scala 2.10.0-RC2Johannes Rudolph2012-11-081-2/+2
|
* Prepare for release 1.2.2v1.2.2Mathias2012-10-166-7/+12
|
* Upgrade to parboiled 1.1.3Mathias2012-10-161-1/+1
|
* Prepare for release 1.2.1v1.2.1Mathias2012-10-157-11/+51
|
* Finalize 1.2 releasev1.2Mathias2012-10-126-6/+38
|
* Remove obsolete /cc/ package directoriesMathias2012-10-1223-0/+0
|
* Rename domain name from spray.cc to spray.io, rename package from ↵Mathias2012-10-1228-35/+35
| | | | 'cc.spray.json' to 'spray.json'
* Upgrade to Scala 2.9.2, SBT 0.12.1 and parboiled 1.1.1Mathias2012-10-123-11/+6
|
* Merge branch 'release/1.1.1'v1.1.1Mathias2012-03-137-13/+79
|\
| * Update ls-bitsMathias2012-03-131-0/+22
| |
| * Bump version to 1.1.1, update README, CHANGELOG and posterous notesMathias2012-03-134-3/+13
| |
| * Fix huge performance problem in JsonParserMathias2012-03-131-1/+1
| |
| * Small improvement in rare error messagesMathias2012-02-251-2/+2
| |
| * Be more robust about ordering issues in extractFieldNames.Michael Bayne2012-02-251-4/+7
| | | | | | | | | | | | | | | | | | | | It is generally the case that JVMs will report field and method names in declaration order (though the spec says any order is OK). However, the Scala compiler feels no compunction whatsoever to put the copy$default$N methods into the AST in an order that will cause them to match the field declaration order. Running under JRebel, things get even hairier. This patch makes things work as long as field names are reported in order.
| * Add chapter 'JsonFormat vs. RootJsonFormat' to READMEMathias2012-02-191-2/+22
| |
| * Upgrade to specs2 1.7.1Mathias2012-02-061-1/+12
| |
| * Bump version to 1.2.0-SNAPSHOTMathias2012-02-031-1/+1
| |
| * Merge branch 'release/1.1.0' into developMathias2012-02-038-71/+138
| |\
* | \ Merge branch 'release/1.1.0'v1.1.0Mathias2012-02-0335-455/+803
|\ \ \ | | |/ | |/|
| * | Add NullOptions section to READMEMathias2012-02-031-1/+10
| | |
| * | Update READMEMathias2012-02-012-42/+53
| | |
| * | Add ls-sbt bitsMathias2012-02-013-24/+45
| | |
| * | Add posterous-sbt notes for 1.1.0Mathias2012-02-012-3/+14
| | |
| * | Bump version number to 1.1.0, change publishing target to repo.spray.ccMathias2012-02-011-4/+5
| | |
| * | Update CHANGELOGMathias2012-02-011-0/+14
| |/
| * Add jsonFormatX overloads providing automatic case class field name extractionMathias2012-02-012-24/+112
| | | | | | | | | | | | Conflicts: src/main/scala/cc/spray/json/ProductFormats.scala
| * Improve ReadmeSpecMathias2012-02-011-21/+37
| |
| * Pimp Strings with 'asJson'Mathias2012-01-195-8/+12
| |
| * fix typoJames Earl Douglas2012-01-161-1/+1
| |
| * fix the embedded links to parboiledJames Earl Douglas2012-01-161-2/+2
| |
| * Add JsValue.asJsObject methods, simplifies JsObject matchingMathias2011-12-072-4/+61
| |
| * Move exception into package.scala, simplify throwing of ↵Mathias2011-12-0710-74/+42
| | | | | | | | (De)SerializationExceptions
| * Fix copyrightsMathias2011-12-0710-2/+145
| |
| * Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-0614-59/+55
| |
| * Merge pull request #12 from stefri/patch-1Mathias2011-12-011-2/+2
| |\ | | | | | | Update sbt build settings to fix illegal pom
| | * Removed "name" and "description" tags from pomExtra setting to produce a ↵Steffen Fritzsche2011-12-011-2/+2
| |/ | | | | | | valid pom-file.
| * Add RootJsonReader and RootJsonWriter as well as some helper methods, closes #10Mathias2011-11-302-2/+40
| |
| * Upgrade to SBT 0.11.2Mathias2011-11-301-1/+1
| |
| * Introduce RootJsonFormatMathias2011-11-304-28/+36
| |
| * Improve DeserializationException error messagesMathias2011-11-173-28/+25
| |
| * Add 'JsonFormats for recursive Types' to READMEMathias2011-11-161-0/+14
| |
| * Add test for lazyFormat wrapper (recursive JsonFormats)Mathias2011-11-161-0/+14
| |
| * Fix remaining deprecation warningMathias2011-11-091-2/+2
| |
| * Remove JsValue.apply method without replacement due to non-type-safetyMathias2011-11-097-56/+18
| |
| * Fix #6 (rename JsValue:fromJson to 'convertTo', add .prettyPrint and ↵Mathias2011-11-0911-56/+61
| | | | | | | | .compactPrint
| * Upgrade to SBT 0.11.0Mathias2011-11-096-115/+56
| |
| * Merge pull request #9 from stefri/issue8Mathias2011-10-123-4/+34
| |\ | | | | | | Thanks for this contribution, Steffen!
| | * Implemented deserialization support (Issue #8)Steffen Fritzsche2011-10-112-1/+9
| | |