Skip to content

Releases: openfga/vscode-ext

v0.2.14

06 Jan 01:53
v0.2.14
4fa3356
Compare
Choose a tag to compare

0.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 don't match declared tuples%0A

v0.2.13

22 Dec 17:18
v0.2.13
ee723c7
Compare
Choose a tag to compare

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.12

14 Dec 00:58
v0.2.12
138e352
Compare
Choose a tag to compare

0.2.12 (2023-12-13)

v0.2.11

11 Dec 20:40
03288cb
Compare
Choose a tag to compare

0.2.11 (2023-12-11)

  • feat: Initial limited support for mixing operators

v0.2.10

04 Nov 00:31
v0.2.10
d45b009
Compare
Choose a tag to compare

0.2.10 (2023-11-03)

  • fix: syntax highlighting for conditions in yaml%0A

v0.2.9

03 Nov 17:17
v0.2.9
78fe5df
Compare
Choose a tag to compare

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

02 Nov 17:20
v0.2.8
1ef998a
Compare
Choose a tag to compare

0.2.8 (2023-11-02)

  • fix: addressed issues with enforced fields in yaml
  • fix: disabled unimplemented completion

v0.2.7

01 Nov 23:31
v0.2.7
8253304
Compare
Choose a tag to compare

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

23 Oct 16:55
v0.2.6
6af9ddb
Compare
Choose a tag to compare

0.2.6 (2023-10-23)

  • feat: syntax highlighting for conditions

v0.2.5

17 Oct 16:09
v0.2.5
2dc4523
Compare
Choose a tag to compare

Changelog

  • feat: syntax support for OpenFGA models embedded in YAML for testing
  • feat: validation of OpenFGA models embedded in YAML for testing