All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2)
- Fix
$
being removed when not part of an environment variable name. (@Adman in #32)
- Add support for parsing
>>
and >&
redirection operators. (@forivall in #16)
- Add support for parsing
<(
process substitution operator. (@cuonglm in #15)
- Fix Windows path quoting problems. (@dy in #34)
- Remove dependencies in favour of native methods. (@zertosh in #21)