- Improves
for_environmentfeature to ensure your configuration values aren't replaced.
- Support to access key values via index syntax (e.g. config.database[connection] where 'connection' is a code side variable) - #71
- Update build dependencies - #70
- Add
environmentproperty to config created withForEnvironment- #63 - Deep merge support - #56
- Add
ContainsKeymethod - #50
- Fix issue opening project in Xamarin Studio - #49
- Fix issue with lowercase
allenvironment not being picked up - #54 - Fix issue with enumerating over config values causing values to become non-Centroidy - #60
- Add
environmentproperty to config created withfor_environment- #63 - Deep merge support - #56
- Add
__contains__support - #50
- Fix issue with enumerating over config values causing values to become non-Centroidy - #61
- Add
environmentproperty to config created withfor_environment- #63 - Deep merge support - #56
- Add
has_key?method - #50
- Fix issue with enumerating over config values causing values to become non-Centroidy - #61
- Fix issue with enumerating arrays causing values to become non-Centroidy - #53
Initial public release.