All notable changes to this project are documented here. The format of this document is based on Keep a Changelog. This project adheres to Semantic Versioning.
Support for Bocadillo 0.17.
- Ask for confirmation if files to be generated already exist.
- Send default answers to prompts using the
--no-input
flag.
- Providers are now configured using the
PROVIDER_MODULES
setting. - Improved styling of CLI messages.
v0.2.2 - 2019-05-12
- An encoding issue prevented from running the
create
command on Windows. This has been fixed. (@EricE)
v0.2.1 - 2019-04-21
- Allow to initialise a project in the current directory.
- Do not overwrite files when generating a project.
v0.2.0 - 2019-04-18
- The generated
app.py
module now explicitly sets up provider discovery.
- Previously, running
bocadillo create my-package
would result in creating a Python package namedmy-package
, which is not a valid Python identifier. This has been fixed: the package would now be namedmy_package
.
v0.1.1 - 2019-04-17
bocadillo create
could not run because project templates were not included when installing Bocadillo CLI. This has been fixed!
v0.1.0 - 2019-04-17
Features:
- Create a package:
bocadillo create
. - Show CLI and Bocadillo versions:
--version / -V
.
Meta:
- Setup project and package.
- Changelog.
- License.