Skip to content

Releases: openfga/frontend-utils

v0.2.0-beta.1 (Frontend Utilities)

10 Oct 19:47
v0.2.0-beta.1
25ccb72
Compare
Choose a tag to compare
First release of the OpenFGA frontend utils, this wraps the syntax transformer/language package and provides helpful utils for use in frontend frameworks like the Playground, Docs and VS Code.

If you are not building an OpenFGA model authoring/visualization tool, this may not be the repo to use.

See:
- https://github.com/openfga/cli
- https://github.com/openfga/language

v0.1.6 (Syntax Transformer)

21 Sep 17:06
v0.1.6
6df1735
Compare
Choose a tag to compare

0.1.6 (2023-09-21)

  • fix: exporting language which was blocking installation

v0.1.5 (Syntax Transformer)

12 Sep 00:49
v0.1.5
69a645e
Compare
Choose a tag to compare

0.1.5 (2023-09-11)

  • fix: exporting language

v0.1.4 (Syntax Transformer)

11 Sep 23:56
v0.1.4
26b3728
Compare
Choose a tag to compare

0.1.4 (2023-09-11)

  • feat: export the language
  • chore(deps): upgrade dependencies

v0.1.3 (Syntax Transformer)

26 Jun 22:03
4ab32d7
Compare
Choose a tag to compare

0.1.3 (2023-06-26)

  • feat(validation): Allow self-referencing type restrictions
  • fix(validation): Prevent invalid model that may introduce infinite loop
  • chore(deps): upgrade dependencies

v0.1.2 (Syntax Transformer)

21 Apr 15:59
v0.1.2
d9e4dd0
Compare
Choose a tag to compare

0.1.2 (2023-04-21)

  • chore(ci): update permissions and publish provenance data
  • chore(deps): upgrade dependencies

v0.1.1 (Syntax Transformer)

03 Apr 14:02
993d479
Compare
Choose a tag to compare
  • fix(validation): raise error if schema is not specified in DSL (#127)

v0.1.0 (Syntax Transformer)

31 Mar 11:45
7e49554
Compare
Choose a tag to compare

0.1.0 (2023-03-31)

  • feat!: default to schema v1.1 (#122)
  • chore: upgrade dependencies (#121)

v0.0.14

17 Feb 01:18
v0.0.14
4bcc29b
Compare
Choose a tag to compare

0.0.14 (2023-02-16)

  • fix(validation): allow ttu relation as long as one of the child has such relation. fixes #113
  • fix(syntax highlighting): regex lookbehind error on Safari. fixes #116
  • chore: upgrade dependencies

v0.0.13

25 Jan 17:40
v0.0.13
60de4e1
Compare
Choose a tag to compare

0.0.13 (2023-01-25)

  • fix: add yargs to list of dependencies. fixes #111