Skip to content

Releases: valtzu/codemirror-lang-el

0.10.0

15 Feb 10:56
200bc71
Compare
Choose a tag to compare

New features:

  • Lint minimum argument count
  • Exclude optional arguments when linting argument count

Full Changelog: 0.9.0...0.10.0

0.9.0

26 Jan 22:08
165c46b
Compare
Choose a tag to compare

What's Changed

  • (internal) Use cm-buildhelper to simplify build by @valtzu in #12
    • BC BREAK: Separate files are no longer included in the release
  • (internal) Use node type constants by @valtzu in #11
  • (internal) Tests are now in TypeScript too
  • Autocomplete is now less aggressive
  • Severity of "too many arguments" linter error was lowered from error -> warning

Full Changelog: 0.8.0...0.9.0

0.8.0

30 Dec 20:59
7e234ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

14 Oct 14:02
a508503
Compare
Choose a tag to compare

What's Changed

  • Add support for comments by @valtzu in #5 (Symfony 7.2)
  • Add support for bitwise operators << & >> (Symfony 7.2)
  • Add support for logical xor (Symfony 7.2)
  • Improve type resolving
  • Include basic styles
  • BC BREAK: Function arguments are now defined as objects, to migrate: args:["myArg"] -> args:[{name:"myArg"}]

Full Changelog: 0.6.2...0.7.0

0.6.2

15 Jun 16:56
Compare
Choose a tag to compare

What's Changed

  • Fixed coalescing operators (#7)

Full Changelog: 0.6.1...0.6.2

0.6.1

15 Jun 16:08
Compare
Choose a tag to compare

What's Changed

  • Added support for member completion after expressions, f.e. (condition ? obj1 : obj2). would complete both obj1's and obj2's properties

Full Changelog: 0.6.0...0.6.1

0.6.0

20 May 16:06
Compare
Choose a tag to compare

What's Changed

  • htmlTooltip config value removed. All infos are now always rendered as html.
  • Split code into multiple files by @valtzu in #6

Full Changelog: 0.5.3...0.6.0

0.5.3

18 May 17:06
Compare
Choose a tag to compare
Fix autocompletion after numbers and operator keywords

0.5.2

12 Apr 15:34
Compare
Choose a tag to compare

Full Changelog: 0.5.1...0.5.2

0.5.1

11 Apr 18:12
Compare
Choose a tag to compare
Update package requirements due to bug in @codemirror/view