54 Commits

Author SHA1 Message Date
freestrings
1512e9b72f Failure to match "$..['']", "$..['ref']", but succeeds on $..ref #43 2020-04-14 11:09:14 +09:00
freestrings
a168c46c04 Failure to match "$..['']", "$..['ref']", but succeeds on $..ref #43 2020-04-14 11:09:14 +09:00
freestrings
74e79e6330 Empty result for filter expression returns array of null #39 2020-03-23 23:53:26 +09:00
freestrings
241a7f482d Bracket notation after recursive descent does not recurse #40 2020-03-22 22:25:07 +09:00
freestrings
ef52c63bc8 Bracket notation not supported inside filter expression #38 - add unit test 2020-03-16 00:50:51 +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
d855c17899 split unit-tests 2020-02-23 14:45:14 +09:00
freestrings
32eef3f7c7 Restore wrong commit 2020-02-16 13:19:32 +09:00
freestrings
accd08139f Negative slice out of bounds does not return values #35 2020-02-16 13:14:31 +09:00
freestrings
ad39c9e668 Invalid result on second attribute check #33 2020-02-10 23:26:20 +09:00
freestrings
9fa0f74ce9 Fix clippy warnings 2020-01-07 00:08:04 +09:00
freestrings
9276c0aa02 필터에 중첩된 상대경로 잘못찾는 문제 수정 2019-09-19 23:30:31 +09:00
Guy Korland
5a52ded4ca add test from remove() 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
53c4711d1a add test for delete 2019-08-11 11:18:07 +03: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
319186b1d9 apply clippy lints - tests 2019-06-25 22:57:21 +09:00
freestrings
b910ed35f9 apply clippy lints 2019-06-25 22:01:31 +09:00
freestrings
053be432f2 fix wildcard filter 2019-06-23 18:25:46 +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
ad47444b7a src/lib.rs code coverage 2019-06-20 22:30:26 +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
b41b9f3aa6 Results do not match other implementations #6 2019-06-17 12:07:52 +09:00
freestrings
5abbfba254 테스트 코드에 select 대신 select_as를 사용하게 수정 2019-06-17 11:19:25 +09:00
freestrings
2e9e0ac6fc compiled_path 인자 타입 변경, compute_path 로직 개선 2019-06-11 18:56:27 +09:00
freestrings
fbb2b49ba0 update READEME.md 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
freestrings
dd9315bc90 SelectorMut first commit 2019-06-11 18:56:27 +09:00
freestrings
893af2afc0 0.2.0 initail commit 2019-06-11 18:56:27 +09:00
freestrings
3f89b9b183 remove alloc, dealloc in wasm 2019-06-11 18:56:27 +09:00
freestrings
d2a5d9092e refactoring done default 2019-06-11 18:56:27 +09:00
freestrings
416636bc48 add mocha test in wasm instead of "wasm-pack test" 2019-05-21 10:48:18 +09:00
freestrings
fe8a2f70c0 The JSON comparison algorithm is changed 2019-05-21 10:44:52 +09:00
freestrings
846ad26e2c move static function to outside of a struct 2019-05-20 10:40:25 +09:00
freestrings
5b653ab8a0 REAEME.md - Selector's "map" 2019-05-16 10:03:11 +09:00
freestrings
e2a6b13c9a Added a new function 'map', 'map_as' to the Selector 2019-05-15 14:09:00 +09:00
freestrings
3792e0014d v0.1.12 - value function in Selector parameter type change. from RefValue to &Value 2019-05-06 22:31:39 +09:00
freestrings
30aa38379a Selector struct 추가 2019-04-08 15:21:10 +09:00
freestrings
d955a1632c '..'토큰이 있을 때 필터 후 중복 생기는 문제 수정 2019-04-08 15:19:14 +09:00
freestrings
d75b93612d 토큰 이후 배열이 왔을 때 필터링 되지 않는 문제 수정 2019-04-08 12:15:35 +09:00
freestrings
ec80919f7f selector_as API 추가 2019-04-04 11:48:07 +09:00
freestrings
583c4f4252 deprecated attribute 사용 2019-04-01 14:32:20 +09:00