CHANGES
=======

v0.5.1
------

* Bump version: 0.5.0 → 0.5.1
* fix build errors

v0.5.0
------

* Bump version: 0.4.0 → 0.5.0
* some fixes

v0.4.5
------

* publish from github actions instead of travis
* upgrade setuptools
* test all, publish from 3.5
* Only publish on 3.5
* Build package and release to TestPyPI
* add attrs
* remove python 3.5
* update travis
* remove ujson support
* expand tests
* use simplejson
* expand tests
* stuff
* use hypothesis
* refactor test\_iter
* add pytest config
* adjust github actions
* move pytest settings to setup.cfg
* exclude tests from coverage
* fix tests
* adjust tests
* move tests
* move tests to package
* add hypothesis
* also test python 3.8

v0.4.3
------

* update cli
* update entrypoint

v0.4.2
------

* properly write to bytes files

v0.4.1
------

* change to write text mode

v0.4.0
------

* update readme
* change default file mode
* remove trailing , in arguments
* move version constant
* remove old imports
* some style fixes
* add ijson
* add docstrings
* update install-dev target
* update pylint rules
* fix type
* Add docstrings
* restructure
* refactor tests
* add make target for pylint
* add pylint

v0.3.6
------

* bypass errorous function

v0.3.5
------

* fix bug

v0.3.4
------

* restructure project
* Update README.md

v0.3.3
------

* rename package
* Update setup.cfg
* Update README.md
* Update README.md

v0.3.2
------

* update setup.cfg
* add github actions badge
* fix typo

v0.3.1
------

* packaging stuff

v0.3.0
------

* update .travis.yml
* Switch to new Github Actions format
* Update test\_compare.py
* add more tests
* handle json\_iter for simple arrays
* add test for load
* rename file\_type to filetype
* add tests for jt\_itet.\_\_init\_\_
* add tests for utils
* move is\_jsonl to utils
* update Makefile
* add pre-commit
* update readme
* black python>3.5
* add travis support

v0.2.8
------

* Bump version: 0.2.7 → 0.2.8

v0.2.7
------

* Bump version: 0.2.6 → 0.2.7
* switch to bump2version

v0.2.6
------

* Bump version: 0.2.5 → 0.2.6
* Update makefile to handle bumpversion

v0.2.5
------

* Bump version: 0.2.4 → 0.2.5
* Bump version: 0.2.3 → 0.2.4
* Bump version: 0.2.2 → 0.2.3
* Bump version: 0.2.1 → 0.2.2
* bumpversion hassles
* update makefile
* update makefile
* Update bumpversion.cfg

v0.2.1
------

* Bump version: 0.2.0 → 0.2.1
* update makefie
* Update version

v0.2.0
------

* Update code
* Add dev dependencies
* restructure
* move files
* cli
* add entrypoint
* add helpers
* syntax fixes
* update gitignore
* work
* Stuff
* rework
* add sphinx

v0.1.0
------

* refactor
* add more tests for diff
* add more test for jsondiff
* restructure tests
* Refactor json\_tools.val
* add jsonl\_iter tests
* make tests work
* stuff
* update Readme.md
* restructure
* setup proj
* update makefile
* add pbr
* restructure
* add tools
* rename package
* some stuff
* update actions
* rename actions dir
* update build & test
* try build & test
* add pipenv
* add test for numeric\_types
* add sanity test in Result constructor
* change action-a
* add github action
* Update main.workflow
* add streaming\_validate
* file stuff
* add version string in module
* changed python requirement to 3.5
* switching to poetry and pyproject.toml
* mv code to src dir
* change repo name
* changes
* added fastjsonschema as dependency
* bumped version to 0.0.2
* addde module docstring
* Added exceptions
* Added error\_id
* Started with exceptions
* Some initial work
* tests
* update tox environments
* removed empty line
* Renamed src path to json\_validator
* cookiecutter setup
* corrected the json-schema url
* added link to json-schema.org
* Initial commit
