Releases: Univers42/hellish
Releases · Univers42/hellish
Release list
v3.1.3
Full Changelog: v3.1.2...v3.1.3
Full Changelog: v3.1.2...v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.0
v2.10.2
v2.10.1
v2.10.0
What's Changed
- fix(execution): set -e survives an
A && Binside an if-condition by @LESdylan in #123 - fix(core): BASH_SOURCE[0] names a script run as a file by @LESdylan in #124
- fix(expander): process substitution runs in the forked child, not a re-exec by @LESdylan in #125
- fix(builtins): read -d:/-N3, printf %(fmt)T, mapfile options, select, declare -f bodies by @LESdylan in #126
- fix(expander): string operations count characters in a multibyte locale by @LESdylan in #127
- test(born2root): the corpus as a submodule, parsing and running like bash in CI by @LESdylan in #128
Full Changelog: v2.9.1...v2.10.0