Skip to content

v0.6

Latest
Compare
Choose a tag to compare
@renkun-ken renkun-ken released this 23 Jan 07:54
· 40 commits to master since this release

New features

  • Add pipeline function to support expression-based pipeline evaluation. (#60)
  • Piping to string now cat the string in the console. (#61)
  • Question mark now supports binary operation ("message" ? expression) in which
    expression is evaluated while "message" is printed ahead of its value. (#62)

Improvements

  • <<- and ->> now correctly perform global assignment in enclosed expression in
    a pipeline. (#65)