Skip to content

Release v0.10

Compare
Choose a tag to compare
@Gmugra Gmugra released this 30 Apr 16:55
· 874 commits to main since this release
62b696f

Release 0.10

The first release with basic set of features

  1. annotation processor for class & builder generation
  2. Annotations: @Config, @Prefix, @Key, @Default, @Disable, @Split, @ConverterClass
  3. Standard types conversions + Converter interface for custom converters
  4. ClassFactory with support for multiple source and loading strategies
  5. Standard loaders: system:properties, system:env, properties files by URL and from classpath
  6. Loader interface for custom loaders + System properties and/or environment variable in sources URIs
  7. Direct (without interface) access to properties
  8. Caching