Skip to content
This repository was archived by the owner on Apr 20, 2019. It is now read-only.

Latest commit

 

History

History
52 lines (31 loc) · 1.8 KB

File metadata and controls

52 lines (31 loc) · 1.8 KB

Changelog

All notable changes to Queso are documented here.

The format of this document is based on Keep a Changelog.

Versioning policy

Queso adheres to Semantic Versioning.

v0.2.1 - 2019-04-20

Queso is now unmaintained. Please use Bocadillo CLI instead.

v0.2.0 - 2019-02-18

Changed

  • Project renamed to Queso.
  • Custom commands environment variable renamed to QUESO_COMMANDS.

v0.1.1 - 2019-01-26

Fixes to the documentation site and project's README. No functional changes.

v0.1.0 - 2019-01-25

This release focuses on reimplementing the behavior of the CLI built into the bocadillo package as of v0.10.1, with some additions and slight changes.

Added

  • version command, also accessible using -v, -V and --version flags.
  • init:custom command.
  • Programmatic usage using the call_command() helper.
  • Documentation site.

Changed

Relative to Bocadillo v0.10.1:

  • Custom commands:
    • It is not mendatory anymore to declare a click.Group in the custom commands file. All click.Command objects declared in the file are mounted onto queso. This includes commands declared with @click.command(), groups declared with @click.group() and any other instance of a subclass of click.Command.
    • BREAKING: The environment variable changed from BOCA_CUSTOM_COMMANDS_FILE to BOCA_CUSTOM_COMMANDS.

v0.0.1 - 2019-01-20

Initial release to PyPI.