-bugfixes: - resolve discrepancy between data in dict and in DataStore in constructor-method of SimpleConfigs
0.2.0
- replaced data management using a flattened dict (inspired by https://github.com/tr11/python-configuration; here also new values can be stored or modified) - added new store-type (RamStore) for in-memory storage - added pop method to retrieve removed items or remove items safely
0.1.1
- added dict-like "get" method - added representation for Configs and SimpleConfigs
- bugfixes: - FileStore.dump now stores data when data is updated