Skip to content

Releases: mghdotdev/vscode-miva-ide

v1.12.1

25 Apr 19:07
a4e6e63
Compare
Choose a tag to compare
  • Fixed issue with CHANGELOG.

What's Changed

Full Changelog: v1.12.0...v1.12.1

v1.12.0

25 Apr 18:45
775b156
Compare
Choose a tag to compare
  • 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

28 Mar 16:45
9d5c290
Compare
Choose a tag to compare
  • Fixed bug with Currency modules merchant functions file paths.

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

12 Mar 17:04
59c118a
Compare
Choose a tag to compare
  • 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

Full Changelog: v1.10.0...v1.11.0

v1.10.0

14 Feb 18:37
3644796
Compare
Choose a tag to compare
  • Updated function data for Miva Merchant 10.08.03.

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

02 Feb 18:11
7e86308
Compare
Choose a tag to compare
  • 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

Full Changelog: v1.8.2...v1.9.0

v1.8.2

10 Jan 20:01
600e592
Compare
Choose a tag to compare
  • Fixed issue where the "module imports" variables were not referencing the correct member (:module).

v1.8.1

10 Jan 17:44
f9fbe4d
Compare
Choose a tag to compare
  • Added an additional linebreak after "module imports" comment.

v1.8.0

10 Jan 00:11
11dcb12
Compare
Choose a tag to compare
  • 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.
  • Fixed Miva Script syntax issue.
  • Replaced png icons with new svg icons.

v1.7.2

02 Jan 22:31
5285907
Compare
Choose a tag to compare
  • Fixed issue where MVT and Miva Script language servers would not start for the Web version.