Releases: valtzu/codemirror-lang-el
Releases · valtzu/codemirror-lang-el
1.4.0
18 Jan 10:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.1.0
29 Mar 14:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Render completion info as HTML
Bump to stable
Full Changelog : 0.10.0...1.0.0
0.10.0
15 Feb 10:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.7.0
14 Oct 14:02
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
What's Changed
Fixed coalescing operators (#7 )
Full Changelog : 0.6.1...0.6.2