Prototype with multiresult#32
Closed
brettz9 wants to merge 29 commits into
JSONPath-Plus:masterJSONPath-Plus/JSONPath:masterfrom
brettz9:prototype-with-multiresultbrettz9/JSONPath:prototype-with-multiresultCopy head branch name to clipboard
Closed
Prototype with multiresult#32brettz9 wants to merge 29 commits intoJSONPath-Plus:masterJSONPath-Plus/JSONPath:masterfrom brettz9:prototype-with-multiresultbrettz9/JSONPath:prototype-with-multiresultCopy head branch name to clipboard
brettz9 wants to merge 29 commits into
JSONPath-Plus:masterJSONPath-Plus/JSONPath:masterfrom
brettz9:prototype-with-multiresultbrettz9/JSONPath:prototype-with-multiresultCopy head branch name to clipboard
Commits
Commits on Dec 9, 2014
- committed
- committed
- committed
- committed
- committed
Move to prototype-based inheritance (saving on memory); remove unneeded arg (as per other patch); export class and deprecate exporting of singleton and class method (will probably allow for instanc…
Show description for d765daccommittedChange argument order when instantiating, but keep old order for backward compatibility. Having options first will allow separate calls for the object and expression to an evaluate method if autost…
Show description for 55dc9d5committed- committed
- committed
- committed
Commits on Dec 10, 2014
Update tests and docs to use new class-based API with object arguments (clearer for readers of code)
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
With the path non-existent, the result should presumably be undefined, not null (also change tests to check for strict equality since test was not catching this). Add a test to actually return null…
Show description for ae87baccommitted- committed
- committed
- committed
- committed
- committed