Changelog for nvim-hs-0.0.2
0.0.2
-
Add handling for special command options
This breaks code that used
commandorcommand'to export functionality. You should replace the options with a list ofCommandOptions.An export like
$(command' foo) def { cmdSync = Async }must be redefined to$(command' foo) [CmdSync Async].
0.0.1
- Usable prototype implementation