Releases: vorpaljs/bash-parser
Releases · vorpaljs/bash-parser
v0.5.0
v0.4.1
v0.4.0
- 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