Skip to content

Commit

Permalink
release(0.2.14): Test tuple Validation (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-jeffery committed Jan 6, 2024
1 parent f42d46d commit 4fa3356
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog


## v0.2.14

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

- feat: added validation for test tuples declared in the fga yaml
- feat: validation for check tests and list_objects fields
- feat: warnings now issued for check test and list_object user fields that dont match declared tuples

## v0.2.13

### [0.2.13](https://github.com/openfga/vscode-ext/compare/v0.2.12...v0.2.13) (2023-12-21)
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.13",
"version": "0.2.14",
"repository": {
"type": "git",
"url": "https://github.com/openfga/vscode-ext"
Expand Down

0 comments on commit 4fa3356

Please sign in to comment.