Skip to content

Latest commit

 

History

History
258 lines (185 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

258 lines (185 loc) · 3.76 KB

Changelog

All notable changes to this project will be documented in this file.

[0.10.2] - 2024-05-20

Documentation

  • Update README

Miscellaneous Tasks

  • Add pre-commit configs

[0.10.1] - 2024-05-20

Miscellaneous Tasks

  • Fix bump-my-version

[0.10.0] - 2024-05-20

Miscellaneous Tasks

  • Use pdm instead of pbr
  • Switch to bump-my-version
  • use json-arrays instead of json-streams (name changed.)

Styling

  • After ruff format

Testing

  • Add testing lock file

[0.9.1] - 2021-05-19

Fixed

  • Remove type stubs

Miscellaneous Tasks

  • Update workflow

[0.9.0] - 2021-05-18

Added

  • Add type stubs

Documentation

  • Update README

[0.8.1] - 2021-05-13

Build

  • Remove python 3.5 and use python 3.9

[0.8.0] - 2021-05-12

Added

  • Stuff

Fixed

  • Remove unused code
  • Correct version

Build

  • Rename target
  • Don't tag

[0.4.3]

  • update cli
  • update entrypoint

[0.4.2]

  • properly write to bytes files

[0.4.1]

  • change to write text mode

[0.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

[0.3.6]

  • bypass errorous function

[0.3.5]

  • fix bug

[0.3.4]

  • restructure project
  • Update README.md

[0.3.3]

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

[0.3.2]

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

[0.3.1]

  • packaging stuff

[0.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

[0.2.8]

  • Bump version: 0.2.7 → 0.2.8

[0.2.7]

  • Bump version: 0.2.6 → 0.2.7
  • switch to bump2version

[0.2.6]

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

[0.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

[0.2.1]

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

[0.2.0]

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

[0.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
  • 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