summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 (De)SerializationExce...Mathias2011-12-0710-74/+42
* 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
|\
| * Removed "name" and "description" tags from pomExtra setting to produce a vali...Steffen Fritzsche2011-12-011-2/+2
|/
* 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 .compact...Mathias2011-11-0911-56/+61
* Upgrade to SBT 0.11.0Mathias2011-11-096-115/+56
* Merge pull request #9 from stefri/issue8Mathias2011-10-123-4/+34
|\
| * Implemented deserialization support (Issue #8)Steffen Fritzsche2011-10-112-1/+9
| * Implemented #8: Conversion of Double.NaN and Infinity to JsNullSteffen Fritzsche2011-10-112-3/+25
|/
* Bump version number to 1.1.0-SNAPSHOTMathias2011-10-042-3/+3
* Merge branch 'release/1.0.1' into developMathias2011-10-046-16/+58
|\
| * Prepare for 1.0.1 releasev1.0.1Mathias2011-10-046-16/+58
|/
* Improve some scaladoc commentsMathias2011-10-043-1/+17
* Add NullOptions traitMathias2011-10-042-127/+151
* Upgrade to parboiled 1.0.2Mathias2011-10-041-2/+2
* Improve Option handling, speed up case class (de)serialization, closes #5Mathias2011-09-283-259/+283
* Add test case for jsonFormat order agnosticityMathias2011-09-271-0/+3
* Improve READMEMathias2011-09-271-9/+10
* Upgrade to scala 2.9.1 and specs2 1.6.1Mathias2011-09-062-2/+2
* Improve JsonReader/JsonWriter lifting to JsonFormatMathias2011-09-065-73/+54
* Added and tested LiftedFormatsSpec (thx to Dirk)Mathias2011-09-062-0/+72
* Add test for generic functionality, add description to READMEMathias2011-08-232-4/+32
* small fix in implicit.ly aboutMathias2011-08-231-3/+1
* Downgrade to specs2 1.5Mathias2011-07-191-3/+1
* Upgrade to Specs2 1.6-SNAPSHOTMathias2011-07-199-11/+19
* Improve compile time error messages with @implicitNotFound annotationsMathias2011-07-191-0/+4
* Fix typo in READMEMathias2011-07-181-1/+1
* I did nothing but copy and paste Dispatch's JSON parser--all credit for it go...Nathan Hamblen2011-07-181-1/+1
* Bump version number to 1.1.0-SNAPSHOTMathias2011-07-182-3/+3
* Merge branch 'release/1.0.0' into developMathias2011-07-185-13/+13
|\