-------------------------- * Add the `read_only` argument to fields * Removed getattr/setattr functionality for fields * Add `parent` property to parsed configs, which allows child configs to access their parent
1.7.0
-------------------------- * Allow multiple types for a field, which are applied in-order * Fixed default field type to be `unicode` in python 2
1.6.1
-------------------------- * Add '__allow_extra__' attribute to Configs to disallow extra values being passed in to instances
1.6.0
-------------------------- * Add 'to_dict' method to convert configs to plain python data structures
1.5.0
-------------------------- * Add 'nullable' keyword to fields
1.4.3
-------------------------- * Throw an exception when Config objects attempt to overwrite reserved attributes