Releases: openfga/vscode-ext
Releases · openfga/vscode-ext
v0.2.14
- 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 don't match declared tuples%0A
v0.2.13
0.2.13 (2023-12-21)
- feat: validate tuples in the fga yaml document match the model
- fix: model validates in yaml when there are structural errors
v0.2.11
0.2.11 (2023-12-11)
- feat: Initial limited support for mixing operators
v0.2.10
0.2.10 (2023-11-03)
- fix: syntax highlighting for conditions in yaml%0A
v0.2.9
0.2.9 (2023-11-03)
- feat: improved conditions support in the dsl
- fix: fix the store yaml schema causing improper validations
v0.2.8
0.2.8 (2023-11-02)
- fix: addressed issues with enforced fields in yaml
- fix: disabled unimplemented completion
v0.2.7
0.2.7 (2023-11-01)
- feat: validation for
.fga.yaml
files%0A - fix: Remove diagnostics when closing an associated file%0A
v0.2.6
0.2.6 (2023-10-23)
- feat: syntax highlighting for conditions
v0.2.5
Changelog
- feat: syntax support for OpenFGA models embedded in YAML for testing
- feat: validation of OpenFGA models embedded in YAML for testing