sh v0.6.0 Release Notes

Release Date: 2016-12-05 // over 7 years ago
  • Highlights:

    • syntax
      • Parse now takes an io.Reader instead of []byte
      • Invalid UTF-8 is now reported as an error
      • Remove backtracking for $(( and ((
      • Walk now takes a func literal to simplify its use