101 Commits

Author SHA1 Message Date
freestrings
241a7f482d Bracket notation after recursive descent does not recurse #40 2020-03-22 22:25:07 +09:00
freestrings
de46a66148 Bracket notation not supported inside filter expression #38 - fix clippy error 2020-03-16 00:55:42 +09:00
freestrings
d618e60e13 Bracket notation not supported inside filter expression #38 2020-03-10 23:24:07 +09:00
freestrings
a6f742e3ad 다중패스 필터 안되는 문제 수정 2020-03-10 23:22:35 +09:00
freestrings
218321a4bd fix return_type_for_child_object_not_matched 2020-02-23 19:18:13 +09:00
freestrings
4919a03c6b fix clippy error 2020-02-16 22:43:39 +09:00
freestrings
7a07bc7744 Remove useless code 2020-02-16 22:16:22 +09:00
freestrings
accd08139f Negative slice out of bounds does not return values #35 2020-02-16 13:14:31 +09:00
freestrings
ffd87cfbe4 Not support 'jsonpath-rs' since 0.2.4 2020-02-15 00:46:00 +09:00
freestrings
3b4d2b4ffc fix clippy error 2020-02-10 23:53:56 +09:00
freestrings
8e10128826 fix clippy error 2020-02-10 23:26:20 +09:00
freestrings
ad39c9e668 Invalid result on second attribute check #33 2020-02-10 23:26:20 +09:00
Guy Korland
636618e4ac fix #29 check for overflow 2020-02-10 23:24:56 +09:00
freestrings
d84d0d845c fix clippy error 2019-10-28 22:12:52 +09:00
freestrings
b5c5d6b88e lua 프로젝트 레이아웃 변경 2019-09-22 16:49:41 +09:00
freestrings
ea7599c012 first commit lua ffi 2019-09-22 16:47:17 +09:00
freestrings
9276c0aa02 필터에 중첩된 상대경로 잘못찾는 문제 수정 2019-09-19 23:30:31 +09:00
Guy Korland
fe376c4483 fix build 2019-08-29 23:09:07 +09:00
Guy Korland
773ea3a3b3 fix test 2019-08-29 23:09:07 +09:00
Guy Korland
17a8608392 Return Option<Value> from fun on replace_with to all user to return None (remove the value and not replace with Null) 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
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
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
8f01598e05 code coverage 90% 2019-06-26 15:07:49 +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
28ad9c903f remove indexmap crate 2019-06-24 14:12:00 +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
f536391b71 select code coverage 2019-06-20 22:31:33 +09:00
freestrings
c19c75dac5 parser code coverage 2019-06-20 22:31:33 +09:00
freestrings
fff0e869cb improve error message 2019-06-19 15:10:50 +09:00
freestrings
6a270c9456 IntelliJ rustfmt default rule 적용 2019-06-19 11:52:53 +09:00
freestrings
de97e2f95a array keys 2019-06-18 13:26:36 +09:00
freestrings
74666d264e array range with step 2019-06-18 13:26:36 +09:00
freestrings
51deec66d0 escaped quote notation 2019-06-18 13:26:36 +09:00
freestrings
909c851dcc Results do not match other implementations - js unit test 2019-06-18 13:25:59 +09:00
freestrings
b41b9f3aa6 Results do not match other implementations #6 2019-06-17 12:07:52 +09:00
freestrings
766be8cab2 Stable 버전에서 컴파일 에러 수정 2019-06-11 18:56:27 +09:00
freestrings
2e9e0ac6fc compiled_path 인자 타입 변경, compute_path 로직 개선 2019-06-11 18:56:27 +09:00
freestrings
ec5d76d2d6 SelectorMut WASM 적용 2019-06-11 18:56:27 +09:00
freestrings
24d18efb6f SelectorMut documentation 2019-06-11 18:56:27 +09:00