Skip to content

Commit fbf7180

Browse files
committed
Merge branch 'test-versionbump'
2 parents 2d8e534 + bf90185 commit fbf7180

21 files changed

Lines changed: 15940 additions & 1258 deletions

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonpath_lib"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
authors = ["Changseok Han <freestrings@gmail.com>"]
55

66
description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath"
@@ -10,7 +10,7 @@ keywords = ["jsonpath", "json", "webassembly", "lua", "query"]
1010
categories = ['wasm', "parser-implementations", "api-bindings"]
1111

1212
repository = "https://github.com/freestrings/jsonpath"
13-
documentation = "https://docs.rs/jsonpath_lib/0.2.6/jsonpath_lib"
13+
documentation = "https://docs.rs/jsonpath_lib/0.3.0/jsonpath_lib"
1414
license = "MIT"
1515

1616
[badges]
@@ -20,7 +20,6 @@ travis-ci = { repository = "freestrings/jsonpath", branch = "master" }
2020
log = "0.4"
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = { version = "1.0", features = ["preserve_order"] }
23-
array_tool = "1.0.3"
2423

2524
[dev-dependencies]
2625
env_logger = "0.8"

docs/0.bootstrap.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
228 KB
Binary file not shown.

docs/bench/0.bootstrap.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bench/1.bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
228 KB
Binary file not shown.

