# What is IceCode Config
Having worked with many java configuration libraries. I have not found one that did what I wanted. This library addresses issue I found missing in other config libs
# Basics
A ConfigurationService is basically a String to String Map with facilities to manage conversion, validation,defaults, monitoring, and loading of values of that map.
# Getting Started:
```ceylon
value key = Key("key",stringConverter);
value config = createFromFile("test.properties",{key})
value ...
Version1.1.0compared with
Version Details
| 1.0.0 | 1.1.0 | |
|---|---|---|
| Release date | Feb 13, 2021 | Feb 13, 2021 |
| Licenses | None | None |
| Vulnerabilities | None | None |
Compile Changes (10)
| 1.0.0 | 1.1.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.ceylon-lang » ceylon.collection | - | 1.3.3 |
| + Added | org.ceylon-lang » ceylon.file | - | 1.3.3 |
| + Added | org.ceylon-lang » ceylon.language | - | 1.3.3 |
| + Added | org.ceylon-lang » ceylon.logging | - | 1.3.3 |
| + Added | org.ceylon-lang » ceylon.time | - | 1.3.3 |
| - Removed | ceylon » collection | 1.3.0 | - |
| - Removed | ceylon » file | 1.3.0 | - |
| - Removed | ceylon » language | 1.3.0 | - |
| - Removed | ceylon » logging | 1.3.0 | - |
| - Removed | ceylon » time | 1.3.0 | - |