Skip to content

Commit 9b1efe1

Browse files
committed
1.3.0
1 parent a976f3e commit 9b1efe1

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Open-source plugins built with Grammar-Kit:
1414

1515
Quick links: [Tutorial](TUTORIAL.md), [HOWTO](HOWTO.md), [Standalone usage](#standalone-usage).
1616

17-
Recent changes / 1.2.1
17+
Recent changes / 1.3.0
1818

19-
* Generator/PSI: fix generic and vararg types generation
20-
* Generator/PSI: fix private recursive rules handling
21-
* Generator: made a parser extend com.intellij.lang.LightPsiParser
22-
* Known exceptions fixed, rebuilt with IntelliJ Platform 14.1.4
23-
* Editor: method reference navigation revived
19+
* LivePreview: critical bugs fixed, revitalized
20+
* Generator: "upper" rules initial (no proper analyzer support)
21+
* Generator/GPUB: introduce frame.resultType for manual manipulation
22+
* Generator/Visitor: "visitor-value" generate option to generate Visitor<R>
23+
* Generator: more "generate" options: elements, element-case, token-case
2424

2525

2626
General usage instructions
@@ -226,6 +226,14 @@ java -jar expression-console-sample.jar
226226
Change log
227227
==========
228228

229+
1.3.0
230+
231+
* LivePreview: critical bugs fixed, revitalized
232+
* Generator: "upper" rules initial (no proper analyzer support)
233+
* Generator/GPUB: introduce frame.resultType for manual manipulation
234+
* Generator/Visitor: "visitor-value" generate option to generate Visitor<R>
235+
* Generator: more "generate" options: elements, element-case, token-case
236+
229237
1.2.1
230238

231239
* Generator/PSI: fix generic and vararg types generation

support/META-INF/plugin.xml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit" version="2">
22
<id>org.jetbrains.idea.grammar</id>
3-
<version>1.3.x</version>
3+
<version>1.3.0</version>
44
<vendor email="[email protected]">Greg Shrago</vendor>
5-
<idea-version since-build="144.0" until-build=""/>
5+
<idea-version since-build="145.0" until-build=""/>
66

77
<name>Grammar-Kit</name>
88
<description>BNF Grammars and JFlex lexers editor. Readable parser/PSI code generator.</description>
@@ -12,11 +12,13 @@
1212

1313
<change-notes>
1414
<![CDATA[
15-
<p>1.3.x</p>
15+
<p>1.3.0</p>
1616
<ul>
17-
<li>LivePreview: revitalized</li>
18-
<li>Generator: "upper" rules initial</li>
19-
<li>Visitor: option to generate parametrized visitor</li>
17+
<li>LivePreview: critical bugs fixed, revitalized</li>
18+
<li>Generator: "upper" rules initial (no proper analyzer support)</li>
19+
<li>Generator/GPUB: introduce frame.resultType for manual manipulation</li>
20+
<li>Generator/Visitor: "visitor-value" generate option to generate Visitor&lt;R&gt;</li>
21+
<li>Generator: more "generate" options: elements, element-case, token-case</li>
2022
</ul>
2123
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
2224
]]>

0 commit comments

Comments
 (0)