Skip to content

Commit d642d73

Browse files
committed
0.4.0 with placeholder support for escaping and inserting values into selector. i.e. jsonselect.match(':has(?)', [ 'foo' ], ...); results in ':has("foo")'
1 parent b6d5ff9 commit d642d73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Lloyd Hilaiel <lloyd@hilaiel.com> (http://lloyd.io)",
33
"name": "JSONSelect",
44
"description": "CSS-like selectors for JSON",
5-
"version": "0.3.1",
5+
"version": "0.4.0",
66
"homepage": "http://jsonselect.org",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)