summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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, ↵Mathias2011-05-252-13/+15
| | | | implicit conversions from functions
* 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