Skip to content

Commit 4ab566a

Browse files
committed
1.4.2
1 parent 975b746 commit 4ab566a

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,13 @@ java -jar expression-console-sample.jar
226226

227227
Change log
228228
==========
229-
1.4.2 / dev
229+
1.4.2
230230

231231
* JFlex: more color options & better AST
232-
* Generator/PSI: do not 'collapse' fake rules
232+
* Generator: meta rule parameter as 'recoverWhile' predicate
233+
* Generator: support 'extends' with 'upper' and 'external' modifiers
234+
* Generator/PSI: fix for fake rules PSI accessors calculation
235+
* Generator/PSi: improved methods/classes names generation logic
233236

234237
1.4.0
235238

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

5-
version = 1.4.1
5+
version = 1.4.2
66
buildNumber = SNAPSHOT
77

88
ideaVersion = 2016.1

resources/META-INF/plugin.xml

+7-4
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.4.SNAPSHOT</version>
3+
<version>1.4.2</version>
44
<vendor email="[email protected]">Greg Shrago</vendor>
5-
<idea-version since-build="143.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>
@@ -13,10 +13,13 @@
1313

1414
<change-notes>
1515
<![CDATA[
16-
<p>1.4.x</p>
16+
<p>1.4.2</p>
1717
<ul>
1818
<li>JFlex: more color options & better AST</li>
19-
<li>Generator/PSI: do not collapse fake rules</li>
19+
<li>Generator: meta rule parameter as 'recoverWhile' predicate</li>
20+
<li>Generator: support 'extends' with 'upper' and 'external' modifiers</li>
21+
<li>Generator/PSI: fix for fake rules PSI accessors calculation</li>
22+
<li>Generator/PSi: improved methods/classes names generation logic</li>
2023
</ul>
2124
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
2225
]]>

0 commit comments

Comments
 (0)