CHANGES
=======

v1.0.5
------

* attempt to fix pbr

v1.0.2
------

* fix requiring specific sphinx version

v1.0.1
------

* fix "Value Error: x does not start with Y" on "make gettext" in separate layout project
* update changelog
* add readme MIME type to setup.cfg
* deploy docs only for master branch

v1.0.0
------

* skip failing tests (#7)
* fix mypy errors
* finish docs
* improve l10n tests
* improve table tests
* finish docs 80%
* add type hints
* polish the codebase
* remove all unused imports
* fix mypy checks
* Create .gitlab-ci.yml file
* fix tests
* add test-multiple-tables
* add test-wrong-warning-line
* allow multiple tables from the same file
* add settings for files encoding and CSV format
* add todo comments to docs
* fix missing pbr in requirements.txt
* support yaml files
* add comments for later to the docs
* remove unused imports
* add naked syntax test
* add pre-commit hook that removes unused imports
* cleanup tests
* finalizes codebase before release
* add extensive link role test
* rename ref role to :constdata:link:
* fix link role
* fix few more tests
* rename test/samples\_files/ to samples/ and use symlinks to it
* rewrite docs quickstart, conf and flatfiles pages
* create quickstart page in docs
* improve docs
* start use documatt theme for the docs
* fix formatting with black/isort
* introduce pre-commit with black and isort
* various reminders in docs
* produce warn if table query returns no rows
* Remove FlatfileReader.get\_ids()
* add type hints to Settings methods
* remove usage of :confval: custom role in test files
* rename constdata\_templates to constdata\_files and adds "id" param
* add favourity pytest plugins to dev-requirements.txt
* add test translation
* fix error reporting
* remove duplicit caching mechanism from FlatfileReader
* test table and localized table directive
* gitignore all Sphinx \_build/ dirs
* remove flatfiles.BasicCsvFiles and CsvFile classes
* add flatfiles.rglob\_flatfiles\_from()
* fix and improve Url tests
* fix cachedb creation and accessing
* rename ConstError to ConstdataError
* refactor
* improve test code
* cache on start all found flatfiles to DB
* improve docs on flatfiles and confvalues
* quiet sphinx build in tox
* rename to shorter names files in test/sample\_files/
* fix test\_label\_role
* add flatfiles.FlatfileReader
* describe datafile caching
* add AutodetectFileToDb
* change SqlCommand.select() and select\_one() to return empty objects instead Nones
* add SqlCommand.select()
* add SqlCommand.select\_one()
* change formatter to yapf
* create flatfiles.JsonFileToDb
* fix bug memory\_sqlite\_con pytest fixture doesn't use in-memory DBs
* fix bug a table is re-created before each insert into
* rename test files folder and add CSV/JSON/YAML variants
* add fixstyle environment to tox.ini
* change tox.ini to use autopep8 instead yapf
* fix formatting with isort and autopep8
* add dev-requirements.txt with local developer dependencies
* rename module csv to flatfiles and write SqlCommand and CsvFileToDb
* doc data file requirements
* use tox and pbr
* isort
* vsechno mozny
* change tox.ini to run only py38
* move tests to tests/ top level directory
* rename to constdata
* rename to constdata
* add new markup overview to the docs
* na hrubo presunuto, chybi documatt theme
* Improve README.rst
* rename package to constdata
* Add todo comments to README
* rename to sphinxcontrib.constdata
* README typos
* initial state
* .gitignore
