Skip to content

v0.4.0

Compare
Choose a tag to compare
@0x5a17ed 0x5a17ed released this 07 Aug 13:09
· 66 commits to main since this release

This go module follows the semver rules of versioning. The major zero version is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

This release breaks compatibility with the previous version v0.3.0

  • Range Range was changed to RangeFrom and RangeSteps and the optional argument for Range was dropped.
    This allows for simpler handling of RangeIterator creation and drops the Option type from this library which never intended to provide Option as a public facing type.
  • SliceIterator From was renamed to InSlice for creating an Iterator over items in a slice and Slice was renamed to ToSlice for consistency reasons.