v4.0.0 04/04/20 -- From now on, Python 2.7 will not be supported.
v3.3.3 03/26/20 -- Multi-file support, Path support, and better tests.
v3.3.2 03/25/20 -- All an "all" extra requirement, to install everything.
v3.3.1 03/25/20 -- Specify toml/yaml as extras, not requirements.
v3.3.0 03/25/20 -- Add pyyaml/toml requirements.
v3.2.1 12/25/19 -- Basic support for date/datetime objects.
v3.2.0 05/08/19 -- TOMLSettings, YAMLSettings, and refactors.
v3.0.0 05/05/19 -- Custom JSONEncoder/Decoders, and hooking items before saving or after loading.
v2.2.0 04/16/19 -- Raise KeyError on missing options in JSONSettings.get().
v2.1.5 01/21/19 -- Bug-fix release, fix 4.
v2.1.4 01/20/19 -- Test-related changes were made.
v2.1.3 01/19/19 -- get()/get_bool() should honor default values. Fixes issue 3.
v2.1.2 10/28/18 -- Fixed python 2 compatibility in json_settings.
v2.1.1 10/28/18 -- Added convenience function for loading default JSONSettings.
v2.1.0 02/26/17 -- bool(EasySettings) now works. Some code was linted.
v2.0.4 7/18/15 -- Simplization/clean-up, added unit tests for comparison operators.
v2.0.3 7/14/15 -- Documentation fixes.
v2.0.2 7/14/15 -- repr() for EasySettings updated.
v2.0.1 7/14/15 -- Documentation updates.
v2.0.0 7/14/15 -- Real unit tests, and JSONSettings/JSONMixin.
v1.9.3-5, 9/20/14 -- Letting get_bool() return the default instead of None for strict mode.
v1.9.3-4, 9/20/14 -- Small bug fix in get_bool() for non-strict mode.
v1.9.3-3, 9/20/14 -- Adding get_bool() for parsing string values as booleans.
v1.9.3-2, 9/01/14 -- Changing default value for get(). None will be honored.