summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Prepare for 1.0.0 releaseMathias2011-07-185-11/+11
| * Upgrade to parboiled 1.0.1Mathias2011-07-181-2/+2
|/
* Add implicit.ly integrationMathias2011-07-115-5/+19
* Update READMEMathias2011-07-061-5/+8
* Add test for thread-safetyMathias2011-06-282-1/+2956
* Add JSONP support to JsonPrintersMathias2011-06-032-2/+16
* Upgrade to Scala 2.9.0-1Mathias2011-06-011-1/+1
* 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-174-8/+7
* Cosmetic fixes in READMEMathias2011-05-101-5/+2
* Cosmetic fixesMathias2011-05-092-15/+15
* Change group id to "cc.spray.json"Mathias2011-05-092-2/+2
* Squash obsolete 'formats' package also in test sourcesMathias2011-05-094-4/+0
* Add README content, LICENSE and CHANGELOG stubMathias2011-05-093-2/+384
* Squash sub package 'formats'Mathias2011-05-0911-47/+85
* Add basic scaladocsMathias2011-05-0614-71/+148
* Initial commit (split off from main spray codebase)Mathias2011-05-0628-0/+1644