Skip to content

Releases: radstevee/axi

v0.2.6

24 Apr 15:18
977c985
Compare
Choose a tag to compare

refactor: move away from TextComponent a bit

v0.2.5

24 Apr 10:31
5856b29
Compare
Choose a tag to compare

bump(packed): 1.1.5

v0.2.4

23 Apr 18:25
f8f86e2
Compare
Choose a tag to compare

feat(gradle-plugin): improve dependency extension

v0.2.3

21 Apr 11:58
2e7e038
Compare
Choose a tag to compare

fix(gradle-plugin): axi.paper.internals("...") does not set internals to true

v0.2.2

21 Apr 11:02
726736d
Compare
Choose a tag to compare

fix(gradle-plugin): resources directory not being handled properly

v0.2.1

20 Apr 17:00
06dafaa
Compare
Choose a tag to compare
  • fix: stack overflows in text builder

v0.2.0

18 Apr 20:04
a4a38d6
Compare
Choose a tag to compare
  • feat: game module (needs docs)
  • feat: GUI things
  • feat: NPC API
  • feat: name tag API
  • refactor: move plugin scopes and contexts to plugin directly
  • feat: more ECS delegates
  • feat: theme API
  • feat: lots of text builder improvements
  • feat: lots of delegates
  • refactor: ExternalNetworking

Full Changelog: v0.1.0...v0.2.0

v0.1.0

28 Mar 16:33
79a2e90
Compare
Choose a tag to compare

The first version of axi!

For the gradle plugin, you may have to add the maven repository to your
plugin management build settings until it's approved:

pluginManagement { 
  repositories {
    maven("https://maven.radsteve.net/public")
  }
}