Releases: meian/gcf
Releases · meian/gcf
v0.0.9
v0.0.8
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
tox/exp/constraints
- Fix: package
- 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
- @dependabot made their first contribution in #107
Full Changelog: v0.0.7...v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
Initial Release
gcf is released experimental.
Implemented
- FromSlice
- FromSliceImmutable
- Filter
- Map
- Concat
- Repeat
- RepeatIterable
What's Changed
- add basic implementation, and so on by @meian in #1
- add filter benchmark by @meian in #9
- #16 fix benchmark by @meian in #17
- #2 readme jp by @meian in #15
- #23 repeat implements by @meian in #25
- #26 Iterable by @meian in #27
- Fix repeat by @meian in #28
- #2 README by @meian in #29
- Fix README by @meian in #30
- Refactoring by @meian in #33
- Add coverage script by @meian in #34
- #4 godoc comment by @meian in #32
- Fix filter logic by @meian in #38
- #31 Example test by @meian in #37
- To inline Iterator by @meian in #41
New Contributors
Full Changelog: https://github.com/meian/gcf/commits/v0.0.1