- New function
mate.core/mapcat-indexed
and its tests.
indexed-re-find
->re-find-indexed
for consistency withmap-indexed
andseq-indexed
.indexed-re-group
->re-group-indexed
for the same reason.
re-with-flags
(Cljs)indexed-re-find
(Clj & Cljs)indexed-re-groups
(Clj).
- Thread macro
if->
. - Thread macro
let->
.
- Added tests.
- Added n-arity on function
mate.re-frame/conj-fx
.
- New function
mate.core/ungroup-keys
and its test. - New functions
mate.re-frame/into-fx
andmate.re-frame/into-fx-using-db
, and some tests.
Added namespace mate.re-frame
with utility functions useful for composing functions
on Re-frame effects via the ->
thread macro.
See /test/mate/re_frame_test.cljc
for example of usage.
In mate.io
:
implies
- Function
inline-resource*
should be within#?(:clj ...)
.
In mate.io
:
inline-resource
In mate.core
:
seq-indexed
comp->
group-by
index-by