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
0.2.12 (2023-12-13)
- fix: error when validating some valid models (error details: openfga/language#120)
0.2.11 (2023-12-11)
- feat: Initial limited support for mixing operators
0.2.10 (2023-11-03)
- fix: syntax highlighting for conditions in yaml
0.2.9 (2023-11-03)
- feat: improved conditions support in the dsl
- fix: fix the store yaml schema causing improper validations
0.2.8 (2023-11-02)
- fix: addressed issues with enforced fields in yaml
- fix: disabled unimplemented completion
0.2.7 (2023-11-01)
- feat: validation for
.fga.yaml
files - fix: Remove diagnostics when closing an associated file
0.2.6 (2023-10-23)
- feat: syntax highlighting for conditions
0.2.5 (2023-10-16)
- feat: syntax support for OpenFGA models embedded in YAML for testing
- feat: validation of OpenFGA models embedded in YAML for testing
0.2.4 (2023-10-10)
- feat: Hover descriptions for model keywords
- feat: Code actions for quickfixing some common errors
0.2.3 (2023-9-29)
- fix: correct document selector to enable language server for saved models on github.dev
- chore(docs): updated README and DEVELOPMENT documentation
0.2.2 (2023-9-28)
- chore: add setting to enable debug logs
0.2.1 (2023-9-27)
- feat: enable compatibility with VS Code for Web
0.2.0 (2023-09-21)
- feat: Diagnostics for OpenFGA files
0.1.0 (2023-08-02)
Initial Release
- feat: Syntax highlighting for OpenFGA files
- feat: Custom OpenFGA dark theme
- feat: command to transform OpenFGA DSL to JSON