Skip to content

Releases: Emmo00/alxcheck

v0.1.3

29 Jan 12:14
Compare
Choose a tag to compare

What changed?

  • Bug fixes for trailing newline check

Full Changelog: v0.1.2...v0.1.3

v0.1.2

26 Jan 21:20
Compare
Choose a tag to compare

What's Changed

  • fix: checks if files end with newline. closes #13 by @samdoghor in #15
  • Checks for .ts files now
  • Migrate Python package metadata to pyproject.toml

New Contributors

Full Changelog: v0.1.1...v0.1.2[Migrate Python package metadata to pyproject.toml](miguelgrinberg/Flask-HTTPAuth@52a13b1)

v0.1.1

19 Nov 19:18
Compare
Choose a tag to compare

Bug fixes

Fix error raised when python file has a syntax error

alxcheck can now check for syntax error in python files.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 Nov 05:47
Compare
Choose a tag to compare

Improve checks and logic on the initial release.

Improved logic on the check for python virtual environment folders.

Added optional checks for JavaScript files. with the -js or --nodejs-project option.

Ignore __init__.py for checks like being executable, ends with new line.

Nice work from @adobki

What's Changed

  • FIX: Make nodejs checks optional. Closes #6 by @adobki in #9
  • FIX: Ignore empty init.py. Closes #5 by @adobki in #10

New Contributors

  • @adobki made their first contribution in #9

Full Changelog: https://github.com/Emmo00/alxcheck/commits/v0.1.0