Skip to content

Commit

Permalink
release: v0.2.17 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Jan 24, 2024
1 parent 41e481a commit a17d617
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# Changelog

## v0.2.17

### [0.2.17](https://github.com/openfga/vscode-ext/compare/v0.2.16...v0.2.17) (2024-01-24)

- fix: `list` and `map` are now allowed as relation names

## v0.2.16

### [0.2.16](https://github.com/openfga/vscode-ext/compare/v0.2.15...v0.2.16) (2024-1-9)
### [0.2.16](https://github.com/openfga/vscode-ext/compare/v0.2.15...v0.2.16) (2024-01-09)

- fixes "with" syntax not highlighting correctly
- fixes direct assignment not correctly highlighting when surrounded by brackets
- fixes Improper highlighting of comments at the end of a line
- fix: "with" syntax not highlighting correctly
- fix: direct assignment not correctly highlighting when surrounded by brackets
- fix: Improper highlighting of comments at the end of a line

## v0.2.15

### [0.2.15](https://github.com/openfga/vscode-ext/compare/v0.2.14...v0.2.15) (2024-1-8)
### [0.2.15](https://github.com/openfga/vscode-ext/compare/v0.2.14...v0.2.15) (2024-01-08)

- feat: warnings now issued for check objects that dont match declared tuples

## v0.2.14

### [0.2.14](https://github.com/openfga/vscode-ext/compare/v0.2.13...v0.2.14) (2024-1-5)
### [0.2.14](https://github.com/openfga/vscode-ext/compare/v0.2.13...v0.2.14) (2024-01-05)

- feat: added validation for test tuples declared in the fga yaml
- feat: validation for check tests and list_objects fields
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"zanzibar"
],
"license": "Apache-2.0",
"version": "0.2.12",
"version": "0.2.17",
"publisher": "openfga",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"zanzibar"
],
"license": "Apache-2.0",
"version": "0.2.16",
"version": "0.2.17",
"repository": {
"type": "git",
"url": "https://github.com/openfga/vscode-ext"
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openfga-lsp-server",
"description": "Language server in node.",
"version": "0.2.12",
"version": "0.2.17",
"author": "openfga",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit a17d617

Please sign in to comment.