Skip to content

v5.0.0

Compare
Choose a tag to compare
@sauerbraten sauerbraten released this 29 Jul 08:36
· 56 commits to master since this release

With version 5, Jet gets Go-like discard syntax (_ := stillRuns(), #168) and allows you to specify the argument slot of the piped value when pipelining (2 | repeat("foo", _), #169).

This means that _ is now a reserved symbol, as noted in v5's breaking changes: https://github.com/CloudyKit/jet/blob/master/docs/changes.md#v5.