Browse Source

Update changelog.md

pull/71/head
kallestenflo 10 years ago
parent
commit
b1a25a9ccc
  1. 4
      changelog.md

4
changelog.md

@ -4,7 +4,9 @@ In The Pipe
* Moved JsonProvider and MappingProvider implementations out of the interal package
* Moved provider implementations to spi package (no longer internal)
* Deprecated HTTP provider and methods
* Add an unwrap(Object) method to JsonProvider, use it when extracting values for Criteria evaluation
* Add an unwrap(Object) method to JsonProvider, use it when extracting values for Criteria evaluation **breaks JsonProvider SPI**
* Fixed issue #71 - esacpe character in inline predicates
`JsonPath.read(json, "$.logs[?(@.message == 'it\\'s here')].message");`
1.2.0 (2014-11-11)
==================

Loading…
Cancel
Save