Skip to content

Releases: randomseed-io/utils

1.2.3

26 Apr 23:03
1.2.3
Compare
Choose a tag to compare
  • Lazy map support functions added compatible with com.intuitiveexplanations/lazy-map:
    map/lazy, map/to-lazy, map/lazy?, map/select-keys-lazy, map/merge-lazy.

1.2.2

22 Apr 20:41
1.2.2
Compare
Choose a tag to compare
  • Added db.types/add-setter-uuid.

1.2.1

21 Apr 18:50
1.2.1
Compare
Choose a tag to compare
  • Removed type hints for primitive locals.

1.2.0

21 Apr 18:49
1.2.0
Compare
Choose a tag to compare
  • Numeric ID keys support in generic database getters and setters
  • Database builders and converters greatly simplified (removed some of the predefined options)
  • More verbose error reporting during de-serialization
  • Added io.randomseed.utils.db.types with opinionated database readers and writers
  • Improved some-str-* functions, added filtering out empty strings in some-str-spc
  • Added string processing functions:
    to-lisp-str, to-snake-str, to-lisp-simple-str, to-snake-simple-str
    replace-first, to-lisp-str-replace-first, to-snake-str-replace-first,
    to-lisp-slashed-str, to-snake-slashed-str.

1.1.5

14 Apr 10:50
1.1.5
Compare
Choose a tag to compare
  • Fixed a bug in map/nil-keys and map/nil-existing-keys causing error when there was no matching key

1.1.4

03 Apr 19:18
1.1.4
Compare
Choose a tag to compare
  • Added console reading functions: read-line-with-prompt, crypto/read-pwd, crypto/read-key
  • Added high-level text getting functions: ask, crypto/ask-pass, crypto/ask-key

1.1.3

02 Apr 00:20
1.1.3
Compare
Choose a tag to compare
  • Database setter generator simplified

1.1.2

01 Apr 12:59
1.1.2
Compare
Choose a tag to compare
  • Removed Clojure 11.1.0 dependency
  • Added backward compatibility with Clojure versions < 11.1.0

1.0.7

01 Apr 09:57
1.0.7
Compare
Choose a tag to compare
  • Fixed a bug causing empty keywords not being detected by empty-ident?
  • Added not-empty-string? and not-empty-ident?
  • Improved valuable? and not-valuable?
  • Added macros: not-valuable, when-not-valuable

1.0.6

30 Mar 19:03
1.0.6
Compare
Choose a tag to compare
  • Added empty-string? and empty-ident?
  • Improved valence testing