sh v0.5.0 Release Notes

Release Date: 2016-11-24 // over 7 years ago
  • Highlights:

    • cmd/shfmt
      • Remove -cpuprofile
      • Don't read entire files into memory to check for a shebang
    • syntax
      • Use uint32 for tokens and positions in nodes
      • Use Word and Lit pointers consistently instead of values
      • Ensure Word.Parts is never empty
      • Add support for expressions in array indexing and parameter expansion slicing