Skip to content

v0.20.4 the "Iff, no really only if" release

Choose a tag to compare

@markuswustenberg markuswustenberg released this 26 Jun 10:35
· 103 commits to main since this release
8b43a90

This release adds the Iff function, which takes a callback function instead of the Node that regular If does, for those cases where you need to conditionally add components but they can fail for some reason (but usually nil pointer panics). Thanks, @JulienTant!

What's Changed

New Contributors

Full Changelog: v0.20.3...v0.20.4