Releases: lukasngl/opt
Releases · lukasngl/opt
v0.1.0
Breaking Changes
Unwrap()renamed toGet()FromNillable/ToNillablerenamed toFromPtr/ToPtr- Minimum Go version is now 1.22
New Features
- Utility methods:
Map,FlatMap,Filter,Or,OrElseGet,IfPresent - Iterator support:
All()returnsiter.Seq[V](Go 1.23+) - Added
IntandUinttype aliases
Fixes
- Fixed type aliases:
Int8/Int16/Int32/Int64now use signed types - Fixed
Complex64/Complex128swap - Simplified
String()implementation - Improved documentation