Skip to content

Releases: aurelia/vscode-extension

0.1.12

15 Dec 14:14
Compare
Choose a tag to compare
0.1.12 Pre-release
Pre-release

0.1.12 (2016-12-15)

Features

  • autocomplete: Add capture to syntax highlighting for events (#26) (1ea4e13)

0.1.11

28 Nov 20:22
Compare
Choose a tag to compare
0.1.11 Pre-release
Pre-release

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

07 Nov 12:06
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release

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

25 Oct 05:35
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release

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

25 Oct 05:38
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

0.1.8 (2016-10-22)

Bug Fixes

0.1.7

22 Oct 07:03
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release

0.1.7 (2016-10-22)

Bug Fixes

  • autocomplete: implement language server with default auto completes resolves #4 #7 (#11) (49656b5)

0.1.6

15 Oct 08:34
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

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

10 Oct 18:14
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

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

06 Oct 15:20
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

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)