v0.7.0
More tweaks and polish on the path towards stability.
What's Changed
Breaking Changes ⚠️
(start)
calls handler with error combiner instead by @vito in #197- add distinct type for cache paths by @vito in #202
New Features ✨
- leverage caching for rendering traces by @vito in #198
- nicer error for no runtimes available by @vito in #199
- switch from sha256 to xxh3 by @vito in #203
- cache fs/thunk paths to more useful filenames by @vito in #204
- add
(when test & body)
by @vito in #207 - add
(binds? scope sym)
by @vito in #206 - running bass scripts waits on any concurrently started thunks by @vito in #209
Fixed Bugs 🐛
Documentation 📖
Other Changes
- guide: fix announcement link for bass-loop by @srenatus in #194
- support configuring session root scope by @vito in #205
- switch to new github-hook calling convention by @vito in #208
New Contributors
Full Changelog: v0.6.1...v0.7.0