Skip to content

0.1.0.0-rc8

Pre-release
Pre-release
Compare
Choose a tag to compare
@trskop trskop released this 22 Mar 22:09
· 45 commits to master since this release
  • (FIX) Fixes syntax error in Bash subcommand template.
  • (FEATURE) Command line completion for toolset shows only subcommands on
    empty pattern, i.e. for TOOLSET <TAB>. One needs to write TOOLSET -<TAB> to get options. This gives us better UX story.
  • (FEATURE) Support other types of Dhall EXPRESSION in exec --expression=EXPRESSION.
  • (FEATURE) Dhall import completion for exec --expression=<TAB>.
  • (FIX) Do not append space if env: is the single completion in Bash.
  • (FEATURE) Bash subcommands check Subcommand Protocol version when
    invoking dieIfExecutedOutsideOfCommandWrapperEnvironment Bash library
    function.
  • (FEATURE) Introduces watch_files Direnv Bash library function.
  • (FEATURE) Lots of documentation enhancements.