- `1.0.11` Update docs - `1.0.10` Add a few more methods for lists and maps Lists get iterable overloads Maps get a vararg array overload expecting key-value pairs in succession - `1.0.9` Bump gradle, add varag variant to `addAll` delegate - `1.0.8` Switch to actions and publish to central - `1.0.7` Fix JDK Resolution. - `1.0.6` Fix plugin reference. - `1.0.5` Create dsl extensions that automatically accept multiple arguments on a list or set. - `1.0.4` Refactor the components into seperate modules, and remove Minecraft related artifacts. - `1.0.3` Add support for base DSL objects. - `1.0.2` Generate configuration methods with the property name for NDOCs - Update the bouncer method transformer to use ASM - Add tests for all transformers - `1.0.1` Generate `$propertyName(Map)` methods for map properties - `1.0.0` Create commit from `1.0` tag