185 Commits

Author SHA1 Message Date
freestrings
e0db04aed9 Rollback #22 - build failed on travis-ci 2019-08-29 23:09:07 +09:00
freestrings
d5364ad74a Close #24 - workspace configuration 2019-08-29 23:09:07 +09:00
Guy Korland
67991df1f2 improve performance avoid remove & insert to map 2019-08-29 23:09:07 +09:00
Guy Korland
15e6c6065b pass value not reference to fun 2019-08-29 23:09:07 +09:00
Guy Korland
fab07adc5a improve performance avoid remove & insert to map 2019-08-29 23:09:00 +09:00
Guy Korland
4b62fcd376 pass value not reference to fun 2019-08-29 23:08:58 +09:00
freestrings
2daef2c938 Rollback #22 - build failed on travis-ci 2019-08-15 22:57:36 +09:00
freestrings
43d092cb35 Close #24 - workspace configuration 2019-08-15 22:26:52 +09:00
freestrings
19f0878b5a Replace fun input with ownership #22 2019-08-15 21:56:30 +09:00
Guy Korland
b2e27b423a fix wasm build 2019-08-15 21:20:52 +09:00
Guy Korland
88e6320cf7 improve performance avoid remove & insert to map 2019-08-15 21:20:52 +09:00
Guy Korland
8b85ec9d61 pass value not reference to fun 2019-08-15 21:20:52 +09:00
freestrings
f5e46882da Merge branch 'gkorland-test_delete' 2019-08-14 09:58:46 +09:00
Guy Korland
53c4711d1a add test for delete 2019-08-11 11:18:07 +03:00
freestrings
31612315b8 move lifetime to result #19 2019-08-05 10:44:36 +09:00
Guy Korland
2efb019155
Update lib.rs 2019-07-31 16:34:24 +03:00
Guy Korland
d9b9e9d8bd
move lifetime to result
lifetime should be on the Vec<&'a Value> and not on the input
2019-07-31 16:22:35 +03:00
freestrings
c0a5296451 Merge branch 'dependentbot/npm_and_yarn' 2019-07-14 23:19:44 +09:00
dependabot[bot]
6c983ced99 Bump lodash from 4.17.11 to 4.17.14 in /wasm/www_bench
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 23:18:36 +09:00
dependabot[bot]
d0f93bde49 Bump lodash from 4.17.11 to 4.17.14 in /wasm/www
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 23:17:57 +09:00
dependabot[bot]
d7423e35da Bump lodash from 4.17.11 to 4.17.14 in /wasm/tests
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 23:17:29 +09:00
dependabot[bot]
a23ab7a519 Bump lodash from 4.17.11 to 4.17.14 in /nodejs
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 23:17:03 +09:00
dependabot[bot]
d4140c8ed5 Bump lodash from 4.17.11 to 4.17.14 in /examples/nodejs-rs
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 23:16:11 +09:00
dependabot[bot]
595a2d8528 Bump lodash from 4.17.11 to 4.17.14 in /examples/browser
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 23:15:39 +09:00
Changseok Han
e8e9dbfe1c
Merge pull request #11 from measlytwerp/patch-1
Added `query` to the keywords
2019-07-14 23:09:53 +09:00
Measly Twerp
b644c5b0a6
Dropped javascript keyword in favour of query 2019-07-13 16:35:49 +09:30
Measly Twerp
5c29b54e3a
Added query to the keywords
I added `query` to the keywords to help people find this on crates.io as there are a few similar crates that use `json` and `query`.
2019-07-11 22:34:42 +09:30
freestrings
dde0d5dc2e test coverage 개선 2019-06-26 18:19:52 +09:00
freestrings
a553b4b06b wasm build 추가 2019-06-26 17:53:19 +09:00
freestrings
3d33e8bd08 빌드패스에서 'benchs' 제거 2019-06-26 17:01:43 +09:00
freestrings
8f01598e05 code coverage 90% 2019-06-26 15:07:49 +09:00
freestrings
cab5177811 the clippy lints 2019-06-25 23:56:13 +09:00
freestrings
9a28faf058 apply clippy lints - wasm, nodejs 2019-06-25 23:41:10 +09:00
freestrings
319186b1d9 apply clippy lints - tests 2019-06-25 22:57:21 +09:00
freestrings
2f0d29d644 parser change to private module 2019-06-25 22:07:59 +09:00
freestrings
b910ed35f9 apply clippy lints 2019-06-25 22:01:31 +09:00
freestrings
f5717d6d26 remove useless function 2019-06-25 13:21:13 +09:00
freestrings
f1fda2af13 publish 0.2.3 - fixed #7 v0.2.3 2019-06-24 14:37:58 +09:00
freestrings
6ad4432737 jsonpath-rs 0.2.3 2019-06-24 14:35:14 +09:00
freestrings
13816df970 jsonpath-wasm 0.2.3 2019-06-24 14:35:14 +09:00
freestrings
030dccc8cc jsonpath_lib 0.2.3 2019-06-24 14:20:29 +09:00
freestrings
28ad9c903f remove indexmap crate 2019-06-24 14:12:00 +09:00
freestrings
be29571670 fix broken build in osx. remove neon-serde 2019-06-24 13:25:54 +09:00
freestrings
59dad2ea02 update example 2019-06-23 23:59:18 +09:00
freestrings
967df1b787 Invalid wildcard filter results #7 - nodejs, wasm 2019-06-23 18:56:30 +09:00
freestrings
6d38c67e90 Invalid wildcard filter results #7 2019-06-23 18:27:25 +09:00
freestrings
053be432f2 fix wildcard filter 2019-06-23 18:25:46 +09:00
freestrings
d384079842 Leaves 처리 위치 변경 2019-06-23 17:22:58 +09:00
freestrings
5f832e8fe7 code coverage 적용 2019-06-20 22:33:21 +09:00
freestrings
4390feb807 add tarpaulin setting 2019-06-20 22:31:33 +09:00