diff --git a/README.md b/README.md index b851b0eb..0330ddf8 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Open-source plugins built with Grammar-Kit: Quick links: [Tutorial](TUTORIAL.md), [HOWTO](HOWTO.md), [Standalone usage](#standalone-usage). -Recent changes / 1.2.1 +Recent changes / 1.3.0 -* Generator/PSI: fix generic and vararg types generation -* Generator/PSI: fix private recursive rules handling -* Generator: made a parser extend com.intellij.lang.LightPsiParser -* Known exceptions fixed, rebuilt with IntelliJ Platform 14.1.4 -* Editor: method reference navigation revived +* LivePreview: critical bugs fixed, revitalized +* Generator: "upper" rules initial (no proper analyzer support) +* Generator/GPUB: introduce frame.resultType for manual manipulation +* Generator/Visitor: "visitor-value" generate option to generate Visitor +* Generator: more "generate" options: elements, element-case, token-case General usage instructions @@ -226,6 +226,14 @@ java -jar expression-console-sample.jar Change log ========== +1.3.0 + +* LivePreview: critical bugs fixed, revitalized +* Generator: "upper" rules initial (no proper analyzer support) +* Generator/GPUB: introduce frame.resultType for manual manipulation +* Generator/Visitor: "visitor-value" generate option to generate Visitor +* Generator: more "generate" options: elements, element-case, token-case + 1.2.1 * Generator/PSI: fix generic and vararg types generation diff --git a/support/META-INF/plugin.xml b/support/META-INF/plugin.xml index aad370bc..2149f3e3 100755 --- a/support/META-INF/plugin.xml +++ b/support/META-INF/plugin.xml @@ -1,8 +1,8 @@ org.jetbrains.idea.grammar - 1.3.x + 1.3.0 Greg Shrago - + Grammar-Kit BNF Grammars and JFlex lexers editor. Readable parser/PSI code generator. @@ -12,11 +12,13 @@ 1.3.x

+

1.3.0

    -
  • LivePreview: revitalized
  • -
  • Generator: "upper" rules initial
  • -
  • Visitor: option to generate parametrized visitor
  • +
  • LivePreview: critical bugs fixed, revitalized
  • +
  • Generator: "upper" rules initial (no proper analyzer support)
  • +
  • Generator/GPUB: introduce frame.resultType for manual manipulation
  • +
  • Generator/Visitor: "visitor-value" generate option to generate Visitor<R>
  • +
  • Generator: more "generate" options: elements, element-case, token-case
Full change log... ]]>