Releases: AnHeuermann/metamodelica-language-vscode
Releases · AnHeuermann/metamodelica-language-vscode
v1.4.2
What's Changed
- Bump ovsx from 0.9.1 to 0.9.4 by @dependabot in #72
- Solve polymorphic/comparison ambiguity by @phannebohm in #76
- Bump @vscode/vsce from 2.29.0 to 3.1.0 by @dependabot in #71
- Bump version by @phannebohm in #77
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Fix Doc string for match-expression with string by @phannebohm in #64
- Add
guard
by @phannebohm in #68 - Fix scope of Option literals by @phannebohm in #73
- Fix nested polymorphic types by @phannebohm in #74
- Bump version by @phannebohm in #75
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Allow enumeration to have end comment by @phannebohm in #47
- Bump ovsx from 0.8.3 to 0.9.0 by @dependabot in #46
- Fix highlighting of
end
inend match
by @phannebohm in #51 - Bump ovsx from 0.9.0 to 0.9.1 by @dependabot in #49
- Bump @vscode/vsce from 2.24.0 to 2.29.0 by @dependabot in #60
- Fix Doc string for if-expression with string by @phannebohm in #50
- Add
class
keyword to Class Types by @phannebohm in #56 - Add
NONE
andSOME
by @phannebohm in #52 - Fix
in
in for statement by @phannebohm in #54 - Add array by @phannebohm in #53
- Bump version by @AnHeuermann in #61
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- Enumeration an Type declarations by @AnHeuermann in #43
- Simplify regex by @AnHeuermann in #44
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Update Readme image by @AnHeuermann in #39
- Fix runaway regex in comment string detection by @phannebohm in #42
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Adding unit tests by @AnHeuermann in #32
- Use begin/end rule for class definitions by @phannebohm in #31
- Fix class comment by @phannebohm in #33
- Fixing string and doc string detection by @AnHeuermann in #34
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #27
- Fix MetaModelica highlighting by @AnHeuermann in #38
- Automate release by @AnHeuermann in #37
New Contributors
- @phannebohm made their first contribution in #31
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Fixing docstring for enumerations by @AnHeuermann in #17
- Highlight and|or|not as keyword.control by @AnHeuermann in #18
- Highlight else in Susan templates by @AnHeuermann in #19
- Highlight annotations by @AnHeuermann in #21
- Bump version by @AnHeuermann in #22
- Automate release from tag by @AnHeuermann in #23
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #6
- Bump actions/setup-node from 1 to 3 by @dependabot in #5
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #4
- Fixing string escape Modelica by @AnHeuermann in #7
New Contributors
- @dependabot made their first contribution in #6
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Main Changes
- String escape for modelica
- MOS scripting highlighting improved, added snippets
What's Changed
- String escape and mos snippets by @AnHeuermann in #3
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Main Changes
- Fixed syntax highlighting for Susan template language
- Modelica syntax highlighting within loadString functions of MOS scripts
Changelog
- Improving Susan templates, MOS Scripts by @AnHeuermann in #2
Full Changelog: v0.1.0...v1.0.0