Skip to content

Releases: quoll/tiara

Clojure 1.11.4

20 Aug 21:31
Compare
Choose a tag to compare

Updated to depend on the latest Clojure and ClojureScript

Iterator

27 Nov 17:34
Compare
Choose a tag to compare

Fixes a bug with java.util.Iterator on empty maps and sets, submitted by @phronmophobic

ClojureScript support

09 Oct 03:38
Compare
Choose a tag to compare

Supports ClojureScript, and includes PRs from @miner and @tomdl89. Steve's PR is particularly helpful in constructing ordered maps.

String support

25 Sep 23:18
2defe5f
Compare
Choose a tag to compare

Maps and sets now respond to .toString

Empty constant

23 May 21:17
Compare
Choose a tag to compare

Now uses a singleton EMPTY_MAP object to build from.

Working dissoc

23 May 15:09
Compare
Choose a tag to compare

dissoc has been fixed, though is now O(n).
Less memory usage, by not having a redundant hashmap.

Initial release

23 May 04:03
90407e7
Compare
Choose a tag to compare

A simple shared library for uncommon data structures