Skip to content

Releases: rjNemo/underscore

v0.10.0

16 Nov 08:08
f33e86d

Choose a tag to compare

What's Changed

  • fix: add explicit panic for Last on empty slice by @rjNemo in #41
  • feat: add TakeWhile and DropWhile functions by @rjNemo in #42
  • feat: add Scan function (reduce with history) by @rjNemo in #43
  • feat: add First and FirstN functions by @rjNemo in #44
  • feat: add Init function (all but last) by @rjNemo in #45
  • feat: add Intersperse function by @rjNemo in #46
  • feat: add Sliding window function by @rjNemo in #47
  • feat: add FoldRight function by @rjNemo in #48
  • feat: add Tap, Transpose, Unzip, ParallelReduce, and Replicate by @rjNemo in #49

Full Changelog: v0.9.0...v0.10.0

v0.9.0

14 Nov 13:43
d622c8c

Choose a tag to compare

Full Changelog: v0.8.0...v0.9.0

v0.8.0

02 Sep 03:14
c53d468

Choose a tag to compare

What's Changed

  • [CHORE] bump docker golang version and dependencies by @smithcoin in #40

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

01 Nov 09:28
fbbd039

Choose a tag to compare

What's Changed

  • Adding support for Slice sorting (Asc & Desc) by @0syntrax0 in #37
  • adding support for quick pointer conversion by @0syntrax0 in #38
  • Update Go and GitHub actions versions

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

19 Jun 20:20
bfac048

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

07 Jun 13:06

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

04 Sep 07:22
0bc3a54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

23 Mar 15:00
8c2f92f

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...0.4.0

v0.3.0

01 Jan 22:50
2f17af7

Choose a tag to compare

Chain (#7)

* doc: add docs to chan methods

* feat: contains

* feat: chain each

* feat: every each

* feat: find each

* feat: chain min/max

* feat: chain Some

* refactor: chain tests

Co-authored-by: Ruidy <[email protected]>

Enable chaining

31 Dec 17:26

Choose a tag to compare

v0.2.0

Merge remote-tracking branch 'origin/main'