Skip to content

Commit

Permalink
Changelog update - v0.2.0 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Feb 28, 2024
1 parent a3a47c9 commit b406f73
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

# typeql-plugin-jetbrains Changelog

## [Unreleased]
## Unreleased

## [0.1.1]
- Add basic TypeQL support for `.tql` files.
## 0.2.0 - 2024-02-28
- Add .typeql to supported extensions.
- Update TypeQL grammar based on the recent official releases.
- Improve syntax highlighting, coloring, and referencing.
- Add TypeDB Studio's color schemes available for import (check out the [official GitHub repo](https://github.com/typedb-osi/typeql-plugin-jetbrains)).
- Fix incorrect syntax error highlighting.
- Enhance referencing, including override constraints like owns as, plays as, relates as.
- Improve Go To Declaration and Find Usages features work.
- Fix Rename feature and a set of errors connected to it.

## 0.1.1
- Add basic TypeQL support for `.tql` files.

0 comments on commit b406f73

Please sign in to comment.