v2.0.0
Initial release of v2. This release contains major improvements over v1 and should be much more stable and reliable overall (listing all changes is impossible, as the whole internal core was rewritten). The readme was updated to contain new examples on how to use v2.
Dependency
Maven:
<dependency>
<groupId>dev.derklaro.aerogel</groupId>
<artifactId>aerogel</artifactId>
<version>2.0.0</version>
</dependency>
Gradle:
implementation("dev.derklaro.aerogel:aerogel:2.0.0")
Releases can take up to 20 minutes to show up in Maven-Central.