v0.14.0
Changed
- Settings defined after an access to
config
will still be made available on thatconfig
. (#130 by @timriley) - Cloneable settings are cloned immediately upon assignment. (#130 by @timriley)
- Changes to config values in parent classes after subclasses have already been created will not be propogated to those subclasses. Subclasses created after config values have been changed in the parent will receive those config values. (#130 by @timriley)