Skip to content

Releases: randomseed-io/utils

1.2.34

24 Jun 21:26
1.2.34
Compare
Choose a tag to compare

qsome now short-circuits on predicate being nil or false.

1.2.33

29 May 21:10
1.2.33
Compare
Choose a tag to compare
  • Added strs-simple, qsome, or-some, some-fn*, qstrb
    and optimized strs, strspc and strspc-squeezed macros.

1.2.32

20 Mar 01:10
1.2.32
Compare
Choose a tag to compare
  • Added db/memoize+ fast memoization function.

1.2.31

05 Mar 20:47
1.2.31
Compare
Choose a tag to compare
  • Fixed binary variants of strs, strspc and strspc-squeezed.

1.2.30

05 Mar 14:56
1.2.30
Compare
Choose a tag to compare
  • Fixed string conversion in strs macro.
  • Added strspc and strspc-squeezed macros.

1.2.29

05 Mar 00:20
1.2.29
Compare
Choose a tag to compare
  • Added strs macro and strb function.

1.2.28

02 Mar 16:00
1.2.28
Compare
Choose a tag to compare
  • core.cache version bump.

1.2.27

25 Feb 20:13
1.2.27
Compare
Choose a tag to compare
  • Speed optimizations (referential equality checks, optimistic conversions, type hints).

1.2.26

14 Feb 22:12
1.2.26
Compare
Choose a tag to compare
  • Database caching functions are now using a special keyword instead of false
    to mark and group cache misses.

1.2.25

14 Feb 22:12
1.2.25
Compare
Choose a tag to compare
  • Added defdoc! macro.