docs/bench/bootstrap.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,26 @@
5555
/******/ "../web_pkg/jsonpath_wasm_bg.wasm": function() {
5656
/******/ return {
5757
/******/ "./jsonpath_wasm_bg.js": {
58-
/******/ "__wbg_error_c4abc40e0406628b": function(p0i32,p1i32) {
59-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbg_error_c4abc40e0406628b"](p0i32,p1i32);
58+
/******/ "__wbindgen_json_parse": function(p0i32,p1i32) {
59+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_json_parse"](p0i32,p1i32);
60+
/******/ },
61+
/******/ "__wbindgen_json_serialize": function(p0i32,p1i32) {
62+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_json_serialize"](p0i32,p1i32);
6063
/******/ },
6164
/******/ "__wbindgen_object_drop_ref": function(p0i32) {
6265
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_object_drop_ref"](p0i32);
6366
/******/ },
67+
/******/ "__wbg_error_5b1e30d38c81c9fa": function(p0i32,p1i32) {
68+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbg_error_5b1e30d38c81c9fa"](p0i32,p1i32);
69+
/******/ },
6470
/******/ "__wbindgen_object_clone_ref": function(p0i32) {
6571
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_object_clone_ref"](p0i32);
6672
/******/ },
6773
/******/ "__wbindgen_string_new": function(p0i32,p1i32) {
6874
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_string_new"](p0i32,p1i32);
6975
/******/ },
70-
/******/ "__wbindgen_json_parse": function(p0i32,p1i32) {
71-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_json_parse"](p0i32,p1i32);
72-
/******/ },
73-
/******/ "__wbindgen_json_serialize": function(p0i32,p1i32) {
74-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_json_serialize"](p0i32,p1i32);
75-
/******/ },
76-
/******/ "__wbg_call_bf745b1758bb6693": function(p0i32,p1i32,p2i32) {
77-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbg_call_bf745b1758bb6693"](p0i32,p1i32,p2i32);
76+
/******/ "__wbg_call_3fc07b7d5fc9022d": function(p0i32,p1i32,p2i32) {
77+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbg_call_3fc07b7d5fc9022d"](p0i32,p1i32,p2i32);
7878
/******/ },
7979
/******/ "__wbindgen_is_string": function(p0i32) {
8080
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_is_string"](p0i32);
@@ -91,11 +91,11 @@
9191
/******/ "__wbindgen_rethrow": function(p0i32) {
9292
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_rethrow"](p0i32);
9393
/******/ },
94-
/******/ "__wbindgen_closure_wrapper107": function(p0i32,p1i32,p2i32) {
95-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_closure_wrapper107"](p0i32,p1i32,p2i32);
94+
/******/ "__wbindgen_closure_wrapper27": function(p0i32,p1i32,p2i32) {
95+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_closure_wrapper27"](p0i32,p1i32,p2i32);
9696
/******/ },
97-
/******/ "__wbindgen_closure_wrapper109": function(p0i32,p1i32,p2i32) {
98-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_closure_wrapper109"](p0i32,p1i32,p2i32);
97+
/******/ "__wbindgen_closure_wrapper29": function(p0i32,p1i32,p2i32) {
98+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_closure_wrapper29"](p0i32,p1i32,p2i32);
9999
/******/ }
100100
/******/ }
101101
/******/ };
@@ -198,7 +198,7 @@
198198
/******/ promises.push(installedWasmModuleData);
199199
/******/ else {
200200
/******/ var importObject = wasmImportObjects[wasmModuleId]();
201-
/******/ var req = fetch(__webpack_require__.p + "" + {"../web_pkg/jsonpath_wasm_bg.wasm":"f9980c137fc7d5609726"}[wasmModuleId] + ".module.wasm");
201+
/******/ var req = fetch(__webpack_require__.p + "" + {"../web_pkg/jsonpath_wasm_bg.wasm":"494668cdc2dc16eb1895"}[wasmModuleId] + ".module.wasm");
202202
/******/ var promise;
203203
/******/ if(importObject instanceof Promise && typeof WebAssembly.compileStreaming === 'function') {
204204
/******/ promise = Promise.all([WebAssembly.compileStreaming(req), importObject]).then(function(items) {
-241 KB
Binary file not shown.

docs/bootstrap.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,26 @@
5555
/******/ "../web_pkg/jsonpath_wasm_bg.wasm": function() {
5656
/******/ return {
5757
/******/ "./jsonpath_wasm_bg.js": {
58-
/******/ "__wbg_error_c4abc40e0406628b": function(p0i32,p1i32) {
59-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbg_error_c4abc40e0406628b"](p0i32,p1i32);
58+
/******/ "__wbindgen_json_parse": function(p0i32,p1i32) {
59+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_json_parse"](p0i32,p1i32);
60+
/******/ },
61+
/******/ "__wbindgen_json_serialize": function(p0i32,p1i32) {
62+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_json_serialize"](p0i32,p1i32);
6063
/******/ },
6164
/******/ "__wbindgen_object_drop_ref": function(p0i32) {
6265
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_object_drop_ref"](p0i32);
6366
/******/ },
67+
/******/ "__wbg_error_5b1e30d38c81c9fa": function(p0i32,p1i32) {
68+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbg_error_5b1e30d38c81c9fa"](p0i32,p1i32);
69+
/******/ },
6470
/******/ "__wbindgen_object_clone_ref": function(p0i32) {
6571
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_object_clone_ref"](p0i32);
6672
/******/ },
6773
/******/ "__wbindgen_string_new": function(p0i32,p1i32) {
6874
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_string_new"](p0i32,p1i32);
6975
/******/ },
70-
/******/ "__wbindgen_json_parse": function(p0i32,p1i32) {
71-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_json_parse"](p0i32,p1i32);
72-
/******/ },
73-
/******/ "__wbindgen_json_serialize": function(p0i32,p1i32) {
74-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_json_serialize"](p0i32,p1i32);
75-
/******/ },
76-
/******/ "__wbg_call_bf745b1758bb6693": function(p0i32,p1i32,p2i32) {
77-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbg_call_bf745b1758bb6693"](p0i32,p1i32,p2i32);
76+
/******/ "__wbg_call_3fc07b7d5fc9022d": function(p0i32,p1i32,p2i32) {
77+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbg_call_3fc07b7d5fc9022d"](p0i32,p1i32,p2i32);
7878
/******/ },
7979
/******/ "__wbindgen_is_string": function(p0i32) {
8080
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_is_string"](p0i32);
@@ -91,11 +91,11 @@
9191
/******/ "__wbindgen_rethrow": function(p0i32) {
9292
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_rethrow"](p0i32);
9393
/******/ },
94-
/******/ "__wbindgen_closure_wrapper107": function(p0i32,p1i32,p2i32) {
95-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_closure_wrapper107"](p0i32,p1i32,p2i32);
94+
/******/ "__wbindgen_closure_wrapper27": function(p0i32,p1i32,p2i32) {
95+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_closure_wrapper27"](p0i32,p1i32,p2i32);
9696
/******/ },
97-
/******/ "__wbindgen_closure_wrapper109": function(p0i32,p1i32,p2i32) {
98-
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_closure_wrapper109"](p0i32,p1i32,p2i32);
97+
/******/ "__wbindgen_closure_wrapper29": function(p0i32,p1i32,p2i32) {
98+
/******/ return installedModules["../web_pkg/jsonpath_wasm_bg.js"].exports["__wbindgen_closure_wrapper29"](p0i32,p1i32,p2i32);
9999
/******/ }
100100
/******/ }
101101
/******/ };
@@ -198,7 +198,7 @@
198198
/******/ promises.push(installedWasmModuleData);
199199
/******/ else {
200200
/******/ var importObject = wasmImportObjects[wasmModuleId]();
201-
/******/ var req = fetch(__webpack_require__.p + "" + {"../web_pkg/jsonpath_wasm_bg.wasm":"f9980c137fc7d5609726"}[wasmModuleId] + ".module.wasm");
201+
/******/ var req = fetch(__webpack_require__.p + "" + {"../web_pkg/jsonpath_wasm_bg.wasm":"494668cdc2dc16eb1895"}[wasmModuleId] + ".module.wasm");
202202
/******/ var promise;
203203
/******/ if(importObject instanceof Promise && typeof WebAssembly.compileStreaming === 'function') {
204204
/******/ promise = Promise.all([WebAssembly.compileStreaming(req), importObject]).then(function(items) {
-241 KB
Binary file not shown.

0 commit comments

Comments
 (0)