Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 481 Bytes

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 481 Bytes

Change Log

0.3.1

  • Fix top level function colorization.

0.3.1

  • Fix naming of for top level objects

0.3.0

  • Removed support for vue's <template> (Caused issue's with other vue properties)
  • Added support for vue code in templates.
  • Anything within 'template: ` ... ` ' will show as vue html code.
...
template: `
THIS IS HTML AND WILL SHOW AS HTML
`

0.2.0

  • Added support for vue's <template>

[Unreleased]

  • Initial release