<div dir="ltr">Dear all,<br><br>I'm happy to announce the release of Dunai 0.10.1 and Bearriver 0.14.1!<br><br>Dunai is a reactive programming library structured around a notion of<br>Monadic Stream Functions. Dunai can be used to implement other reactive<br>and FRP frameworks on top, including Classic FRP and Arrowized FRP<br>variants.<br><br>Dunai comes with:<br><br>- bearriver: API-compatible implementation of Yampa. (The Bear River is<br>  a tributary to the Yampa river.)<br><br>- dunai-test: QuickCheck-based temporal testing library that can be<br>  connected with the testing system haskell-titan.<br><br>See <a href="https://github.com/ivanperez-keera/dunai#features">https://github.com/ivanperez-keera/dunai#features</a> for details on<br>Dunai's features.<br><br>This new release introduces a breaking change in Monadic Stream<br>Functions' instance of VectorSpaces. Most code using that instance<br>should work without changes but, in some cases, the use of 'constantly'<br>is now necessary. (This case is described in the discussion thread of<br>issue #298.)<br><br>* Summary of Version 0.10.1:<br><br>- Implement dot in MSF's instance of VectorSpace (#298).<br>- Enable FlexibleContexts in VectorSpace instance module (#344).<br><br>As always, dunai, dunai-test and bearriver are released in sync. For<br>details, see:<br><br>- <a href="https://github.com/ivanperez-keera/dunai/releases/tag/v0.10.1">https://github.com/ivanperez-keera/dunai/releases/tag/v0.10.1</a><br><br>* Releases<br><br>You can explore the current versions at:<br>- <a href="https://hackage.haskell.org/package/dunai">https://hackage.haskell.org/package/dunai</a><br>- <a href="https://hackage.haskell.org/package/dunai-test">https://hackage.haskell.org/package/dunai-test</a><br>- <a href="https://hackage.haskell.org/package/bearriver">https://hackage.haskell.org/package/bearriver</a><br><br>* Code<br><br>The github repo is located at: <a href="https://github.com/ivanperez-keera/dunai">https://github.com/ivanperez-keera/dunai</a><br><br>* What's coming<br><br>This release comes exactly 2 months after the last release. The next<br>release is planned for Apr 21, 2023.<br><br>There are several issues open that you can contribute to:<br><br><a href="https://github.com/ivanperez-keera/dunai/issues">https://github.com/ivanperez-keera/dunai/issues</a><br><br>Following our roadmap, the pending changes remain as follows:<br><br>- Full conformance to style guide.<br><br>- Benchmarks: Facilitate making sound, evidence-based decisions about<br>  suggested improvements to the implementation, by completing a series<br>  of benchmarks.<br><br>* Donations<br><br>Our project is now seeking donations to help continue developing dunai,<br>create new open source libraries, new material, and give talks.<br><br>Special thanks go to @johannes-riecken for sponsoring my work on the<br>dunai project with a regular contribution.<br><br>Github will match the first 5K donated, so if you donate $1/month,<br>github will donate the same amount.<br><br>No donation is too small. Any contribution will absolutely help.<br><br>See <a href="https://github.com/sponsors/ivanperez-keera">https://github.com/sponsors/ivanperez-keera</a> for details.<br><br>If you can help, please come forward.<br><br>All the best,<br><br>Ivan</div>