Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Nov 11, 2020
1 parent c83bfd4 commit 71d8288
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
2020.3-SNAPSHOT
2020.3

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

2020.1
Expand Down
15 changes: 12 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit">
<id>org.jetbrains.idea.grammar</id>
<version>2020.3-SNAPSHOT</version>
<version>2020.3</version>
<vendor>JetBrains</vendor>
<idea-version since-build="203.5419"/>
<idea-version since-build="203.5784"/>

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

0 comments on commit 71d8288

Please sign in to comment.