Lucaong Immutable Versions Save

Thread-safe, persistent, immutable collections for the Crystal language

v0.1.14

8 years ago

Changes:

  • Compatibility with Crystal 0.18

v0.1.13

8 years ago

Changes:

  • Fixes for Crystal 0.17 and named tuples

v0.1.12

8 years ago

Changes:

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

v0.1.11

8 years ago

Changes:

  • update syntax to Crystal 0.14.x

v0.1.10

8 years ago

Changes:

  • Improve performance of Vector#+

v0.1.9

8 years ago

Changes:

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

v0.1.8

8 years ago

Changes:

  • Performance improvements for transient structures

v0.1.7

8 years ago

Changes

  • Implement transient data structures

v0.1.6

8 years ago

Changes:

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

v0.1.5

8 years ago

Changes:

  • Add Immutable.from method to create nested structures