Skip to content

Releases: destel/rill

v0.5.0

27 Oct 16:34
72244bc
Compare
Choose a tag to compare

What's Changed

📦 Other

  • Restructure README for better introduction, flow and more practical examples by @destel in #40

Full Changelog: v0.4.1...v0.5.0

v0.4.1

01 Oct 21:54
afaad2d
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

  • Fix float64 rounding in the "weather" example by @destel in #39

📦 Other

  • Refactor: simplify code and remove internal deprecations by @destel in #32

Full Changelog: v0.4.0...v0.4.1

v0.4.0

18 Aug 16:44
8968510
Compare
Choose a tag to compare

What's Changed

➕ New

📖 Documentation

  • Update Go 1.23 docs and readme by @destel in #34

📦 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

21 Jul 17:20
Compare
Choose a tag to compare

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

  • Add motivation section to the readme by @destel in #29

📦 Other

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Jun 14:07
dd91998
Compare
Choose a tag to compare

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

📖 Documentation

  • Add more detailed docs, examples and readme by @destel in #23

📦 Other

Full Changelog: v0.1.2...v0.2.0

v0.1.2

29 May 22:45
5ac6622
Compare
Choose a tag to compare

What's Changed

📦 Other

Full Changelog: v0.1.1...v0.1.2

v0.1.1

18 Apr 20:32
86f62df
Compare
Choose a tag to compare

What's Changed

➕ New

  • Add runnable examples to the docs by @destel in #16

🐛 Fixes

📦 Other

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Mar 22:58
4ea7b27
Compare
Choose a tag to compare

Initial release