Skip to content

Latest commit

 

History

History
99 lines (50 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

99 lines (50 loc) · 2.95 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.10.7 (2024-02-13)

1.10.6 (2023-09-21)

1.10.5 (2023-07-23)

1.10.4 (2023-07-23)

Features

  • Support for external service workers

1.10.3 (2023-07-23)

Bug fixes

  • Fixed input patch code for Safari bug

1.10.2 (2023-07-23)

Bug fixes

  • Fixed an issue where Webpack would not resolve the service worker URL correctly

1.10.1 (2023-07-22)

Features

  • Update Pyodide to 0.23.3

1.10.0 (2023-07-22)

Features

  • Patch default stdin behaviour (#212)

1.9.0 (2023-07-04)

Features

  • Update Pyodide to 0.23.3 (#202)

1.8.5 (2023-02-10)

Bug fixes

  • Fix runPython is causing an infinite loop (#92)

1.8.0 (2023-01-10)

Features

  • Added interactive console (#61)

1.7.0 (2023-01-08)

Features

  • Update Pyodide to 0.22.0

1.5.0 (2022-12-31)

Features

  • Added file system support (#36)

1.4.0 (2022-12-30)

Bug fixes

  • Removed sourcemap from build (#51)

1.3.0 (2022-12-10)

Features

  • Added support for packages

1.1.0 (2022-11-27)

Features

  • Implemented web workers

1.0.4 (2022-08-08)

Bug fixes

  • Fix stdout is not returned when output does not end with newline (#1)

0.0.1 (2022-08-07)

Features

  • Removed the need to manually import Pyodide CDN