Skip to content

Releases: Edd12321/zrc

v0.6h

19 Jun 15:52
Compare
Choose a tag to compare
v0.6h Pre-release
Pre-release

v0.6 hotfix

v0.6

16 Jun 18:58
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

Zrc version 0.6: The control flow update, just released!

  • Added break
  • Added continue
  • Modified fn+ return behaviour

v0.5

15 Jun 18:20
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release
  • Quoting+substitution bugfix
  • shift bugfix
  • New standard library
  • Add subst
  • Faster set operators

v0.4

09 Jun 17:17
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

v0.4 is now released after a long hiatus !

  • Add new commands
  • Bugfix
  • Slight performance improvements
  • Deprecated $E:... in favor of $env(...)

v0.3

29 May 11:54
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Zrc v0.3 is really just a hotfix for v0.2 ..

  • Added lexically scoped hashmaps
  • For arrays, you no longer can have substitutions outside keys

v0.2

30 Apr 07:59
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Zrc v0.2 is now live.

  • New documentation
  • RPN expression support
  • Bugfixes galore
  • New read syntax, can now be used in loops

v0.1b

22 Apr 17:36
Compare
Choose a tag to compare
v0.1b Pre-release
Pre-release

An improved version of v1.0a, with cool new features:

  • User-defined signal trap events
  • Directory stack commands/navigation
  • New tcl style regular expression command (regexp)
  • Regular expression support in switch statement
  • Various bugfixes

v0.1a

23 Apr 11:46
Compare
Choose a tag to compare
v0.1a Pre-release
Pre-release

After 3 deleted iterations of the GitHub repo and almost 4 months of back-breaking work, Zrc release v1.0a is finally out of beta! Featuring:

  • A better line editor
  • Sane defaults (~/.zrc)
  • New output substitutiton semantics
  • (Almost) 100% functioning complex I/O (piping into loops, etc.)
  • Overall better performance
  • A cleaner codebase
  • Heredocs & herestrings
  • ...and more !!