Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@adaszko adaszko released this 06 Jul 08:47
· 28 commits to master since this release
v0.2.0
cacb397

Changed

  • Breaking: {{{ ... }}} commands and many predefined nonterminals (e.g. <PATH>, etc) are now allowed
    in fewer places to keep grammars unambiguous. It statically safeguards against some bugs in completion
    scripts.
  • Breaking: Releases aren't published via Homebrew anymore -- use cargo install.
  • Breaking: JIT completion now emits shell scripts (as opposed to plain strings) in all shells. Integration scripts need to be adjusted accordingly. Details in README.md.

Fixed

  • Autoloading of ZSH completion scripts works now (#38)

Added

  • Fallback completions. It's only implemented in JIT mode for now. See README for details.