Changed - In `*_Format` classes, instead of only `.create_file()` method, all directories generation now placed in `write_dict_to_file()` method. This change will affect all 'write to file' actions and prevent all path related issues.
1.2.0a1
Added - Keyword argument `auto_file_creation` to all `*_Format` classes which will allow to disable the automatic local file creation on `*_Format` object initialization
Changed - `.create_file()` method in all `*_Format` classes will now automatically create all detected dirs in path to local file
1.1.2
Fixed - `.values` method in all `*_Format` classes will now return expected value. Before the fix, this method returned the values of bound to object default dictionary.
1.1.1
Fixed - `.reload()` method return now works properly in all `*_Format` classes
1.1.0
Added - Support for `TOML` language - Feature to pass custom arguments to parser on read and write actions with `parser_write_kwargs` and `parser_read_kwargs`
Fixed - Fixed new key creation from main object issue
Changed - Method of handling import requests in init script - `_core__write_dict_to_file` and `_core__read_file_to_dict` are no more static methods in `.core.BaseLang` and inherited classes - Enhanced documentation