Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@leaxoy leaxoy released this 12 Jun 13:27
· 43 commits to master since this release
5fcd993

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