- `1.0.16` ADd support for a generic object type on the entries in the file and entries lists (#3) - `1.0.15` Fix dependencies (#2) - `1.0.14` Fix published capability names (#1) Change project name to publish sensible capability names for library feature variants - `1.0.13` Add default `true` overload for booleans - `1.0.12` Don't generate setters when not appropriate - `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