Skip to content

Release 4.0.7

Choose a tag to compare

@webpro webpro released this 01 Sep 09:48
· 47 commits to main since this release
abfe6f7
  • Add input hash to playground (5367892)
  • Add badges + link to playground w/ usage example input (0b9082c)
  • Fix silent partial parses and quoted Bash keywords (#8) (7802826) - thanks @privatenumber!
  • Treat ]] outside a test command as an ordinary word (8a70ae2)
  • Skip comments when scanning an array assignment body (8157071)
  • Recognize reserved terminators after a compound command (6bacbfb)
  • Require lexical eligibility for time flags and test negation (5f2ae95)
  • Sort parse errors by source position (5b1aeff)
  • Treat $' inside double quotes as a literal dollar (695cf20)
  • Print heredoc bodies after the line their redirect lands on (40422cf)
  • Derive the follow context only when a token is read (d341f0a)