Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.2.3] - 2023-01-26

Changed

  • The value of local variables is now not printed when error occurs. (#24)

[0.2.2] - 2022-12-22

Changed

  • pyodide --help will now group subcommands by their package name. (#19)

[0.2.1] - 2022-12-20

Added

  • Define pyodide_cli.app.typer_click_object when pyodide_cli is imported from within sphinx, to allow auto-generate CLI documentation with sphinx-click (#17)

[0.2.0] - 2022-09-04

Added

  • When registering commands, you can pass extra arguments to the typer's app.command method, by setting CLI entry point function attribute typer_kwargs to the corresponding kwargs dict. (#2)

Changed

  • Fix entry point registration for callable functions (#4)

[0.1.0] - 2022-09-02

Initial release