v0.1.0-beta (2018-11-25)
New
-
Bump version: 0.1.0-alpha → 0.1.0-beta. [Harsha Narayana]
-
Feat: add release version and change log support. [Harsha Narayana]
As part of this commit, following changes are implemented.
- Release version management via
bumpversion
- Change log management via
gitchangelog
- Documentation support for the rendered sanic application
- Makefile support and additional unit tests for sanic app generation
- Release version management via
-
Feat: enable multiple run modes in sanic. [Harsha Narayana]
This commit provides a mechanism to pick multiuple run modes for running
you sanic application. Based on the selection done by the user, the
right setup will be generated.As part of this commit, necessary features required to unit test your
application will be generated automatically.It also adds a few sample usecase example to show you how to employ the
pytest-sanic
framework to test your code. -
Feat: enable travis integration. [Harsha Narayana]
As part of this commit, the following changes will be included.
- Unit Test support via
pytest-cookie
tox
env enhancements- Travis integration enhancemnt to support multiple tox versions
- Unit Test support via
-
Feat: add semaphoreci build badge. [Harsha Narayana]
-
Feat: add github template support for PR and Issues. [Harsha Narayana]
As part of this commit, the following changes will be enabled
- Github Templates
- Test Utility to generate sanic app during development
- Fix Travis Integration issues
-
Feat: enable cookiecutter template support for sanic. [Harsha Narayana]
As part of this commit the following changes will be enabled.
- Basic Sanic App template generation
- Conditional Docker Support with Gunicorn Run mode
- Unit Test setup using
tox
- Sample health APIs via
sanic blueprints
- Conditional requirements file
docker
support viaDockerfile
anddocker-compose
-
Initial commit. [Harsha Narayana]