Skip to content

Releases: girardinsamuel/cookiecutter-masonite-package

v3.0

30 Oct 13:56
850e11b
Compare
Choose a tag to compare

New release for creating packages for Masonite 4.

v2.2

29 Apr 20:23
8e7a95a
Compare
Choose a tag to compare
  • Bump dependencies
  • Switch from pyup to dependabot

v2.1

03 Feb 21:33
Compare
Choose a tag to compare
  • Remove optional dependencies causing issues when running default unit tests

v2.0

03 Feb 19:26
22d793e
Compare
Choose a tag to compare
  • Upgrade to Masonite 3
  • Minor testing dependencies upgrades

v1.6

24 Oct 14:30
3a64503
Compare
Choose a tag to compare
  • Upgrade packaged project to use Masonite 2.3.19
  • Upgrade pytest and flake8 for testing this repository

v1.5

27 Sep 10:04
4c0b8bf
Compare
Choose a tag to compare
  • Add unit tests for checking generation and also (linting and testing inside generated project)
  • Pin all requirements for PyUp

v1.4

26 Sep 23:44
Compare
Choose a tag to compare
  • Add missing Masonite in front of package name in multiple files
  • Fix some typos in generated package README

v1.3

26 Sep 14:34
Compare
Choose a tag to compare
  • 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

26 Sep 12:43
Compare
Choose a tag to compare
  • Drop support for Python 3.5 as it not maintained anymore

v1.1

26 Sep 12:38
Compare
Choose a tag to compare
  • Improve documentation
  • Add better badges for the packages
  • Add info on coverage and publishing setup