Commit graph

880 commits

Author SHA1 Message Date
nathanmarz
09d00ac7e7 typo 2017-08-14 06:48:54 -04:00
nathanmarz
e2308e0cda begin 1.0.4 2017-08-14 06:30:44 -04:00
nathanmarz
31935fca2e 1.0.3 2017-08-14 06:25:24 -04:00
nathanmarz
85d3f14de9 fix docstring 2017-08-13 12:16:49 -04:00
nathanmarz
43fd7ab2e2 add INDEXED-VALS tests 2017-08-13 11:50:42 -04:00
nathanmarz
1805094df8 update changelog 2017-08-13 07:51:02 -04:00
nathanmarz
1b4a7d3d59 add INDEXED-VALS navigator 2017-08-13 07:49:08 -04:00
nathanmarz
1b7f987eaa fix outdated docstrings 2017-07-29 12:35:33 -04:00
nathanmarz
03e686cd9c tighten code 2017-07-24 13:02:19 -04:00
nathanmarz
dbae629472 cljs tests fix 2017-07-24 10:46:12 -04:00
nathanmarz
40c883c1f3 update changelog 2017-07-24 10:32:14 -04:00
nathanmarz
b7c62e444c add before-index and index-nav navigators 2017-07-24 10:29:11 -04:00
nathanmarz
179b705211 changes 2017-06-27 08:26:15 -04:00
nathanmarz
b18733b14e update changelog 2017-06-27 08:23:11 -04:00
nathanmarz
179d818503 fix regression in cljs that causes warning for record fields named var and other reserved words 2017-06-27 08:22:20 -04:00
nathanmarz
cfb191e1cd add note about value collection in subselect 2017-06-14 12:11:09 -04:00
nathanmarz
3fffee336e update .gitignore 2017-06-12 12:30:09 -04:00
nathanmarz
d36b4340c3 move repl.clj to scripts 2017-06-12 12:29:49 -04:00
nathanmarz
e8ba45e22b begin 1.0.3 2017-06-12 12:03:34 -04:00
nathanmarz
891a067bbd 1.0.2 2017-06-12 12:02:20 -04:00
nathanmarz
4325abab9d typo 2017-06-09 15:47:35 -04:00
Nathan Marz
abc5d2bf63 Merge pull request #213 from mwfogleman/cljs-documentation
Document ClojureScript usage.
2017-06-09 15:46:31 -04:00
Michael Fogleman
cfe5780ada Document ClojureScript usage. 2017-06-09 14:06:51 -04:00
nathanmarz
5259e5df55 add cljs repl script 2017-06-08 17:58:38 -04:00
nathanmarz
c2e3b779d9 typo 2017-06-07 17:54:56 -04:00
nathanmarz
7523e43823 improve doc for srange-dynamic 2017-06-07 17:17:13 -04:00
nathanmarz
3e4730b44f add ability to declare end-fn for srange-dynamic that takes in result of start-fn 2017-06-07 17:14:20 -04:00
nathanmarz
8f30918d59 add transducer cases to map vals benchmarks 2017-06-06 15:12:57 -04:00
nathanmarz
4b23bd9392 update changelog 2017-06-03 18:24:11 -04:00
nathanmarz
dbf3f60167 add walker vs. old clojure.walk version benchmark 2017-06-03 18:23:13 -04:00
nathanmarz
edf9d8c544 rename test 2017-06-03 06:11:23 -04:00
nathanmarz
0b88411f88 rename walker param to be consistent with doc 2017-06-02 13:46:47 -04:00
nathanmarz
b2589e00a6 fix handling of records with ALL in cljs 2017-06-02 10:17:35 -04:00
nathanmarz
b66db48a84 walker tests 2017-06-02 09:31:16 -04:00
nathanmarz
0841aa1587 add another string nav test 2017-06-01 06:18:56 -04:00
nathanmarz
d0ff9bbc35 reimplement codewalker so it works with NONE 2017-06-01 02:38:20 -04:00
nathanmarz
340d6d3065 reimplement walker in terms of recursive-path to support NONE removal 2017-06-01 01:38:12 -04:00
nathanmarz
e8f15c4137 extend ALL to records (for walker reimplementation) 2017-06-01 01:27:24 -04:00
nathanmarz
550d486954 update changelog 2017-05-31 21:01:31 -04:00
nathanmarz
5d185ec9f4 for ALL on maps, interpret transformed key value pair of < size 2 as removal 2017-05-31 21:00:23 -04:00
nathanmarz
1411ac495e add comments about workaround for cljs bug 2017-05-29 21:52:40 -04:00
nathanmarz
af029ac149 update changelog 2017-05-29 21:48:12 -04:00
nathanmarz
a924c75ac6 workaround to cljs bug where private vars in cljs.core can cause warnings with same named var (in this case, NONE) 2017-05-29 21:46:59 -04:00
nathanmarz
4f5376450a update changelog 2017-05-08 18:49:41 -04:00
nathanmarz
0608ca6396 fix bug with nested dynamic params with dynamic function invocations 2017-05-08 18:48:46 -04:00
nathanmarz
426873da98 support transforms to NONE for set-elem and map-key 2017-05-07 20:30:50 -04:00
nathanmarz
2dd6432c69 add set-elem navigator and change semantics of map-key to only navigate if the key exists (for consistency with set-elem) 2017-05-07 19:36:50 -04:00
nathanmarz
82314f50ba add test case for map-key 2017-05-05 18:43:20 -04:00
nathanmarz
2423127877 add map-key 2017-05-05 18:41:46 -04:00
nathanmarz
5dea8919be add helper pred navs for common comparisons 2017-04-24 20:35:41 -04:00