summaryrefslogtreecommitdiff
path: root/src/test/scala
Commit message (Collapse)AuthorAgeFilesLines
* Switch to fast, hand-written parser, remove parboiled dependencyMathias2014-09-192-22/+26
| | | | Closes #86, #108
* Add some scalachecks roundtrips for more confidence, fixes #29Johannes Rudolph2014-03-121-0/+63
|
* rename asJson => parseJson, fixes #89Johannes Rudolph2014-03-123-3/+3
|
* match spec tightly about which characters to encode, fixes #83, #46Johannes Rudolph2014-03-122-4/+8
|
* Add a failing line to the testLogan Lowell2014-02-251-0/+1
|
* add test case for all slash posibilitiesMartijn Hoekstra2014-02-031-0/+3
|
* Ignore static fields in jsonFormatMark van der Tol2013-10-131-0/+15
|
* improved error message and fixed test, refs #62Johannes Rudolph2013-08-161-1/+1
|
* Merge commit 'pull/67'Johannes Rudolph2013-08-161-2/+47
|
* use sbt-boilerplate for generating stubsJohannes Rudolph2013-05-291-0/+36
| | | | | | | | | | | (cherry picked from commit b4b2208d045fd7ee1549f56c2b9d897c5caceb48) This allows to have jsonFormat for more than 15 case class parameters. Fixes #48 Conflicts: build.sbt project/plugins.sbt src/main/boilerplate/cc/spray/json/ProductFormatsInstances.scala.template
* Add small test improvementMathias2013-05-131-2/+2
|
* Fix extractFieldNames: Ignore transient fieldsDan Brown2013-04-221-0/+16
|
* Upgrade to Scala 2.10.0-RC5Mathias2012-12-191-0/+11
|
* Small improvement in testMathias2012-11-281-2/+3
|
* Fix: \u0001 -> \u0001Dan Brown2012-11-191-1/+1
|
* Add broken test: \u0001 -> \u001Dan Brown2012-11-191-0/+4
|
* Prepare for release 1.2.1v1.2.1Mathias2012-10-151-1/+1
|
* Remove obsolete /cc/ package directoriesMathias2012-10-1210-0/+0
|
* Rename domain name from spray.cc to spray.io, rename package from ↵Mathias2012-10-1210-10/+10
| | | | 'cc.spray.json' to 'spray.json'
* Update READMEMathias2012-02-011-3/+3
|
* Add jsonFormatX overloads providing automatic case class field name extractionMathias2012-02-011-2/+2
| | | | | | Conflicts: src/main/scala/cc/spray/json/ProductFormats.scala
* Improve ReadmeSpecMathias2012-02-011-21/+37
|
* Pimp Strings with 'asJson'Mathias2012-01-193-4/+4
|
* Add JsValue.asJsObject methods, simplifies JsObject matchingMathias2011-12-071-0/+45
|
* Move exception into package.scala, simplify throwing of ↵Mathias2011-12-072-2/+2
| | | | (De)SerializationExceptions
* Fix copyrightsMathias2011-12-079-0/+144
|
* Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-066-18/+18
|
* 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-095-13/+13
|
* Fix #6 (rename JsValue:fromJson to 'convertTo', add .prettyPrint and ↵Mathias2011-11-096-35/+35
| | | | .compactPrint
* Implemented deserialization support (Issue #8)Steffen Fritzsche2011-10-111-0/+6
|
* Implemented #8: Conversion of Double.NaN and Infinity to JsNullSteffen Fritzsche2011-10-111-1/+19
|
* Add NullOptions traitMathias2011-10-041-5/+19
|
* Improve Option handling, speed up case class (de)serialization, closes #5Mathias2011-09-281-6/+12
|
* Add test case for jsonFormat order agnosticityMathias2011-09-271-0/+3
|
* Improve JsonReader/JsonWriter lifting to JsonFormatMathias2011-09-062-40/+41
|
* Added and tested LiftedFormatsSpec (thx to Dirk)Mathias2011-09-061-0/+40
|
* Add test for generic functionality, add description to READMEMathias2011-08-231-3/+20
|
* Upgrade to Specs2 1.6-SNAPSHOTMathias2011-07-198-8/+8
|
* Add test for thread-safetyMathias2011-06-281-1/+8
|
* Add JSONP support to JsonPrintersMathias2011-06-031-0/+3
|
* Add more collection formatsMathias2011-05-261-8/+8
|
* Add JsonFormat for JsValues, some more helpersMathias2011-05-244-4/+4
|
* Add predefined JsonFormat for Either typeMathias2011-05-231-0/+19
|
* Upgrade to Scala 2.9.0, SBT 0.7.7 and parboiled 1.0.0Mathias2011-05-171-1/+1
|
* Squash obsolete 'formats' package also in test sourcesMathias2011-05-094-4/+0
|
* Squash sub package 'formats'Mathias2011-05-092-1/+67
|
* Initial commit (split off from main spray codebase)Mathias2011-05-067-0/+407