656 Commits (ff760658dd1facb12eb59dc0aadb1c384c1617ac)
 

Author SHA1 Message Date
Kalle Stenflo ff760658dd Prepared release 2.2.0 8 years ago
kallestenflo c6c092a091 Merge pull request #196 from jochenberger/fix-not-exists-serialization 8 years ago
Jochen Berger 8b26fae7b4 fix and test for 'not exists' serialization (fixes #178) 8 years ago
kallestenflo d958ab74a3 Merge pull request #195 from jochenberger/revert-getjson 8 years ago
Jochen Berger a8bc2af229 remove the get_json function that was accidentally introduced when merging #167 (fixes #180) 8 years ago
kallestenflo 0e9f397839 Merge pull request #182 from mchmielarz/master 8 years ago
kallestenflo 43f9845ae2 Merge pull request #190 from spyros87/assignable-gson-object-to-gsonjsonprovider-constructor 8 years ago
kallestenflo 91f21d01f2 Merge pull request #194 from jochenberger/fix-array-subscriptions 8 years ago
kallestenflo 2f690f0857 Merge pull request #193 from jochenberger/speed-up-evaluation-abort 8 years ago
Jochen Berger 7115c6155f fix detection of trailing comma 8 years ago
Jochen Berger f3ac1a0d15 fail when there are multiple commas between subscriptions 8 years ago
Jochen Berger 4bfa932cdf fail when there are spaces inside array indexes 8 years ago
Jochen Berger 2cb9b474db add test for #173 8 years ago
Jochen Berger c521615a5a speed up the abort of an evaluation. It's quite expensive to create an exception and fill its stack. As we don't care about the stack anyway, we don't fill it, also we cache a single exception instance 8 years ago
Spyridon Papadopoulos 18ff41336f Updated GsonJsonProvider using also a customized Gson object. 8 years ago
kallestenflo 9d0a363ed8 Merge pull request #188 from valery1707/badges 8 years ago
kallestenflo 82723a9101 Merge pull request #189 from jochenberger/update-dependencies 8 years ago
Jochen Berger c3431049ad update tapestry-json 8 years ago
Jochen Berger 7d6b825695 update SLF4J 8 years ago
Jochen Berger 428f108e2e update Gradle wrapper and shadow plugin 8 years ago
Valeriy.Vyrva 6d3f38ca4d Add some useful badges with automatic version detection: Maven and Javadoc 8 years ago
mchmielarz 1e3f11cbc2 Solution proposal for #181 9 years ago
kallestenflo c4de630315 Merge pull request #165 from helsing/issue_119_matchers 9 years ago
kallestenflo 3c5f57f4f7 Merge pull request #177 from zline/master 9 years ago
Alexey Makeyev 0d235b9ca6 more generic fix for issue #175 9 years ago
Alexey Makeyev 58c454b52d Fix issue #175 - Size evaluation could break indefinite path evaluation 9 years ago
Alexey Makeyev 604b42f865 one more test for parentheses parsing 9 years ago
Alexey Makeyev 67b3ce7888 fix for incorrect handling of logical operator priorities 9 years ago
kallestenflo 51379c648f Merge pull request #167 from mgreenwood1001/NestedJsonPathFunctionParameters 9 years ago
Kalle Stenflo d3231e7f04 Some methods (i.e. DocumentContext's set) fail when JSON name has ' in it #171 9 years ago
Kalle Stenflo 3de1137b92 Document context set method produces unexpected results for arrays #170 9 years ago
Matthew J Greenwood e6d2546c42 removed getLastElement 9 years ago
Matthew J Greenwood 5e2ef13c64 added negative test cases - removed readPosition from function parameter parser, ready for review 9 years ago
kallestenflo bcbd9966ef Merge pull request #172 from jochenberger/update-dependencies 9 years ago
Jochen Berger 434d1eb0da update Gradle wrapper 9 years ago
Jochen Berger 53ddae1244 update libraries 9 years ago
Matthew J Greenwood 5d8e209141 Added an append function such that JSON can be appended to the current document and then a function executed over the result. 9 years ago
Patrik Helsing 84211599bf [#119] Added methods hasNoJsonPath() and withoutJsonPath(). Updated README 9 years ago
Matthew J Greenwood 01bdbe2cc3 fixing broken tests 9 years ago
Matthew J Greenwood b919644425 adds an example for HttpLoading via getjson (not intended to be merged, just an example) also fixes bug #164 min/max providing wrong value 9 years ago
Patrik Helsing 96f39852fa Merge branch 'master' into issue_119_matchers 9 years ago
Patrik Helsing 27137211a6 [#119] Added README with usage examples 9 years ago
Patrik Helsing 3b273503ff [#119] Some minor refactoring to reduce amount of code, and collect the factory methods in JsonPathMatchers 9 years ago
Matthew J Greenwood f127edabe1 Test for string, added concat function 9 years ago
Matthew J Greenwood f932aaf22f working version with JSON + path expressions - need to handle error cases with tests 9 years ago
Matthew J Greenwood fadc946032 removed braces added support for JSON - need to parse JSON now... 9 years ago
Matthew J Greenwood b0ec61f7a1 missing dot in $avg -> $.avg - fixing CI 9 years ago
Matthew J Greenwood 1fa2b0e192 added test, removed foobar from min test - derp 9 years ago
Matthew J Greenwood 861c0b34bd Modified abstract aggregation and the path compiler to handle nested functions, working implementation committed 9 years ago
Matthew J Greenwood 76cfa0e30f Initiial implementation of PathCompiler changes to support functions that take other JsonPath elements - need to decide whether path parameters are relative to the function location (probably not) 9 years ago