Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed Apr 1, 2024
1 parent 86022b4 commit 1a13907
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

- Simplifies plugin configuration.
The following block represents the new minimal configuration:

```kotlin
grammarKit {
lexerSource = layout.projectDirectory.file("<path to *.flex file>")
parserSource = layout.projectDirectory.file("<path to *.bnf file>")
}
```
- Introduces `GenerateLexerTask.targetRootOutputDir` as a replacement of `targetOutputDir`.
Automatically create a subdirectory matching the package when using this new property.
- Deprecates `pathToParser` and `pathToPsiRoot` of `GenerateParserTask`.
- Purge stale files by default (as soon as you migrated away from the old properties)

## [2022.3.2.2] - 2024-02-21

- Support for IntelliJ Platform `2024.1` — added `opentelementry` library.
Expand Down

0 comments on commit 1a13907

Please sign in to comment.