Skip to content

Releases: mghdotdev/vscode-miva-ide

v1.19.0

20 May 18:38
1da1408
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.1...v1.19.0

v1.18.1

20 May 17:19
8b82a11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.0...v1.18.1

v1.18.0

17 May 03:11
0393bba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.1...v1.18.0

v1.17.1

15 May 20:44
451eb88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.17.1

v1.17.0

10 May 16:52
f056b93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.17.0

v1.16.0

08 May 23:04
99127bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.1...v1.16.0

v1.15.1

08 May 19:33
cffabe9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.0...v1.15.1

v1.15.0

08 May 19:16
d3b1f57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.15.0

v1.14.0

26 Apr 17:14
2997f62
Compare
Choose a tag to compare
  • Modified the mvt-debug snippet to be different for mvtjs, mvtcss and mvt languages.
    • mvtcss will output a CSS block comment.
    • mvtjs will output a console.log() call with a JSON string.
    • mvt will retain existing functionality.

What's Changed

Full Changelog: v1.13.0...v1.14.0

v1.13.0

25 Apr 19:45
523889a
Compare
Choose a tag to compare
  • Added new mvt-debug-textarea snippet.
    • Outputs a readonly textarea that resizes to fit content and decodes the debugged variable data.
  • Switched default output format to <pre> tag for mvt-debug-json snippet.
  • Switched debug variable to _mvt_debug from _mvps_debug.

What's Changed

Full Changelog: v1.12.1...v1.13.0