Releases: mghdotdev/vscode-miva-ide
Releases · mghdotdev/vscode-miva-ide
v1.19.0
v1.18.1
v1.18.0
v1.17.1
What's Changed
- Bugfix/remove duplicate builtin function by @mghdotdev in #96
Full Changelog: v1.17.0...v1.17.1
v1.17.0
What's Changed
- Feature/additional missing builtins by @mghdotdev in #95
Full Changelog: v1.16.0...v1.17.0
v1.16.0
v1.15.1
What's Changed
- Bugfix/miva json encode snippet by @mghdotdev in #93
Full Changelog: v1.15.0...v1.15.1
v1.15.0
What's Changed
- added release to publish workflow by @mghdotdev in #90
- Update workflow by @mghdotdev in #91
- Feature/miva 10 09 00 by @mghdotdev in #92
Full Changelog: v1.14.0...v1.15.0
v1.14.0
- Modified the
mvt-debug
snippet to be different formvtjs
,mvtcss
andmvt
languages.mvtcss
will output a CSS block comment.mvtjs
will output aconsole.log()
call with a JSON string.mvt
will retain existing functionality.
What's Changed
- Release/v1 14 0 by @mghdotdev in #89
Full Changelog: v1.13.0...v1.14.0
v1.13.0
- 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 formvt-debug-json
snippet. - Switched debug variable to
_mvt_debug
from_mvps_debug
.
What's Changed
- Release/v1 13 0 by @mghdotdev in #88
Full Changelog: v1.12.1...v1.13.0