Skip to content

Releases: valtzu/codemirror-lang-el

1.4.0

18 Jan 10:32
aa17dd1

Choose a tag to compare

What's Changed

  • Improve support for typed arrays
  • Add support for null-safe array access by @valtzu in #29
  • Minor bugfixes & adjustments to autocomplete & linting

Full Changelog: 1.3.0...1.4.0

1.3.0

16 Nov 11:24

Choose a tag to compare

New features

  • Lint left- and right-side arguments of contains, starts with, ends with and matches operators
  • Add eslint to make contributing/review easier
  • Add type checking for left-side argument in in expression

1.2.0

22 Aug 19:58
2876444

Choose a tag to compare

  • Add support for typed arrays (3111bcb)

Full Changelog: 1.1.0...1.2.0

1.1.0

29 Mar 14:56

Choose a tag to compare

  • Lint right-side argument type for in operator
  • Fix undefined in completion keyword tooltip (#19)

Full Changelog: 1.0.0...1.1.0

1.0.0

01 Mar 22:17

Choose a tag to compare

  • Render completion info as HTML
  • Bump to stable

Full Changelog: 0.10.0...1.0.0

0.10.0

15 Feb 10:56
200bc71

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

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

Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

14 Oct 14:02
a508503

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

Choose a tag to compare

What's Changed

  • Fixed coalescing operators (#7)

Full Changelog: 0.6.1...0.6.2