Konf Versions Save

A type-safe cascading configuration library for Kotlin/Java/Android, supporting most configuration formats

v0.9

6 years ago
  • feature: support to watch file/URL
  • feature: support auto-detected watched file format
  • doc: add documents for watchFile/watchUrl API
  • feature: initial support for Java 9
  • gradle: update dependencies

v0.8

6 years ago
  • feature: support Writer API
  • feature: support HOCON/JSON/properties/TOML/XML/YAML writer
  • doc: add documents for Writer API
  • gradle: update dependencies
    • Kotlin: 1.2 -> 1.2.21

v0.7

6 years ago
  • feature: support to export/reload config
  • feature: support equals/hashCode/toString in Config
  • gradle: update dependencies
    • Kotlin: 1.1.51 -> 1.2
  • doc: add document for config export/persistence
  • refactor: refactor/enrich examples

v0.6

6 years ago
  • fix: support to use String as File/Url
  • gradle: update dependencies

v0.5

6 years ago
  • fix: enable tests shadowed by group with same name
  • fix: inline unsupported to cover code of Source
  • feature: add examples
  • doc: add document for most classes
  • doc: add usage doc in README
  • refactor: rename load operation in config
  • refactor: extract interface ItemContainer
  • refactor: simplify JSR310 deserializers's implementation

v0.4

6 years ago
  • feature: support contains/get operation in Source
  • fix: generate overload constructor for Item
  • test: code coverage over 90%
  • gradle: update dependencies
    • com.uchuhimo:kotlinx-bimap: 0.3.1 -> 1.0
    • com.typesafe:config: 1.2.1 -> 1.3.1
    • com.fasterxml.jackson.core:jackson-databind: 2.8.9 -> 2.9.0
  • doc: support dokka
  • doc: add README
  • travis: support Codecov

v0.3

6 years ago
  • eliminate compilation warning
  • update Kotlin from 1.1.3 to 1.1.3-2
  • replace subject of loader/provider test from HOCON to properties
  • support build scan
  • support install to local maven
  • update uchuhimo/kotlinx-bimap from v0.2 to v0.3.1

v0.2

6 years ago

update dependencies

v0.1

6 years ago

v0.1