Browse Source

Update changelog.md

pull/58/head
kallestenflo 10 years ago
parent
commit
8acc068b69
  1. 3
      changelog.md

3
changelog.md

@ -3,7 +3,8 @@ In The Pipe
* Added EvaluationListener interface that allows abortion of evaluation if criteria is fulfilled. * Added EvaluationListener interface that allows abortion of evaluation if criteria is fulfilled.
this makes it possible to limit the number of results to fetch when a document is scanned. Also this makes it possible to limit the number of results to fetch when a document is scanned. Also
added utility method to limit results `JsonPath.parse(json).limit(1).read("$..title", List.class);` added utility method to limit results `JsonPath.parse(json).limit(1).read("$..title", List.class);`
* Added support for OR in inline filters [?(@.foo == 'bar' || @.foo == 'baz')] * Added support for OR in inline filters [?(@.foo == 'bar' || @.foo == 'baz')]
* Upgrade json-smart to 2.1.0
1.1.0 (2014-10-01) 1.1.0 (2014-10-01)

Loading…
Cancel
Save