We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aba08f + 2d92fb4 commit 5adf0beCopy full SHA for 5adf0be
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+## v0.1.0
2
+
3
+### [0.1.0](https://github.com/openfga/intellij-plugin/releases/tag/v0.1.0) (2024-05-10)
4
5
+Initial Release
6
7
+- feat: custom OpenFGA dark theme
8
+- feat: DSL syntax support and validation
9
+- feat: authorization model dsl file and live templates
10
+- feat: generate json file from DSL (requires OpenFGA CLI to be installed)
11
+- feat: configure servers in OpenFGA tool window
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
}
group = "dev.openfga.intellijplugin"
12
-version = "0.2.5"
+version = "0.1.0"
13
14
repositories {
15
mavenCentral()
0 commit comments