Skip to content

Releases: openfga/frontend-utils

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

v0.0.2

15 Jun 21:12
v0.0.2
a16123a
Compare
Choose a tag to compare

0.0.2 (2022-06-15)

Changes

  • chore(ci): fix publishing to npm