summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.5.4Johannes Rudolph2013-12-092-1/+26
* updated notesJohannes Rudolph2013-12-091-1/+2
* upgrade dependency versionsJohannes Rudolph2013-12-091-2/+2
* upgrade specs version to one compatible with 2.9.3Johannes Rudolph2013-08-211-1/+1
* upgrade to latest spray-json 1.2.5Johannes Rudolph2013-08-201-1/+1
* next versionJohannes Rudolph2013-08-201-1/+1
* add new lens `arrayOrSingletonAsArray` which reinterprets non json array valu...Johannes Rudolph2013-08-205-1/+74
* use new version of specs2 which fixes the bug that not all nested tests are r...Johannes Rudolph2013-08-202-3/+3
* JsonPath: be more strict when parsing unquoted field names not to eagerly par...Johannes Rudolph2013-08-202-13/+19
* move test files into right directory according to packageJohannes Rudolph2013-08-205-0/+0
* update to sbt 0.12.4, scala 0.10.2Johannes Rudolph2013-08-202-2/+2
* fix READMEJohannes Rudolph2013-05-291-1/+1
* fix notesJohannes Rudolph2013-05-291-7/+8
* bump version in READMEJohannes Rudolph2013-05-291-1/+1
* bump versionv0.5.3Johannes Rudolph2013-05-293-1/+34
* get rid of setOrUpdateField(f: Option[T] => T) because it basically has no ad...Johannes Rudolph2013-05-292-9/+0
* update README with notes about the new optionalField related operationsJohannes Rudolph2013-05-291-0/+2
* refactoring: move OptioalFieldOperations into their own fileJohannes Rudolph2013-05-292-38/+44
* new `setOrUpdateField` operation to udpate `optionalFields`Johannes Rudolph2013-05-292-3/+36
* add test examining the current behavior when `optionalField` are nested and `...Johannes Rudolph2013-05-291-0/+13
* update to recent version of scala/sbtJohannes Rudolph2013-05-292-2/+2
* new operation `modifyOrDeleteField` which can be used in conjunction with `op...Johannes Rudolph2013-05-294-5/+25
* wrap exceptions so that the actual stack trace doesn't get lostJohannes Rudolph2013-05-292-3/+3
* add `optionalField` lens, fixes #3, #4Johannes Rudolph2013-05-296-5/+70
* bump version to 0.5.2v0.5.2Johannes Rudolph2013-01-234-3/+29
* upgrade to a parboiled version available for Scala 2.9 and 2.10Johannes Rudolph2013-01-231-1/+1
* upgrade to recent versions of sbt + plugins + scala 2.10 supportv0.5.1-2.10Johannes Rudolph2013-01-235-13/+16
* fix typo in commentJohannes Rudolph2013-01-231-1/+1
* bump version to 0.5.1v0.5.1Johannes Rudolph2012-10-204-3/+33
* upgrade dependencies, make the move from 'cc.spray' to 'io.spray', 'spray'Johannes Rudolph2012-10-2022-34/+36
* latest release announcement changesJohannes Rudolph2012-06-042-3/+4
* Bump to 0.5.1-SNAPSHOTJohannes Rudolph2012-06-041-1/+1
* Releasing 0.5.0v0.5.0Johannes Rudolph2012-06-041-1/+2
* add ls metadataJohannes Rudolph2012-06-043-2/+29
* use the sbt release pluginJohannes Rudolph2012-06-042-1/+7
* use ghpages plugin to upload API docsJohannes Rudolph2012-06-043-3/+13
* more readme changesJohannes Rudolph2012-06-042-2/+15
* more documentation updatesJohannes Rudolph2012-06-044-11/+26
* Merge branch 'master' of github.com:jrudolph/json-lensesJohannes Rudolph2012-06-041-10/+143
|\
| * more accurate descriptionJohannes Rudolph2012-06-041-2/+2
| * using lenses sectionJohannes Rudolph2012-06-041-2/+16
| * more documentationJohannes Rudolph2012-06-041-5/+34
| * README snapshotJohannes Rudolph2012-06-041-1/+64
| * stub for deeper concept section in readmeJohannes Rudolph2012-06-041-6/+33
| * move usage section to the frontJohannes Rudolph2012-06-041-6/+6
* | use by-name parameter in `set` operationJohannes Rudolph2012-06-041-1/+1
|/
* update commentJohannes Rudolph2012-06-011-1/+1
* add `allMatching` lens which filters elements to be applicable to the inner lensJohannes Rudolph2012-06-011-0/+6
* add some helpful console initialization importsJohannes Rudolph2012-06-011-0/+7
* put the combine lens out of `/` into a separate function to stress its lensnessJohannes Rudolph2012-06-012-10/+17