Skip to content

Releases: openfga/frontend-utils

v0.0.12: CLI interface for the transformer

23 Jan 19:28
v0.0.12
3f7868c
Compare
Choose a tag to compare

0.0.12 (2023-01-23)

Changes

  • feat: add a simple cli to transform models, run it by:
npx @openfga/syntax-transformer transform --from=json --inputFile=test.json
npx @openfga/syntax-transformer transform --from=dsl --inputFile=test.openfga
  • chore(deps): upgrade dependencies

v0.0.11

10 Jan 15:27
v0.0.11
6782538
Compare
Choose a tag to compare

0.0.11 (2023-01-10)

Please note: All additional undocumented functionality should be considered unstable and may be removed at any moment.

Changes

  • feat: export graph for use in the FGA Playground
  • feat: export sample authorization models
  • chore(deps): upgrade dependencies

v0.0.10

15 Dec 17:32
v0.0.10
f001fd9
Compare
Choose a tag to compare

0.0.10 (2022-12-15)

Changes

  • chore(deps): upgrade @openfga/sdk to v0.2.0 and update other deps
  • chore: revert package-lock.json to version 2 because it was breaking snyk

v0.0.9

02 Dec 19:30
v0.0.9
6629d90
Compare
Choose a tag to compare

0.0.9 (2022-12-02)

Changes

  • feat(editor-support): expose auto-completion for monaco (#90)
  • feat(editor-support): expose syntax highlighting and tokenization for monaco and prism (#90)

Chore

  • chore(deps): bump dev dependencies

v0.0.8

16 Nov 20:24
2d683f9
Compare
Choose a tag to compare

Changes

  • feat: model 1.1 removing 'as self' (#94)
  • feat: model 1.1 allowing wildcard restriction in allowable types (#95)

Chore

  • chore: update indent-dsl to use keyword constant (#91)

v0.0.7

02 Nov 14:00
v0.0.7
17477ff
Compare
Choose a tag to compare

0.0.7 (2022-11-02)

Changes

  • feat: add indentDSL to improve checkDSL parsing reliability (#68)
  • feat: validation rule for type and relation name (#78)
  • feat: initial support schema 1.1 (#67, #73, #75)

Fixes

  • fix(parse-dsl): fix issue with infinite loops triggered when parsing some models #76

Chore

  • chore(deps): bump dependencies

v0.0.6

11 Oct 22:38
501e572
Compare
Choose a tag to compare

0.0.6 (2022-10-11)

Changes

  • fix(check-dsl): allow same relation in computedUserset of from clause (#70)
  • chore(deps): bump dependencies

v0.0.5

29 Sep 15:19
v0.0.5
aac29b5
Compare
Choose a tag to compare

0.0.5 (2022-09-29)

Changes

  • fix(grammar): compile beforehand (#52)
  • fix(grammar): overhaul response returned by parser (#52)
  • fix(parse-dsl): support types with no relations in the dsl (#52)
  • fix(check-dsl): support types with no relations in the dsl (#57)
  • chore(deps): bump dependencies

v0.0.4

16 Aug 19:07
v0.0.4
1fb9d8a
Compare
Choose a tag to compare

0.0.4 (2022-08-16)

Changes

  • fix(check-dsl): incorrect parsing of relations starting with as
  • chore(deps): bump dependencies

v0.0.3

29 Jun 21:57
v0.0.3
260b5d9
Compare
Choose a tag to compare

0.0.3 (2022-06-29)

Changes

  • feat(reporters): add some reporters that can be used to validate the model, and show errors found