Releases: destel/rill
Releases · destel/rill
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
v0.1.2
v0.1.1
v0.1.0
Initial release