Skip to content

Latest commit

 

History

History
102 lines (56 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

102 lines (56 loc) · 2.84 KB

Changelog

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

0.2.12 (2023-12-13)

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

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
  • fix: Remove diagnostics when closing an associated file

v0.2.6

0.2.6 (2023-10-23)

  • feat: syntax highlighting for conditions

v0.2.5

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

v0.2.4

0.2.4 (2023-10-10)

  • feat: Hover descriptions for model keywords
  • feat: Code actions for quickfixing some common errors

v0.2.3

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

v0.2.2

0.2.2 (2023-9-28)

  • chore: add setting to enable debug logs

v0.2.1

0.2.1 (2023-9-27)

v0.2.0

0.2.0 (2023-09-21)

  • feat: Diagnostics for OpenFGA files

v0.1.0

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