summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #199 from xuwei-k/fix-travisMathias2016-09-281-3/+2
|\ \
| * | fix .travis.yml. Scala 2.12 require Java8xuwei-k2016-09-281-3/+2
|/ /
* | Upgrade to Scala 2.12.0-RC1 and latest specs2 and scalacheck versionsMathias2016-09-151-4/+4
* | Upgrade to Scala 2.11.8, 2.12.0-M5 and latest specs2 and scalacheck versionsMathias2016-07-071-5/+5
* | Merge pull request #183 from ktoso/wip-quoted-BIG-numbers-ktosoMathias2016-04-252-0/+8
|\ \
| * | +#182 allows BigInt/BigDecimal to be obtained from JsStringsKonrad Malawski2016-04-222-0/+8
|/ /
* / = Upgrade dependencies, enable Scala 2.12 crossbuildMathias2016-02-174-17/+30
|/
* Merge pull request #157 from markhatton/masterMathias2015-06-162-12/+19
|\
| * = Fix decoding of 4-byte UTF-8 characters into UTF-16 surrogate pairsMark Hatton2015-06-112-12/+19
|/
* Prepare for release 1.3.2v1.3.2Mathias2015-05-063-3/+16
* Merge pull request #154 from spray/wip-mathiasMathias2015-05-067-52/+103
|\
| * Improve test coverage of automatic case class member name unmanglingMathias2015-05-061-5/+5
| * Make JsonParser require complete consumption of parsing input, closes #137Mathias2015-05-062-1/+9
| * Fix automatic field name discovery for member names with mangled prefix, clo...Mathias2015-05-062-6/+7
| * Introduce `JsObject.empty`, `JsArray.empty`, `JsString.empty` and `JsNumber.z...Mathias2015-05-062-23/+40
| * Improve name unmangling in ProductFormats, closes #138Mathias2015-05-062-24/+49
| * Upgrade to SBT 0.13.8 and Scala 2.11.6Mathias2015-05-062-3/+3
|/
* Merge pull request #130 from mihirk/masterMathias2015-05-061-0/+1
|\
| * Adding import of spray.json as well in the documentation which is required fo...mihirk2015-01-031-0/+1
* | Merge pull request #152 from fommil/patch-1Mathias2015-05-061-1/+3
|\ \
| * | standard optionFormat type close #151Sam Halliday2015-04-251-1/+3
* | | Merge pull request #153 from layerhq/expose-field-name-in-deserialization-errorsMathias2015-05-063-5/+19
|\ \ \ | |/ / |/| |
| * | Expose fieldName when able in deserialization errorsDan Checkoway2015-04-273-5/+19
|/ /
* | Merge pull request #149 from jroper/backwards-compatibilityMathias2015-04-231-1/+8
|\ \
| * | Reinstated deprecated JsArray and JsObject List based constructors for backwa...James Roper2015-04-231-1/+8
|/ /
* | Merge pull request #136 from fommil/patch-1Mathias2015-04-201-16/+13
|\ \
| * | close #132Sam Halliday2015-01-271-16/+13
| |/
* | Merge pull request #147 from markhatton/masterMathias2015-04-152-1/+5
|\ \
| * | = Fix multibyte chars at ix 0 of JSON String not being parsed correctly, clos...Mark Hatton2015-04-092-1/+5
|/ /
* | Upgrade dependenciesMathias2015-02-242-5/+5
* | Small improvements to JsonParserMathias2015-02-241-7/+7
|/
* Prepare for release 1.3.1v1.3.1Mathias2014-10-283-3/+9
* Upgrade test dependenciesMathias2014-10-281-2/+3
* Add member name unmangling to ProductFormats, fixes #120Mathias2014-10-282-1/+39
* Fix OOE when parsing unterminated JSON strings, fixes #122Mathias2014-10-283-5/+13
* Merge pull request #123 from twillouer/patch-1Mathias2014-10-271-1/+1
|\
| * JSArray take now Vector as argumentWilliam Delanoue2014-10-211-1/+1
|/
* Prepare for release 1.3.0v1.3.0Mathias2014-09-223-13/+18
* Merge pull request #117 from chris-martin/jsonFormat0Mathias2014-09-222-0/+28
|\
| * Add jsonFormat0 for fieldless case classesChris Martin2014-09-152-0/+28
* | Fix small problem in JsonParser error reportingMathias2014-09-192-7/+22
* | Improve JsonPrinter to enable printing to custom StringBuilderMathias2014-09-191-11/+9
* | Switch JsArray(List) to JsArray(Vector), make parser produce JsObject(HashMap...Mathias2014-09-199-75/+72
* | Small fix in READMEMathias2014-09-191-4/+4
* | Switch to fast, hand-written parser, remove parboiled dependencyMathias2014-09-195-91/+295
* | Upgrade SBT and plugins, remove Scala 2.9 support, bump version to 1.3-SNAPSHOTMathias2014-09-167-134/+17
|/
* Merge pull request #115 from rafael/patch-1Johannes Rudolph2014-08-141-16/+20
|\
| * Update README.markdownRafael Chacon2014-08-081-16/+20
|/
* Upgrade to Scala 2.11.0 and SBT 0.13.2Mathias2014-04-222-4/+4
* Prepare for release 1.2.6v1.2.6Mathias2014-04-103-4/+18