File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2021.1.2
2
+
3
+ * Generator: cache NEXT to avoid freezes
4
+ * Generator: avoid java-api in standalone mode #278
5
+ * Generator: fix NPE for "exact-types" + factory method #286
6
+ * Generator: fix missing @Override on visitor methods
7
+ * Generator: type annotations support (ASM)
8
+
1
9
2021.1
2
10
3
11
* JFlex: update downloadable lib url #264
Original file line number Diff line number Diff line change 15
15
<change-notes >
16
16
<![CDATA[
17
17
<ul>
18
- <li>JFlex: update downloadable lib url #264</li>
19
- <li>Plugin: move java-related extensions to optional config #261</li>
20
- <li>Editor: do not resolve meta rule parameters to rules</li>
21
- <li>LivePreview: problem with meta rules #254</li>
18
+ <li>Generator: cache NEXT to avoid freezes</li>
19
+ <li>Generator: avoid java-api in standalone mode #278</li>
20
+ <li>Generator: fix NPE for "exact-types" + factory method #286</li>
21
+ <li>Generator: fix missing @Override on visitor methods</li>
22
+ <li>Generator: type annotations support (ASM)</li>
22
23
</ul>
23
24
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
24
25
]]>
You can’t perform that action at this time.
0 commit comments