Skip to content

Releases: vorpaljs/bash-parser

v0.5.0

22 Jun 20:22
Compare
Choose a tag to compare

This is the first release published as the only package of the repo.

The only significant change in this release is the bump of the moved-out packages.

v0.4.1

11 Oct 20:59
Compare
Choose a tag to compare
  • Fix a bug in bash-ast-traverser

v0.4.0

11 Oct 17:51
Compare
Choose a tag to compare
  • Implemented modes. See #35 and documentation.
  • Started to add bash mode specific features progress here.
  • Simplified all substitution code.
  • Rewrote tokenizer from scratch.
  • Changed all AST nodes types #25 #26 documentation.
  • Add absolute character indexing to all loc nodes.
  • Introduced lerna to manage packages.
  • Implemented special parameter: String Length, Remove Smallest Suffix Pattern, Remove Largest Suffix Pattern, Remove Smallest Prefix Pattern, Remove Largest Prefix Pattern
  • Various bug fixing