Releases: go-board/std
Releases · go-board/std
v0.6.0
v0.5.0
Full Changelog: v0.4.2...v0.5.0
v0.4.2
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
What's Changed
Full Changelog: v0.2.1...v0.3.0
Release v0.2.1
What's Changed
- [maps] add Clone/ContainsAll/Size api & ut by @leaxoy in #14
- [tuple] remove method, make field public by @leaxoy in #15
- add help functions by @leaxoy in #16
- [ioc] add typed ioc based on generics by @leaxoy in #17
- [iterator] expose iterator/internal as iterator/ops for ordinary usage by @leaxoy in #18
- [try] new package for handle error by @leaxoy in #19
Full Changelog: v0.2.0...v0.2.1
Release v0.2.0
What's Changed
- [slices] add more tests by @leaxoy in #4
- [delegate] deprecated, use raw func or fp instead by @leaxoy in #5
- Deprecate Delegate package: by @leaxoy in #6
- [maps] add DefaultHashMap return default value instead nop value by @leaxoy in #7
- [optional] add more api, tests by @leaxoy in #9
- [sets] remove NewFromSlice, use NewHashSet instead by @leaxoy in #8
- [fp] add partial functions by @leaxoy in #10
- [iterator] remove usage for delegate by @leaxoy in #11
- [iterator] add integer interator by @leaxoy in #12
- [delegate] clean usage, remove pkg by @leaxoy in #13
Full Changelog: v0.1.2...v0.2.0
Release v0.1.2
Merge pull request #3 from go-board/feat/cmp [cmp] add cmp package 1. add cmp.Ordering interface 2. add PartialOrd/Ord/PartialEq/Eq interface 3. add help functions
Release v0.1.1
[sets] remove equals & refactor tests