New
v1.19.1
Automated tests with bats were introduced in this version, allowing a better understanding of some edge case scenarios and being helpful to the work on improving how they're handled.
Fixed
- Don't expand
${HOME}in fpath in the init.zsh script. - Show skipped
mkdirmodules incheckaction in verbose mode. - Do
buildafteruninstallaction. - Allow defining new modules as both
--frozenand--disabledso they're neither installed nor initialized. Defining a new module as just--frozenis still going to cause errors when trying to initialize it and nothing is found. - Show
--ifoption values onlistaction output in verbose mode. - For modules with multiple roots, show the respective options nested under each root on
listaction output in verbose mode. - Allow defining multiple roots in a module when using the
mkdirtool. The tool will create the subdirectories automatically in this case.