Skip to content

v0.17.0

Choose a tag to compare

@rcardin rcardin released this 01 Apr 11:57
· 226 commits to main since this release
87cd84c

Easter 🐰 is coming up fast, and what would you like to find in the chocolate eggs 🥚? A new version of YAES! Inspired by Pierre's PureLogic, we added the Reader and the Writer pure effects ❤️! Thanks, Pierre 🙏!

We also made a bold move: We removed the Yaes trait. We lost the ability to use for-comprehension, but after more than a year of YAES, we understood that it's not its main focus ⛔ . Moreover, this is a breaking change 😱!

What did we gain? The possibility to enable capture checking in future YAES versions! 🎉

What's Changed 🌷

  • Added the Writer pure effect by @rcardin in #222
  • Added the Reader pure effect by @rcardin in #225
  • Removed Yaes wrapper class and use Unsafe traits directly as context parameters by @rcardin in #224

Full Changelog: v0.16.0...v0.17.0