Skip to content

Releases: rjNemo/underscore

v0.10.0

Choose a tag to compare

@rjNemo rjNemo released this 16 Nov 08:08
f33e86d

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

Choose a tag to compare

@rjNemo rjNemo released this 14 Nov 13:43
d622c8c

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

v0.8.0

Choose a tag to compare

@rjNemo rjNemo released this 02 Sep 03:14
c53d468

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

Choose a tag to compare

@rjNemo rjNemo released this 01 Nov 09:28
fbbd039

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

Choose a tag to compare

@rjNemo rjNemo released this 19 Jun 20:20
bfac048

What's Changed

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

v0.6.0

Choose a tag to compare

@rjNemo rjNemo released this 07 Jun 13:06

What's Changed

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

v0.5.0

Choose a tag to compare

@rjNemo rjNemo released this 04 Sep 07:22
0bc3a54

What's Changed

New Contributors

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

v0.4.0

Choose a tag to compare

@rjNemo rjNemo released this 23 Mar 15:00
8c2f92f

What's Changed

Full Changelog: v0.3.0...0.4.0

v0.3.0

Choose a tag to compare

@rjNemo rjNemo released this 01 Jan 22:50
2f17af7
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 <rnemausat@newstore.com>

Enable chaining

Choose a tag to compare

@rjNemo rjNemo released this 31 Dec 17:26
v0.2.0

Merge remote-tracking branch 'origin/main'