Releases: destel/rill
Releases · destel/rill
v0.8.1
What's Changed
🔴 Fixes
🟣 Documentation
🟠 Dependencies
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #65
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #67
- Bump codecov/codecov-action from 5.4.3 to 5.5.2 by @dependabot[bot] in #69
🔵 Other
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
🟢 New
🟣 Documentation
🟠 Dependencies
- Upgrade codecov to 5.4.3 by @destel in #58
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #59
🔵 Other
- Send error to both outputs in Split2 by @destel in #56
- Upload coverage to coveralls by @destel in #60
New Contributors
- @dependabot[bot] made their first contribution in #59
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
🟢 New
🟣 Documentation
- Clarify context usage in the readme and examples by @destel in #45
- Add blog post links to the readme by @destel in #53
🔵 Other
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.1
v0.4.0
What's Changed
➕ New
📖 Documentation
📦 Other
- Collect test coverage from the proper version of Go by @destel in #33
- Add awesome-go badge by @destel in #35
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This release introduces a new FilterMap function for more concise and efficient processing pipelines, and various improvements and optimizations under the hood
What's Changed
➕ New
📖 Documentation
📦 Other
Full Changelog: v0.2.0...v0.3.0
v0.2.0
This update brings new functions, including the concurrent implementations of Reduce and MapReduce, and new documentation with detailed explanations and many examples for both individual functions and the package as a whole.
Also, check out the wiki with more advanced how-tos and examples.
What's Changed
➕ New
- Add Reduce and MapReduce functions by @destel in #18
- Any and All functions by @destel in #21
- Add First and Err functions by @destel in #22
📖 Documentation
📦 Other
Full Changelog: v0.1.2...v0.2.0