All Versions
4
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v1.0.0-RC02 Changes

    • ๐Ÿ”จ Minor project refactoring and cleanup
    • โž• Added Future.allOkOrFail

  • v1.0.0-RC01 Changes

    • ๐Ÿ”จ Major project refactoring and cleanup
    • ๐Ÿšš The core utilities that have no external dependencies are moved to the core module
    • ๐Ÿšš The config utilities framework is moved to the config-z module
    • โž• Added more utilities, for Future, Either and guarding code through Brackets
  • v0.2.0 Changes

    • Configurators can also be used as Extractors
    • Added support for complex Map and Seq configuration types
    • Added extractor for Either objects
    • Added extractors for time related properties: Duration, Timestamp, Date, LocalDateTime and LocalDate
  • v0.1.0 Changes

    • Configurators framework
    • byteable to convert various data types into array of bytes
    • utils with various utilities for Maps, Products and Trys