v0.4.0
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 toRangeFrom
andRangeSteps
and the optional argument for Range was dropped.
This allows for simpler handling ofRangeIterator
creation and drops theOption
type from this library which never intended to provideOption
as a public facing type. - SliceIterator
From
was renamed toInSlice
for creating an Iterator over items in a slice andSlice
was renamed toToSlice
for consistency reasons.