Releases: Cubicpath/dyncommands
Releases · Cubicpath/dyncommands
v1.3.0 Unrestricted Mode
https://pypi.org/project/dyncommands/1.3.0/
- 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
v1.2.0 JSON Schema validators
https://pypi.org/project/dyncommands/1.2.0/
- jsonschema dependancy
- Draft-7 JSON Schema implementation for commands.json files
- fully move from setup.py to setup.cfg
- Fixed include_package_data in setup.cfg
v1.1.2 Pathlib
https://pypi.org/project/dyncommands/1.1.2/
- Switch from string paths and os.path to pathlib
v1.1.1
https://pypi.org/project/dyncommands/1.1.1/
- Fixes a possible issue with the end of a multi-line single-quote dosctring not being detected
v1.1.0 Docstring in command modules
https://pypi.org/project/dyncommands/1.1.0/
- Docstrings are no longer ignored
- Allows comments below command function's definition
v1.0.1 PyPI auto-release
https://pypi.org/project/dyncommands/1.0.1/
- code syntax for README.md
- pypi auto-release workflow