Skip to content

v0.5.0: a nu (start)

Compare
Choose a tag to compare
@vito vito released this 07 May 21:48

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 ⚠️

  • structured (log) and (error), remove (logf) and (errorf) by @vito in #156

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

Full Changelog: v0.4.0...v0.5.0