Releases: readsettings/readsettings
Releases · readsettings/readsettings
Documentation update
Minor improvements
- Fixed backwards compatibility with Python 3.4
Publish README updates
3.4.3 Update README.md
Improve JSON parsing checks
- Only parse the value provided to
json()if it is parseable.
Multiple performance improvements and bug fixes
- Using the ternary operator when needed
- Automatically create the directory before writing file
- Allow Unicode characters in JSON files
clear()is now an explicit function- Better extension type checking
Removed INI support, added direct setting of dictionary objects
- Removed INI support - INI isn't best for storing dictionary objects
json()now has an option parameter for setting the dictionary object
Fix pypi releases
3.3.2 Fix package name
Fix security issue
This patch replaces yaml.load with the more secure, yaml.safe_load.
Added greater support
- Support
YML,YAML,INIandTOMLas well asJSON - Allow configuring autosave behaviour from init function