Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

51 lines (30 loc) · 1.43 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

Added

  • Add configuration for pyodide pack loaded from the [tool.pyodide_pack] section of a pyproject.toml files #35

  • Add pyidide minify command to minify the Python packages with AST rewrites by, removing comments and docstrings #23

  • Add support for stdlib bundling in pyodide pack #27

  • Add support for packages installed via micropip in pyodide pack #31

Fixed

  • Fix a syntax error when stripping docstrings from a function with an empty body #35

Changed

  • Added support for Pyodide 0.24.0. This is now the minimal supported version of Pyodide. #26

Fixed

  • Fix a syntax error when stripping docstrings from a function with an empty body #35

[0.2.0] - 2022-09-04

Changed

  • the CLI API was changed to pyodide pack

[0.1.0] - 2022-09-02

Initial release