Nathan Marz
|
645ea6f1aa
|
update changelog
|
2016-08-06 00:57:04 -04:00 |
|
Nathan Marz
|
d45f3eb34c
|
changelog and version
|
2016-08-06 00:55:29 -04:00 |
|
Nathan Marz
|
23a501f4ac
|
Merge branch 'prot-redesign'
|
2016-08-06 00:48:01 -04:00 |
|
Nathan Marz
|
b9cd024c38
|
parameterize navigators immediately if all params are constant (rather than factor)
|
2016-08-06 00:44:40 -04:00 |
|
Nathan Marz
|
56da47aca5
|
generate a real higher order function from defnav and defcollector that returns a lean compiled path when invoked but coerces to equivalent paramsneededpath when composed, change nav constructors to recognize this and use a lean proxy for this case
|
2016-08-05 17:59:12 -04:00 |
|
Nathan Marz
|
7bfad80e00
|
fix for cljs
|
2016-08-05 16:34:58 -04:00 |
|
Nathan Marz
|
073dca1e98
|
add missing file
|
2016-08-05 16:21:49 -04:00 |
|
Nathan Marz
|
cbd3db5a75
|
all tests passing
|
2016-08-05 16:18:10 -04:00 |
|
Nathan Marz
|
e7db1803b1
|
fixes
|
2016-08-05 15:48:55 -04:00 |
|
Nathan Marz
|
e7dc940cd0
|
completely re-implement nav, collector, fixed-pathed-nav, and pathed-collector in cleaner and more flexible way
|
2016-08-05 14:10:38 -04:00 |
|
Nathan Marz
|
ff2f36ea17
|
improve readme example
|
2016-08-05 06:46:29 -04:00 |
|
Nathan Marz
|
184c14df4c
|
0.12.0
|
2016-08-05 06:11:44 -04:00 |
|
Nathan Marz
|
33d19ebd1d
|
cljs tests passing
|
2016-08-04 22:40:53 -04:00 |
|
Nathan Marz
|
4005aca92e
|
get cljs compiling
|
2016-08-04 16:32:54 -04:00 |
|
Nathan Marz
|
4460ee313e
|
all tests passing
|
2016-08-04 16:20:23 -04:00 |
|
Nathan Marz
|
53682de1eb
|
more fixes
|
2016-08-04 16:03:59 -04:00 |
|
Nathan Marz
|
423da1e03f
|
more fixes
|
2016-08-04 15:03:00 -04:00 |
|
Nathan Marz
|
73312bffd7
|
fixes
|
2016-08-04 13:47:54 -04:00 |
|
Nathan Marz
|
3ba0926251
|
refactor codebase to use reified navigator objects instead of individual functions, force all navigators to be defined using defnav, add ImplicitNav protocol
|
2016-08-04 11:28:47 -04:00 |
|
Nathan Marz
|
9c9b19af26
|
fix error when using specter with aot
|
2016-06-27 17:32:02 -04:00 |
|
Nathan Marz
|
b7191b11c2
|
update docs and changelog
|
2016-06-23 12:40:39 -04:00 |
|
Nathan Marz
|
9a36f9ff00
|
update changelog
|
2016-06-23 12:36:36 -04:00 |
|
Nathan Marz
|
b060339573
|
major optimization to multi-path by removing sequence operations at runtime
|
2016-06-23 12:35:47 -04:00 |
|
Nathan Marz
|
930724b85b
|
add benchmark for multi-transform
|
2016-06-23 12:30:50 -04:00 |
|
Nathan Marz
|
1497aacf59
|
fix tests for cljs
|
2016-06-23 12:30:17 -04:00 |
|
Nathan Marz
|
7dcc589495
|
added multi-transform tests
|
2016-06-23 11:56:29 -04:00 |
|
Nathan Marz
|
e3a259c2b4
|
merge
|
2016-06-22 21:19:13 -04:00 |
|
Nathan Marz
|
18680437aa
|
optimize terminal-val with fast-constantly
|
2016-06-22 21:18:38 -04:00 |
|
Nathan Marz
|
898d7489a6
|
add terminal-val
|
2016-06-22 21:17:14 -04:00 |
|
Nathan Marz
|
2f5d601ccf
|
implemented multi-transform and terminal
|
2016-06-22 21:17:13 -04:00 |
|
Nathan Marz
|
a8f48baced
|
add vals collection + setval test, update changelog
|
2016-06-22 21:17:02 -04:00 |
|
Nathan Marz
|
d1e32be13b
|
fix exception when using val collection with setval
|
2016-06-22 21:14:35 -04:00 |
|
Nathan Marz
|
50d2aa48f5
|
add terminal-val
|
2016-06-22 21:00:31 -04:00 |
|
Nathan Marz
|
858b0b488d
|
implemented multi-transform and terminal
|
2016-06-22 14:20:50 -04:00 |
|
Nathan Marz
|
9ff9ef6650
|
Fix #128
|
2016-06-21 18:38:00 -04:00 |
|
Nathan Marz
|
96ad0ff68c
|
fix build badge
|
2016-06-21 16:15:03 -04:00 |
|
Nathan Marz
|
d0331c9afe
|
new benchmark cases, reduce benchmark iterations
|
2016-06-17 12:56:33 -04:00 |
|
Nathan Marz
|
4c9c4b0001
|
update changelog
|
2016-06-16 09:59:29 -04:00 |
|
Nathan Marz
|
ba908284b9
|
tests for multi-path and if-path with vals collection
|
2016-06-16 09:52:41 -04:00 |
|
Nathan Marz
|
e4ee703a09
|
update richnav comment
|
2016-06-16 09:44:30 -04:00 |
|
Nathan Marz
|
66f555ab73
|
fix multi-path + val collection and minor problem in if-path
|
2016-06-16 09:42:24 -04:00 |
|
Nathan Marz
|
36f0e63d56
|
added richnav and fixed if-path with value collection
|
2016-06-16 09:09:29 -04:00 |
|
Nathan Marz
|
bb058a24b9
|
update changelog
|
2016-06-15 17:20:45 -04:00 |
|
Nathan Marz
|
c709b16eab
|
ALL and MAP-VALS perf improvement for small maps
|
2016-06-15 17:18:58 -04:00 |
|
Nathan Marz
|
e8f0a873fa
|
update changelog
|
2016-06-15 12:46:33 -04:00 |
|
Nathan Marz
|
4778500e03
|
more benchmarks for map-vals
|
2016-06-15 12:23:03 -04:00 |
|
Nathan Marz
|
ef8039cacc
|
error if pathed fn used where navigator expected
|
2016-06-15 11:41:12 -04:00 |
|
Nathan Marz
|
356dd1d03e
|
improve map-vals benchmark
|
2016-06-15 11:02:07 -04:00 |
|
Nathan Marz
|
8018d0e330
|
link to new wiki page
|
2016-06-15 10:53:00 -04:00 |
|
Nathan Marz
|
f5baf819c0
|
fix typo
|
2016-06-15 10:32:50 -04:00 |
|