Changed - Changed version to `1.0.0` - `.core.BaseLang` methods inheritance modified a bit - Github workflows prepared for release state
Fixed - Documentation folder name for github page build - Link to documentation page in main `README.rst`
Removed - Posfix for documentation display version
2020.11.17
Added - `.core.BaseLang` - `refresh()` and `reload()` now will return `bool` value - Root makefile target to publish the package
Fixed - `.core.*` - `BaseLang.copy()` and `recursive_dicts_merge()` copy was fixed with `copy.deepcopy()` module to remove all references to original dictionary - `ModuleNotFoundError` exception on importing `serialix` without external package installed
Changed - Version changed to `1.0.0dev1` for test release purpose - Changed to `1.0.0dev2` - Replaced all `"` quotation marks with `'` - Enhanced the docstrings for `.core` - Enhanced docs structure - Makefile usage added to `release.yml` workflow
2020.11.16
Added - README to `./examples/` dir
Fixed - `.core.recursive_dicts_merge()` was not merging anything
Changed - Docs version postfix = `_predocs`. Will be removed on release. - Enhanced docs - Docs makefile now will create `_static` dir on run, if it doesn't exist
Removed - `:ref:` from docs. Replaced with html links.
2020.11.15
Added - Project root makefile containing options to build the package and documentation
Changed - Project classifiers `Development Status` to `5 - Production/Stable`
Removed - `XML` and `INI` support cutted due to unfinished state. Realisation code moved to repo branch `dev/lang_support`
2020.11.14
Added - Started implementation of `INI` dif language support with full tests support - Created and almost finished function `.core.parse_dict_values()`
Changed - Enhanced main package `__init__` - README and docs 'Supported Languages' changed - Changed 'about' info in README and docs
Removed - Variable converting in `.tests.core` due to `.core.parse_dict_values()` is almost ready to implement
2020.11.13
Added - Docstrings at the beginning of each `.langs` module, describing its purpose.
Changed - Renamed the `.configs` subpackage to `.langs` - Renamed `.core.BaseInterchange` to `.core.BaseLang` - Renamed `.tests.BaseConfigTest` to `.tests.BaseLangTest` - Renamed the variable `.tests.*::self.config` to `.tests.*::self.language_object` - Modified `.core.BaseLang` docstrings - Enhanced the 'about' description in README and docs