Skip to content

Releases: destel/rill

v0.8.1

09 Feb 09:41
340f24b

Choose a tag to compare

What's Changed

🔴 Fixes

  • Fix lost error in Reduce for single-element streams by @destel in #72

🟣 Documentation

  • Add new article link to the README by @destel in #73

🟠 Dependencies

🔵 Other

  • Switch back to codecov badge in the README by @destel in #74

Full Changelog: v0.8.0...v0.8.1

v0.8.0

18 Aug 15:00
d1f334c

Choose a tag to compare

What's Changed

🟢 New

🟣 Documentation

  • Update playground links in the readme by @destel in #62

🟠 Dependencies

🔵 Other

  • Send error to both outputs in Split2 by @destel in #56
  • Upload coverage to coveralls by @destel in #60

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

02 Feb 22:08
b98f50d

Choose a tag to compare

What's Changed

🟢 New

  • Add Stream[T] type alias with Go 1.24 generic alias support by @destel in #51

🟣 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

24 Nov 21:58
3d0ba14

Choose a tag to compare

What's Changed

➕ New

  • Add Generate() function for ergonomic stream creation by @destel in #42

Full Changelog: v0.5.1...v0.6.0

v0.5.1

24 Nov 00:07

Choose a tag to compare

What's Changed

📖 Documentation

  • Improve documentation clarity and add/reorganize examples by @destel in #41

Full Changelog: v0.5.0...v0.5.1

v0.5.0

27 Oct 16:34
72244bc

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

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

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

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

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