All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.11.2 (2024-08-05)
1.11.1 (2024-08-05)
- Encode prompt when sending to the sw (#346)
1.11.0 (2024-08-05)
- Added
autoImportPackages
prop to automatically import packages in a code chunk
1.10.7 (2024-02-13)
1.10.6 (2023-09-21)
1.10.5 (2023-07-23)
1.10.4 (2023-07-23)
- Support for external service workers
1.10.3 (2023-07-23)
- Fixed input patch code for Safari bug
1.10.2 (2023-07-23)
- Fixed an issue where Webpack would not resolve the service worker URL correctly
1.10.1 (2023-07-22)
- Update Pyodide to 0.23.3
1.10.0 (2023-07-22)
- Patch default stdin behaviour (#212)
1.9.0 (2023-07-04)
- Update Pyodide to 0.23.3 (#202)
1.8.5 (2023-02-10)
- Fix runPython is causing an infinite loop (#92)
1.8.0 (2023-01-10)
- Added interactive console (#61)
1.7.0 (2023-01-08)
- Update Pyodide to 0.22.0
1.5.0 (2022-12-31)
- Added file system support (#36)
1.4.0 (2022-12-30)
- Removed sourcemap from build (#51)
1.3.0 (2022-12-10)
- Added support for packages
1.1.0 (2022-11-27)
- Implemented web workers
1.0.4 (2022-08-08)
- Fix stdout is not returned when output does not end with newline (#1)
0.0.1 (2022-08-07)
- Removed the need to manually import Pyodide CDN