Releases: girardinsamuel/cookiecutter-masonite-package
Releases · girardinsamuel/cookiecutter-masonite-package
v3.0
v2.2
- Bump dependencies
- Switch from pyup to dependabot
v2.1
- Remove optional dependencies causing issues when running default unit tests
v2.0
- Upgrade to Masonite 3
- Minor testing dependencies upgrades
v1.6
- Upgrade packaged project to use Masonite
2.3.19
- Upgrade pytest and flake8 for testing this repository
v1.5
- Add unit tests for checking generation and also (linting and testing inside generated project)
- Pin all requirements for PyUp
v1.4
- Add missing
Masonite
in front of package name in multiple files - Fix some typos in generated package README
v1.3
- Fix coveralls setup for pytest coverage
- Add better documentation for developing the package. (coverage setup, publishing)
- Add link to official Masonite Github template
v1.2
- Drop support for Python 3.5 as it not maintained anymore
v1.1
- Improve documentation
- Add better badges for the packages
- Add info on coverage and publishing setup