Skip to content

Release/0.4.0#15

Merged
roscopeco merged 15 commits intomainfrom
release/0.4.0
Jun 2, 2022
Merged

Release/0.4.0#15
roscopeco merged 15 commits intomainfrom
release/0.4.0

Conversation

@roscopeco
Copy link
Copy Markdown
Owner

No description provided.

roscopeco added 15 commits May 24, 2022 19:03
* Downgrade required Java version to Java 11+
* Roll 0.3.0-SNAPSHOT development
Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule
* Roll 0.4.0-SNAPSHOT for dev
* Collect errors rather than stopping at first
* Nicer error messages from tool
@roscopeco roscopeco changed the base branch from develop to main June 2, 2022 17:58
@roscopeco roscopeco merged commit 86fb7e8 into main Jun 2, 2022
@roscopeco roscopeco deleted the release/0.4.0 branch June 2, 2022 18:00
roscopeco added a commit that referenced this pull request Jun 2, 2022
* Release/version 0.2.0 (#5)

* Roll 0.2-SNAPSHOT development

* Ignore DS_Store

* Fix examples in README (#3)

* Support Java 11+ (#4)

* Downgrade required Java version to Java 11+

* Release v0.2.0

* Release/0.3.0 (#8)

* Feature/support intellij plugin (#7)

Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule

* Release/0.4.0 (#15)

* Roll 0.2-SNAPSHOT development

* Ignore DS_Store

* Fix examples in README (#3)

* Support Java 11+ (#4)

* Downgrade required Java version to Java 11+

* Release/version 0.2.0 (#5) (#6)

* Roll 0.3.0-SNAPSHOT development

* Feature/support intellij plugin (#7)

Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule

* Post 0.3.0 (#9)

* Roll 0.4.0-SNAPSHOT for dev

* Fix default class format to Java 11 (#11)

* Collect errors (#10)

* Collect errors rather than stopping at first
* Nicer error messages from tool

* Reference Gradle plugin (#12)

* Better error messages (#13)

* Readme updates (#14)

* Release 0.4.0

* Roll 0.5.0-SNAPSHOT for dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant