@@ -14,13 +14,13 @@ Open-source plugins built with Grammar-Kit:
14
14
15
15
Quick links: [ Tutorial] ( TUTORIAL.md ) , [ HOWTO] ( HOWTO.md ) , [ Standalone usage] ( #standalone-usage ) .
16
16
17
- Recent changes / 1.2.1
17
+ Recent changes / 1.3.0
18
18
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
24
24
25
25
26
26
General usage instructions
@@ -226,6 +226,14 @@ java -jar expression-console-sample.jar
226
226
Change log
227
227
==========
228
228
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
+
229
237
1.2.1
230
238
231
239
* Generator/PSI: fix generic and vararg types generation
0 commit comments