Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Latest commit

 

History

History
68 lines (40 loc) · 2 KB

CHANGELOG.md

File metadata and controls

68 lines (40 loc) · 2 KB

Changelog

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.

Added

  • Ask for confirmation if files to be generated already exist.
  • Send default answers to prompts using the --no-input flag.

Changed

  • Providers are now configured using the PROVIDER_MODULES setting.
  • Improved styling of CLI messages.

v0.2.2 - 2019-05-12

Fixed

  • An encoding issue prevented from running the create command on Windows. This has been fixed. (@EricE)

v0.2.1 - 2019-04-21

Fixed

  • Allow to initialise a project in the current directory.
  • Do not overwrite files when generating a project.

v0.2.0 - 2019-04-18

Added

  • The generated app.py module now explicitly sets up provider discovery.

Fixed

  • Previously, running bocadillo create my-package would result in creating a Python package named my-package, which is not a valid Python identifier. This has been fixed: the package would now be named my_package.

v0.1.1 - 2019-04-17

Fixed

  • 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

Added

Features:

  • Create a package: bocadillo create.
  • Show CLI and Bocadillo versions: --version / -V.

Meta:

  • Setup project and package.
  • Changelog.
  • License.