Skip to content

Releases: go-board/std

v0.6.0

03 Jan 09:50
Compare
Choose a tag to compare

v0.5.0

02 Dec 10:30
Compare
Choose a tag to compare

Full Changelog: v0.4.2...v0.5.0

v0.4.2

14 Aug 06:55
Compare
Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.1

14 Aug 03:59
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Jul 15:03
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

26 Mar 16:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

Release v0.2.1

19 Jul 08:32
feaa1b1
Compare
Choose a tag to compare

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

12 Jun 13:27
5fcd993
Compare
Choose a tag to compare

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

15 May 10:52
76fae82
Compare
Choose a tag to compare
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

13 May 10:23
Compare
Choose a tag to compare
[sets] remove equals & refactor tests