Skip to content

Releases: tcrouch/multiset.cr

0.5.0

31 Jul 12:07

Choose a tag to compare

  • Deprecate subset? and superset? methods and add subset_of? and superset_of? as replacements, in line with Crystal stdlib (crystal-lang/crystal/issues/10020)
  • Use Hash#dup
  • Add compare_by_identity

0.4.0

15 Jul 19:41

Choose a tag to compare

  • to_s and inspect parameter type restriction IO, consistent with stdlib
  • * parameter type restriction Int32
  • Updated deprecated join usage
  • Documentation & code style improvements 💪

0.3.0

08 Jun 12:50

Choose a tag to compare

Compatibility with changes introduced in Crystal 0.28.0

  • Drop Iterator#rewind

0.2.0

19 Mar 00:33

Choose a tag to compare

Compatibility with changes introduced in Crystal 0.20.0

0.1.3

15 Nov 21:24

Choose a tag to compare

  • Fixes building with Crystal > 0.19.2