Releases: mghdotdev/vscode-miva-ide
Releases · mghdotdev/vscode-miva-ide
v1.12.1
- Fixed issue with CHANGELOG.
What's Changed
- updated workflow to node 20 by @mghdotdev in #86
- Release/v1 12 1 by @mghdotdev in #87
Full Changelog: v1.12.0...v1.12.1
v1.12.0
- Updated mvt-debug snippet default wrap to
<pre>
tag instead of HTML comment.
What's Changed
- updated default behavior of debug snippet to be a pre tag instead of … by @mghdotdev in #84
- bumped version by @mghdotdev in #85
Full Changelog: v1.11.1...v1.12.0
v1.11.1
- Fixed bug with Currency modules merchant functions file paths.
What's Changed
- Bugfix/currency module updates by @mghdotdev in #83
Full Changelog: v1.11.0...v1.11.1
v1.11.0
- Added setting to disable documentation popover on hover (issue #80).
mivaIde.MVT.disableHoverDocumentation
mivaIde.mivaScript.disableHoverDocumentation
- Updated documentation references to new developer documentation site.
What's Changed
- Release/version 1 11 0 by @mghdotdev in #81
Full Changelog: v1.10.0...v1.11.0
v1.10.0
- Updated function data for Miva Merchant 10.08.03.
What's Changed
- removed pull requests trigger by @mghdotdev in #75
- added pack workflow and updated publish workflow by @mghdotdev in #76
- updated workflow by @mghdotdev in #77
- reverted publish command by @mghdotdev in #78
- Release/miva merchant 10 08 03 by @mghdotdev in #79
Full Changelog: v1.9.0...v1.10.0
v1.9.0
- Tag attribute completions will now be limited by the current attributes on the existing tag.
- Removed commit characters from tag completion data
- This was causing unintended issues when trying to write code while the completion window was open.
What's Changed
- Create vsce-publish.yml by @mghdotdev in #73
- Release/version 1 9 0 by @mghdotdev in #74
Full Changelog: v1.8.2...v1.9.0
v1.8.2
v1.8.1
v1.8.0
- Added
mvt:do
/MvDO
"module imports".- This feature replaces existing string-based file paths in favor of loading modules via
Module_Load_Code_Cached
. - Using
Module_Load_Code_Cached
ensures that the correct module will be loaded in the event the file path changes.
- This feature replaces existing string-based file paths in favor of loading modules via
- Fixed Miva Script syntax issue.
- Replaced png icons with new svg icons.