Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 565 Bytes

Changes.md

File metadata and controls

23 lines (15 loc) · 565 Bytes

Finger Tree change log

Version 0.0.3

Removed TBD toArray impls to fix reflection error with Java 11.

Version 0.0.2

Breaking changes:

  • Renamed consl to conjl (same argument order)
  • Removed conjr -- just use conj for appending on the right

New:

  • Implemented equality
    • counted-sorted-set can be equal to both sets and sequentials
  • Implemented hashCode
  • Implemented support for meta and with-meta (IObj)

Version 0.0.1

This is essentially the version described in the Clojure Conj talk