Releases: fosskers/cl-transducers
Releases · fosskers/cl-transducers
1.3.1
1.3.0
1.2.0
Added
- lib: The
find
reducer now accepts an optional:default
value for when
nothing could be found in the transduction that matched the predicate. - fset:
transduce
implementations forset
,map
,seq
, andbag
. - fset: Reducers for
set
,map
,seq
, andbag
.
Changed
- lib: Conditions signalled somewhere in the transduction chain can now be
caught per-item, with various restarts available to rehandle or skip the
problematic item. - jzon: plists now
write
as JS objects.
1.1.1
1.1.0
Added
- New condition:
no-transduce-implementation
Changed
- If
transduce
is called on a type which has nodefmethod
for it, a custom
condition is thrown with a more helpful error message. - The JSON support system/package is now named
transducers/jzon
to avoid
compiler warnings.