Skip to content

v0.7.2

Compare
Choose a tag to compare
@kyri-petrou kyri-petrou released this 25 Jun 01:41
· 19 commits to series/2.x since this release
6dc46c9

This minor release adds new eager ZQuery.*Now constructors (e.g., ZQuery.succeedNow) that allow users to lift pure values into a ZQuery. Eagerly constructed queries allow for more aggressive under-the-hood optimizations at the cost of not capturing side-effects. As such, they should only ever be used for lifting pure values, and never in recursive methods!

Highlights

Other changes

Full Changelog: v0.7.1...v0.7.2