nathanmarz
f426b0db61
disable travis cljs build for now
2017-03-11 08:36:18 -05:00
nathanmarz
cbc6520dbf
update cljs testing instructions
2017-03-10 17:09:21 -05:00
Nathan Marz
4fb76c01c3
Merge pull request #189 from firesofmay/add-cljs-to-travis
...
Add cljs tests to travis
2017-03-10 16:49:07 -05:00
Mayank Jain
4695c96998
Add cljs tests to travis
...
* Add lein-doo plugin to run cljs tests. This is the new recommended
approach.
* Update project.clj to add cljsbuild config
* Update .travis.yml file to run cljs tests as well.
* Also to speed up travis builds add ~/.m2 dir in cache
To run do:
$ lein do javac, doo phantom test-build once
Note that you'll need phantomjs installed for above to work.
2017-03-11 02:31:10 +05:30
nathanmarz
6b080a2575
update test.check to 0.9.0
2017-03-10 12:32:02 -05:00
nathanmarz
acf2801cbc
update readme
2017-03-01 16:07:21 -05:00
nathanmarz
8afa602a40
update readme
2017-03-01 12:45:23 -05:00
nathanmarz
f4d021f87f
update changelog
2017-03-01 12:40:56 -05:00
nathanmarz
b069265866
begin 1.0.1
2017-03-01 12:40:33 -05:00
nathanmarz
b5d65fda55
1.0.0
2017-03-01 12:33:18 -05:00
nathanmarz
35c8a9380e
Add with-fresh-collected docstring
2017-03-01 10:46:28 -05:00
nathanmarz
b13b8d3c35
add remove with NONE functionality to FIRST and LAST
2017-03-01 10:40:17 -05:00
nathanmarz
5e56a99163
add more benchmark cases
2017-02-28 16:23:10 -05:00
nathanmarz
f169813b2d
update changelog
2017-02-28 15:55:54 -05:00
nathanmarz
2504b7849a
add specialized MAP-KEYS navigator
2017-02-28 15:55:25 -05:00
nathanmarz
cdbbd13939
add benchmark for prepending to a vector
2017-02-21 11:18:32 -05:00
nathanmarz
e7b595c4ca
fix issue with NONE-ELEM on nil value
2017-02-17 17:54:11 -05:00
nathanmarz
84fdc7f1b4
update readme
2017-02-17 12:50:05 -05:00
nathanmarz
6bb5f5cab4
update changelog
2017-02-17 12:08:32 -05:00
nathanmarz
ef5ad1de6d
fix transforms on subvectors to maintain the type as a vector type
2017-02-17 12:05:12 -05:00
nathanmarz
d8cfb649ad
clarify changelog
2017-02-16 15:35:20 -05:00
nathanmarz
036144fdaf
update changelog
2017-02-15 23:08:49 -05:00
nathanmarz
b79a71decd
Add BEFORE-ELEM, AFTER-ELEM, and NONE-ELEM navigators
2017-02-15 20:34:44 -05:00
nathanmarz
7c798c1e3b
extend srange, BEGINNING, END, FIRST, and LAST to strings
2017-02-15 18:30:44 -05:00
nathanmarz
ffcba01df7
fix NAMESPACE select
2017-02-15 10:12:08 -05:00
nathanmarz
d595b9f26b
change nthpath to richnav for performance
2017-02-14 14:33:46 -05:00
nathanmarz
71ed0ffae9
Add docstrings for keypath, must, and nthpath
2017-02-14 10:46:02 -05:00
nathanmarz
16310d6008
fix docstring
2017-02-14 10:42:54 -05:00
nathanmarz
0855af39e7
update changelog
2017-02-14 08:48:36 -05:00
nathanmarz
48efea55ab
Added NAME and NAMESPACE navigators
2017-02-14 08:47:19 -05:00
nathanmarz
3dbc775334
fix if-path/selected?/not-selected? so that vals are passed along to condition paths
2017-02-14 08:25:54 -05:00
nathanmarz
baf658365e
add test for select-any with value collection
2017-02-14 08:11:39 -05:00
nathanmarz
646e03a227
Add nthpath navigator
2017-02-12 21:13:08 -05:00
nathanmarz
ebdfc80d8b
update changelog
2017-02-12 21:03:16 -05:00
nathanmarz
3f71163454
extend ALL to PersistentHashSet
2017-02-12 21:02:38 -05:00
nathanmarz
e2b6f63f99
fix traverse with early termination to unwrap reduced vals
2017-02-12 15:24:13 -05:00
nathanmarz
76682e64d4
update README
2017-02-12 12:22:05 -05:00
nathanmarz
6d154799f9
add benchmark for getting first element of a vector
2017-02-12 12:13:13 -05:00
nathanmarz
3f3fad0eb7
update changelog
2017-02-12 11:44:36 -05:00
nathanmarz
41ac7790e2
Update changelog
2017-02-12 11:39:41 -05:00
nathanmarz
28ecb90489
add docstrings
2017-02-12 11:38:45 -05:00
nathanmarz
3693d307fc
fix traverse-all to properly propagate reduced vals, add tests
2017-02-12 11:37:14 -05:00
nathanmarz
62c998a472
implement traverse-all
2017-02-12 09:38:56 -05:00
nathanmarz
80b3857b08
implement early termination using reduced, re-implement select-any/select-first in terms of it
2017-02-11 21:26:30 -05:00
nathanmarz
f521409482
add with-fresh-collected higher order navigator
2017-02-11 08:56:45 -05:00
nathanmarz
a1929d9eb7
add note on mutli-path about potential future enhancement
2017-02-10 17:29:49 -05:00
nathanmarz
a1073275c3
add assoc-in vs setval benchmark
2017-01-27 10:39:50 -05:00
nathanmarz
c48ab3bf8e
update readme
2017-01-24 10:44:00 -05:00
nathanmarz
d966ed8ca1
update readme example
2017-01-17 17:02:31 -05:00
nathanmarz
15600981fd
update changelog
2017-01-10 09:32:30 -05:00