Skip to content

Releases: frankiesardo/linked

v1.3.0

27 Mar 12:53
Compare
Choose a tag to compare
Fix on Cljs 1.10.238 (#7)

* Update Boot and deps

* Use correct MapEntry type on Cljs

This type exists since Cljs 1.9.456

* Fix tag readers on Cljs

v1.2.9

17 Oct 13:45
Compare
Choose a tag to compare
Merge pull request #3 from KeeganMyers/fix-cljs-reduce-kv

corrected CLJS reduce-kv

v1.2.8

29 Aug 09:47
Compare
Choose a tag to compare
Fix #2 reflection warnings

v1.2.7

18 Jul 11:05
Compare
Choose a tag to compare
Fix #1 nil vaues in equiv

v1.2.6: Implement IHashEq

13 Oct 22:35
Compare
Choose a tag to compare
Test clj correctness with ztellman collection-check
Will have to eventually migrate to a common ProxyMap and ProxySet for
both clj and cljs and just override the necessary methods (like in
potemkin).
Hash codes and seq needs to be cached for performance

v1.2.5

11 Sep 13:09
Compare
Choose a tag to compare
Boot expect jar candidates in resource-paths

v1.2.4

11 Sep 10:16
Compare
Choose a tag to compare
Move to cljc and boot

v1.2.3

10 Sep 23:04
Compare
Choose a tag to compare
Temporary test

1.0.6

06 Nov 19:16
Compare
Choose a tag to compare

Print linked list as a vector

1.0.5

26 Oct 13:14
Compare
Choose a tag to compare

Fix regressions