Skip to content

Releases: openfga/frontend-utils

v0.2.0-beta.9

12 Apr 18:49
v0.2.0-beta.9
3792bce
Compare
Choose a tag to compare
- fix: correct syntax highlighting for identifiers with dashes and underscores

v0.2.0-beta.8

12 Apr 12:42
v0.2.0-beta.8
1af3ce0
Compare
Choose a tag to compare
- feat: support modular models for prism
- fix: handle case when an error other than language error is thrown in validateDSL

v0.2.0-beta.7

09 Apr 21:30
v0.2.0-beta.7
82f7eda
Compare
Choose a tag to compare
- feat: add modular model support for monaco

v0.2.0-beta.6

29 Jan 14:50
v0.2.0-beta.6
2a6e53d
Compare
Choose a tag to compare
- fix(monaco/validate): handle metadata being undefined
- chore: update dependencies

v0.2.0 Beta 5

23 Jan 19:26
v0.2.0-beta.5
bd60557
Compare
Choose a tag to compare

0.2.0-beta.5 (2024-01-23)

  • feat: correctly tokenize comments (#197)
  • chore: update dependencies

v0.2.0-beta.4

03 Jan 20:12
v0.2.0-beta.4
6ad54da
Compare
Choose a tag to compare

0.2.0-beta.4 (2024-01-03)

  • chore: update dependencies

v0.2.0-beta.3

28 Nov 17:42
v0.2.0-beta.3
b2ff8d8
Compare
Choose a tag to compare
- feat: add conditions tokens for prism
- fix: monaco grammar for conditions
- fix: monaco grammar for type restrictions

v0.2.0-beta.2

03 Nov 21:50
v0.2.0-beta.2
d589d10
Compare
Choose a tag to compare
- fix: fix highlighting for models with conditions
- fix: bump transformer to bring in improvements to monaco alerts and support for conditions

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