Skip to content

Releases: meian/gcf

v0.0.9

08 Sep 20:03
248a3de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

07 Sep 17:49
bd47748
Compare
Choose a tag to compare

What's Changed

  • Bump golang from 1.18beta2-bullseye to 1.18rc1-bullseye in /.devcontainer by @dependabot in #107
  • Bump golang from 1.18rc1-bullseye to 1.18.0-bullseye in /.devcontainer by @dependabot in #109
  • Bump actions/checkout from 2 to 3 by @dependabot in #108
  • Bump golang from 1.18.0-bullseye to 1.19.1-bullseye in /.devcontainer by @dependabot in #120
  • Bump actions/setup-go from 2 to 3 by @dependabot in #113
    • Fix: package constraints to x/exp/constraints
  • Bump codecov/codecov-action from 2 to 3 by @dependabot in #112
  • Bump github.com/stretchr/testify from 1.7.0 to 1.8.0 by @dependabot in #121
  • #98 Go Report Card by @meian in #122

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

08 Feb 17:28
4ca0ce9
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • #102 Handling zero or negative. by @meian in #103
    • Before: argument count is negative, no effect for functions.
    • After: argument count is negative, then raises panic.

Full Changelog: v0.0.6...v0.0.7

v0.0.6

06 Feb 15:48
2231e7d
Compare
Choose a tag to compare

What's Changed

Features

Improvement

Full Changelog: v0.0.5...v0.0.6

v0.0.5

30 Jan 07:31
0ac9b1b
Compare
Choose a tag to compare

What's Changed

Features

Fixed

  • #70 Fix TakeWhile to returns empty if func is nil by @meian in #71

Improvement

Documentation

  • #56 Describe the thread-safe characteristics in the README by @meian in #63

Full Changelog: v0.0.4...v0.0.5

v0.0.4

23 Jan 18:58
f336380
Compare
Choose a tag to compare

What's Changed

Features

Improvement

  • #58 Unify the initialization method of Iterable's entry function by @meian in #59

Full Changelog: v0.0.3...v0.0.4

v0.0.3

22 Jan 17:16
93f6c60
Compare
Choose a tag to compare

What's Changed

Features

Improvement

Documentation

  • Move implemented function list by @meian in #52

Full Changelog: v0.0.2...v0.0.3

v0.0.2

20 Jan 14:40
eca4459
Compare
Choose a tag to compare

What's Changed

Features

Improvement

  • Add distinct in distinct test to table by @meian in #44

Full Changelog: v0.0.1...v0.0.2

Initial Release

19 Jan 17:32
ad5b511
Compare
Choose a tag to compare

gcf is released experimental.

Implemented

  • FromSlice
  • FromSliceImmutable
  • Filter
  • Map
  • Concat
  • Repeat
  • RepeatIterable

What's Changed

New Contributors

  • @meian made their first contribution in #1

Full Changelog: https://github.com/meian/gcf/commits/v0.0.1