Skip to content

Releases: lucaong/immutable

v0.1.14

15 Jun 21:12
Compare
Choose a tag to compare

Changes:

  • Compatibility with Crystal 0.18

v0.1.13

18 May 13:28
Compare
Choose a tag to compare

Changes:

  • Fixes for Crystal 0.17 and named tuples

v0.1.12

09 May 13:24
Compare
Choose a tag to compare

Changes:

  • Fix for Crystal v0.16 (removal of Iterator#flatten broke Vector#each)

v0.1.11

26 Mar 12:40
Compare
Choose a tag to compare

Changes:

  • update syntax to Crystal 0.14.x

v0.1.10

18 Feb 12:17
Compare
Choose a tag to compare

Changes:

  • Improve performance of Vector#+

v0.1.9

08 Feb 21:37
Compare
Choose a tag to compare

Changes:

  • Immutable::Vector[1, 2, 3] and Immutable::Map[{ foo: 1, bar: 2 }] constructors

v0.1.8

08 Feb 20:46
Compare
Choose a tag to compare

Changes:

  • Performance improvements for transient structures

v0.1.7

07 Feb 20:38
Compare
Choose a tag to compare

Changes

  • Implement transient data structures

v0.1.6

04 Feb 18:04
Compare
Choose a tag to compare

Changes:

  • Add Immutable::Map#merge method
  • Small optimization on Immutable::Vector.of

v0.1.5

02 Feb 23:36
Compare
Choose a tag to compare

Changes:

  • Add Immutable.from method to create nested structures