Skip to content

v0.11.0

Compare
Choose a tag to compare
@solnic solnic released this 15 Feb 14:08
v0.11.0
49f0d16

A complete rewrite of the library while keeping the public API intact. See #78 for a detailed overview.

Changed

  • Accessing config in a parent class no longer prevents you from adding more settings in a child class (@solnic)
  • (internal) New low-level Setting and Config API (@solnic)
  • (internal) config objects use method_missing now (@solnic)