Skip to content

Commit 71d8288

Browse files
committed
changelog
1 parent c83bfd4 commit 71d8288

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
2020.3-SNAPSHOT
1+
2020.3
22

3-
* Generator: type annotations support
3+
* Generator: add type annotations (in IDE only)
4+
* Generator: add @override to visitor methods
5+
* Generator: do not force child expr consume-type in a non-expr context
6+
* Generator: skip "upper" rules in containing rules PSI (#248)
7+
* Generator: switch default java version to 11
48
* Generator: use same charset as bnf explicitly
9+
* Generator: introduce `generate=[fqn="yes/no"]` option
10+
* Editor: highlight missing external methods (#242)
11+
* Editor: more class references in strings
12+
* Editor: in-place meta arg rename
13+
* Editor: fix "redundant character escape" warning (#243)
514
* Compatibility: IntelliJ IDEA 2020.3
615

716
2020.1

resources/META-INF/plugin.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit">
22
<id>org.jetbrains.idea.grammar</id>
3-
<version>2020.3-SNAPSHOT</version>
3+
<version>2020.3</version>
44
<vendor>JetBrains</vendor>
5-
<idea-version since-build="203.5419"/>
5+
<idea-version since-build="203.5784"/>
66

77
<name>Grammar-Kit</name>
88
<description>BNF Grammars and JFlex lexers editor. Readable parser/PSI code generator.</description>
@@ -14,8 +14,17 @@
1414
<change-notes>
1515
<![CDATA[
1616
<ul>
17-
<li>Generator: type annotations support</li>
17+
<li>Generator: add type annotations (in IDE only)</li>
18+
<li>Generator: add @override to visitor methods</li>
19+
<li>Generator: do not force child expr consume-type in a non-expr context</li>
20+
<li>Generator: skip "upper" rules in containing rules PSI (#248)</li>
21+
<li>Generator: switch default java version to 11</li>
1822
<li>Generator: use same charset as bnf explicitly</li>
23+
<li>Generator: introduce `generate=[fqn="yes/no"]` option</li>
24+
<li>Editor: highlight missing external methods (#242)</li>
25+
<li>Editor: more class references in strings</li>
26+
<li>Editor: in-place meta arg rename</li>
27+
<li>Editor: fix "redundant character escape" warning (#243)</li>
1928
<li>Compatibility: IntelliJ IDEA 2020.3</li>
2029
</ul>
2130
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>

0 commit comments

Comments
 (0)