All notable changes to this project will be documented in this file.
- Update README
- Add pre-commit configs
- Fix bump-my-version
- Use pdm instead of pbr
- Switch to bump-my-version
- use
json-arrays
instead ofjson-streams
(name changed.)
- After ruff format
- Add testing lock file
- Remove type stubs
- Update workflow
- Add type stubs
- Update README
- Remove python 3.5 and use python 3.9
- Stuff
- Remove unused code
- Correct version
- Rename target
- Don't tag
- update cli
- update entrypoint
- properly write to bytes files
- change to write text mode
- 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
- bypass errorous function
- fix bug
- restructure project
- Update README.md
- rename package
- Update setup.cfg
- Update README.md
- Update README.md
- update setup.cfg
- add github actions badge
- fix typo
- packaging stuff
- 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
- Bump version: 0.2.7 → 0.2.8
- Bump version: 0.2.6 → 0.2.7
- switch to bump2version
- Bump version: 0.2.5 → 0.2.6
- Update makefile to handle bumpversion
- 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
- Bump version: 0.2.0 → 0.2.1
- update makefie
- Update version
- Update code
- Add dev dependencies
- restructure
- move files
- cli
- add entrypoint
- add helpers
- syntax fixes
- update gitignore
- work
- Stuff
- rework
- add sphinx
- 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
- 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