Releases: randomseed-io/utils
Releases · randomseed-io/utils
1.2.34
qsome
now short-circuits on predicate being nil
or false
.
1.2.33
- Added
strs-simple
, qsome
, or-some
, some-fn*
, qstrb
and optimized strs
, strspc
and strspc-squeezed
macros.
1.2.32
- Added
db/memoize+
fast memoization function.
1.2.31
- Fixed binary variants of
strs
, strspc
and strspc-squeezed
.
1.2.30
- Fixed string conversion in
strs
macro.
- Added
strspc
and strspc-squeezed
macros.
1.2.29
- Added
strs
macro and strb
function.
1.2.27
- Speed optimizations (referential equality checks, optimistic conversions, type hints).
1.2.26
- Database caching functions are now using a special keyword instead of false
to mark and group cache misses.