summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Finalize 1.2 releasev1.2Mathias2012-10-121-0/+21
* Remove obsolete /cc/ package directoriesMathias2012-10-1223-0/+0
* Rename domain name from spray.cc to spray.io, rename package from 'cc.spray.j...Mathias2012-10-1225-26/+26
* Update ls-bitsMathias2012-03-131-0/+22
* 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
* Update READMEMathias2012-02-011-3/+3
* Add ls-sbt bitsMathias2012-02-011-0/+22
* 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-194-6/+10
* Add JsValue.asJsObject methods, simplifies JsObject matchingMathias2011-12-072-4/+61
* Move exception into package.scala, simplify throwing of (De)SerializationExce...Mathias2011-12-079-72/+40
* Fix copyrightsMathias2011-12-0710-2/+145
* Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-0614-59/+55
* Add RootJsonReader and RootJsonWriter as well as some helper methods, closes #10Mathias2011-11-302-2/+40
* Introduce RootJsonFormatMathias2011-11-304-28/+36
* Improve DeserializationException error messagesMathias2011-11-173-28/+25
* 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-0910-51/+56
* 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
* Improve some scaladoc commentsMathias2011-10-043-1/+17
* Add NullOptions traitMathias2011-10-042-127/+151
* 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 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-231-3/+20
* Upgrade to Specs2 1.6-SNAPSHOTMathias2011-07-198-8/+8
* Improve compile time error messages with @implicitNotFound annotationsMathias2011-07-191-0/+4
* Add test for thread-safetyMathias2011-06-282-1/+2956
* Add JSONP support to JsonPrintersMathias2011-06-032-2/+16
* Add trait versions of JsonPrinters for easier customizationMathias2011-05-312-6/+8
* Add more collection formatsMathias2011-05-262-25/+28
* Add helper function constructing a jsonFormat from Readers and Writer, implic...Mathias2011-05-252-13/+15
* Add DelegatingFormatMathias2011-05-251-0/+5
* Improve 'toJson' pimpMathias2011-05-251-4/+4
* Add JsonFormat for JsValues, some more helpersMathias2011-05-248-27/+77
* Add predefined JsonFormat for Product1 and Product12-15Mathias2011-05-241-0/+153
* Add predefined JsonFormat for Either typeMathias2011-05-232-0/+44
* Upgrade to Scala 2.9.0, SBT 0.7.7 and parboiled 1.0.0Mathias2011-05-171-1/+1
* Cosmetic fixesMathias2011-05-091-1/+1
* Squash obsolete 'formats' package also in test sourcesMathias2011-05-094-4/+0
* Squash sub package 'formats'Mathias2011-05-0911-47/+85
* Add basic scaladocsMathias2011-05-0613-70/+148
* Initial commit (split off from main spray codebase)Mathias2011-05-0622-0/+1524