Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Released

0.5.0 - 2023-07-05

Added

  • pre-commit hook and config files

Fixed

  • Added missing empty line in several files

0.4.0 - 2023-06-10

Added

  • */boot.py and */main.py can be ignored during the check with --ignore-boot-main, see #8

0.3.0 - 2023-05-27

Added

  • Dependencies of package can be ignored during the check with --ignore-deps, see #5

0.2.0 - 2023-05-27

Added

  • Version of package can be ignored during the check with --ignore-version, see #4

0.1.1 - 2023-04-18

Fixed

  • Sort URL list elements before comparing package.json and returned setup.py data, see #2

0.1.0 - 2023-03-27

Added

  • setup2upypackage module

  • Examples and documentation

  • Unittest files

Changed

  • Several updates on setup and config files different than the template repo

Removed