implicit.ly

Scala software, hot off the presses

configrity 0.10.0

Changes since version 0.9.0:

  • Configrity adopted a modular code layout. Most features are provided by the configrity-core module, which doesn't require any external dependencies. The sbt dependency line is now slightly different: check the README file.
  • YAML import/export is now provided by the configrity-yaml module, based on snakeyaml. Usage and documentation in the project wiki (issue #2).

If you wish for extra features, feel free to ask.

Configrity is a simple, immutable and flexible Scala API for handling configurations.

Filed under  //   Scala 2.9.0-1   Scala 2.9.1   configrity   org.streum  

configrity 0.9.0

Changes since version 0.8.0:

  • Configurations can be loaded directly from the classpath using Configuration.loadResource.
  • Better handling of lists when the configuration is built from key/values (issue #4)
  • All tests pass on Windows (issue #3) -- Gerolf Seitz

If you wish for extra features, feel free to ask.

Configrity is a simple, immutable and flexible Scala API for handling configurations.

Filed under  //   Scala 2.9.0-1   Scala 2.9.1   configrity   org.streum  

configrity 0.8.0

Configrity standard formats accepts an include directive. This allow the parsing of Akka configuration files as well as most legacy Configgy files.

New features since version 0.7.0:

  • Setting a list in a configuration will automatically does not require anymore proper formatting.
  • An include directive is supported in both FlatFormat and BlockFormat.
  • BlockFormat parser ignores empty blocks without complaining.

If you wish for extra features, feel free to ask.

Configrity is a simple, immutable and flexible Scala API for handling configurations.

Filed under  //   Scala 2.9.0-1   Scala 2.9.1   configrity   org.streum  

configrity 0.7.0

New features since version 0.6.1:

  • Implicit converters for File, Color, URL and URI.
  • List of values are accepted:

Configrity is a simple, immutable and flexible Scala API for handling configurations.

Filed under  //   Scala 2.9.0   configrity   org.streum