Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 4.21 KB

File metadata and controls

74 lines (53 loc) · 4.21 KB

0.8.0

  • af5bca2 Release 0.8.0
  • 5afe98d Move package metadata from setup.py into package
  • ea605f9 Add --values to detect duplicate values
  • 3ae6c45 Let it run on parent directories
  • 3dd91b9 Run slower Python builds first
  • 5039c63 Travis test on PyPy
  • ae6c1fd Test more complex JSON
  • f73f4e6 Ignore .pyc and other common things
  • c518487 Return the exit code from run
  • 4e9f990 Add installation instructions
  • 9303aba Require pep257>=0.7.0
  • d3da112 flake8 fixes
  • 5599b63 Add flake8 modules pep257, coding and hacking

0.7.0

  • d84b602 Release 0.7.0
  • a753403 Pass filename through instead of depending upon self.current_fname
  • ddc012c Remove unused has_errors
  • 34fc909 Handle commands like "'jsonchecker .'"
  • 3020e39 travis: Set sudo: false

0.6.1

  • e2d048b Fix output when --quiet is used and all files are good

0.6.0

  • b43a846 Allow specifying multiple directories/files

0.5.1

0.5.0

0.4.0

0.3.0

  • 84f0f44 Only display the error message for invalid files
  • c4c99e9 Rename setup.py to jsonchecker

0.2.0

  • aa6d7f4 Gracefully handle invalid JSON files
  • 48b0bf5 Add tests/__init__.py for py27 and py32

0.1.0

  • 03451d1 Package-ify and rename to "jsonchecker"
  • 1c5bde2 markdown yo!
  • 966586e Re-add individual file support
  • dd68276 Refactor code structure, improve output upon error
  • 23e5ad3 Fix Python 3 support
  • f34a629 Add .travis.yml
  • 3cfcca2 run unittests with tox
  • 8214bc5 missed a word
  • 4ec8f12 Update README
  • 67738b4 Don't die when an error is found, go through all the other files too
  • 93cddf2 Recursively search through directories
  • 25b07d8 Add support for checking entire directories
  • 6d8467f Initial commit