+ Allow turning off RestrictedPython module compilation if you know you are running trusted code + Move tox.ini to pyproject.toml + Expand pylint configuration in pyproject.toml + 100% Test Coverage
1.2.0
+ jsonschema dependancy + Draft-7 JSON Schema implementation for commands.json files + fully move from setup.py to setup.cfg + Fixed the stupid 'feature' where "include_package_data = True" in setuptools IGNORES THE PACKAGE DATA EXPLICITLY PROVIDED
1.1.2
+ Switch from string paths and os.path to pathlib
1.1.1
+ Fixes a possible issue with the end of a multi-line single-quote dosctring not being detected
1.1.0
+ Docstrings are no longer ignored + Allows comments below command function's definition
1.0.1
+ code syntax for README.md + pypi auto-release workflow