Prototype with multiresult by brettz9 · Pull Request #32 · JSONPath-Plus/JSONPath · GitHub
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
89de1de
rmv unnecessary global (redefined inside anyways)
brettz9 Dec 9, 2014
51b5a3a
Avoid with, use strict mode, rmv unused vars, other JSLint-inspired c…
brettz9 Dec 9, 2014
f2c5548
Merge branch 'master' of git@github.com:s3u/JSONPath.git
brettz9 Dec 9, 2014
a09efe3
One more JSLint change (avoiding inline assignment)
brettz9 Dec 9, 2014
d1baf0b
Move livable whitespace pattern (4 sp. instead of inconsistent 3) and…
brettz9 Dec 9, 2014
d765dac
Move to prototype-based inheritance (saving on memory); remove unneed…
brettz9 Dec 9, 2014
55dc9d5
Change argument order when instantiating, but keep old order for back…
brettz9 Dec 9, 2014
8ff538d
Fix resultType regression
brettz9 Dec 9, 2014
dce1969
Allow avoiding autostart with optionally separate call to new public …
brettz9 Dec 9, 2014
164aaf1
Allow for object-style parameters, "json" and "path"
brettz9 Dec 9, 2014
46cd3d4
Update tests and docs to use new class-based API with object argument…
brettz9 Dec 10, 2014
3f6e79e
Bump version to 0.11.0
brettz9 Dec 10, 2014
f8e3cda
For README, change to easier MD heading format; indicate alternative …
brettz9 Dec 10, 2014
8db5e1a
Utilize more obscure internal variable naming to avoid potential clas…
brettz9 Dec 10, 2014
0bc5631
Note on @path being a custom operator
brettz9 Dec 10, 2014
41088f6
Add XPath/JSONPath example to indicate getting multiple property resu…
brettz9 Dec 10, 2014
41f9a37
Fix placement in chart of book indexes
brettz9 Dec 10, 2014
4b3cb09
Add Notes field to table and denote non-standard items
brettz9 Dec 10, 2014
fb25083
Name unused whole match var. in same way as other regex
brettz9 Dec 10, 2014
f1746de
More precision for passing nullish objects
brettz9 Dec 10, 2014
1639b92
Fix checking issue
brettz9 Dec 10, 2014
ef808d3
Return null or undefined if supplied; deal with nullish values by req…
brettz9 Dec 10, 2014
9eb396b
Better checking to avoid object creation
brettz9 Dec 10, 2014
ae87bac
With the path non-existent, the result should presumably be undefined…
brettz9 Dec 10, 2014
1ad4b94
Forgot wrap to test
brettz9 Dec 10, 2014
55ad5a8
Forgot to update expected count
brettz9 Dec 10, 2014
1b4cd4b
Fix method for paths
brettz9 Dec 10, 2014
d2fe68f
Add to Changes
brettz9 Dec 10, 2014
afea512
Add testing for "all"
brettz9 Dec 10, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.md
80 changes: 50 additions & 30 deletions README.md
Loading