v0.5.0: a nu (start)
This release includes a handful of new features and refinements, plus a couple of breaking changes. Check out each PR for details!
What's Changed
Breaking Changes ⚠️
New Features ✨
- binding
{binds}
by @vito in #146 - add
--input
(-i
) flag for passing inputs on stdin by @vito in #147 - add
(across)
and(for)
, for consuming/looping over streams in parallel by @vito in #148 - swap bind destructuring order:
{foo :foo}
->{:foo foo}
by @vito in #152 - add
(start)
primitive beneath(run)
and(succeeds?)
by @vito in #155
Documentation 📖
Other Changes
- shipit: fix publishing drafts by @vito in #143
- unify ci/ and hack/ as bass/ by @vito in #149
- bass tweaks by @vito in #150
- bits and bobs by @vito in #153
- synchronize cache access by default by @vito in #154
Full Changelog: v0.4.0...v0.5.0