Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.4.0 #15

Merged
merged 15 commits into from
Jun 2, 2022
Merged

Release/0.4.0 #15

merged 15 commits into from
Jun 2, 2022

Conversation

roscopeco
Copy link
Owner

No description provided.

* 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