Releases: aurelia/vscode-extension
Releases · aurelia/vscode-extension
0.1.12
0.1.12 (2016-12-15)
Features
- autocomplete: Add capture to syntax highlighting for events (#26) (1ea4e13)
0.1.11
0.1.11 (2016-11-28)
Bug Fixes
- commands: show warning when you run a Aurelia-CLI command in a non Aurelia-CLI project (2eec465)
Features
- commands: add au run --watch to command pallet (672c5bd)
- commands: add au run to command pallet (#24) (4d2efd8)
- commands: run commands in vscode terminal instead of seperate window (6468338)
- vscode: update minimal version to 1.7.1 to make use of new functionality (c5ef0e1)
0.1.10
0.1.10 (2016-11-07)
Bug Fixes
- syntax: don't tokenize attribute body something.ref with aurelia ref, resolves: #19 (43528bb)
- theme: update custom themes to match latest vscode 1.7.1 themes, resolves: #20 (e5741f7)
Features
- codefix: codefix for diagnostics invalid casing (#21) (8d23232)
- diagnostics: adds invalid casing diagnostic (#16) (eee039c)
- syntax: tokenize/ syntax highlight matcher.bind (9f9f1c4)
0.1.9
0.1.9 (2016-10-25)
Bug Fixes
- autocomplete: added focus attribute data bindings, resolves #17 (51bb902)
- autocomplete: complete as-element without databindings, resolves #14 (accbf0c)
Features
- autocomplete: config setting aurelia.autocomplete.quotes to specify single or double quotes on auto-complete, resolves #13 (#15) (e60b97d)
- syntax: tokenize compile-spy (b9fa63e)
- syntax: tokenize route-href (77b6828)
- syntax: tokenize view-spy (15f9fcd)
0.1.8
0.1.8 (2016-10-22)
Bug Fixes
0.1.7
0.1.7 (2016-10-22)
Bug Fixes
- autocomplete: implement language server with default auto completes resolves #4 #7 (#11) (49656b5)
0.1.6
0.1.6 (2016-10-13)
Bug Fixes
- syntax: correctly tokenize if, show, view-model, repeat.for, binding, controller, data bindings, resolves #6 (#8) (2f10ee2)
0.1.5
0.1.5 (2016-10-10)
Bug Fixes
- syntax: don't tokenize word ref inside body of attributes, resolves #5 (9849ce6)
- syntax: tokenize attribute body correctly if it contains model keyword (28dcf85)
- syntax: tokenize attribute body correctly/ don't apply invoke rule on it (1d51470)
- syntax: tokenize view attribute correctly (52e4447)
Features
- syntax: tokenize as-element with as-element.attribute.html.au (61db04d)
- syntax: tokenize replace-part with replace-part.attribute.html.au (ffab125)
- syntax: tokenize replaceable attribute with replaceable.attribute.html.au (6c67b2d)
0.1.4
0.1.4 (2016-10-02)
Bug Fixes
- vscode: import statement file name of aureliaCLICommands is case sensitive on linux (15d3b52)
Features
- commands: add new, generate, test, and build commands (a4fcea9)
- syntax: grammer support for Aurelia attributes and elements (68de504)