Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

69 lines (40 loc) · 1.26 KB

0.0.10

Dec 13, 2023
  • pin jedi to black versions

0.0.9

May 22, 2023
  • add options to format method
  • replace deprecated pyodide.isProxy with instanceof pyodide.ffi.PyProxy
  • import PyProxy from pyodide/ffi instead of pyodide
  • update pyodide to 0.23.2

0.0.8

Apr 9, 2023
  • update pyodide to 0.23.0

0.0.7

Apr 9, 2023
  • export all types

0.0.6

Jan 4, 2023
  • fix husky issue by making pre-commit script executable
  • make context-aware js functions available in python environment
  • implement interrupt method with interruptBuffer (SharedArrayBuffer)

0.0.5

Dec 28, 2022
  • remove immer from dependencies
  • add separate types for all callbacks
  • add removeCallback and addCallback utility functions
  • replace immer with removeCallback and addCallback utility functions

0.0.4

Dec 28, 2022
  • create a separate field in config for loadPyodide options
  • fully pass config.loadPyodideOptions to loadPyodide

0.0.3

Dec 28, 2022
  • add cjs version of the bundle

0.0.2

Dec 28, 2022
  • add file references for unpkg/jsdelivr/module/main
  • rename bundle prefix (to x-python)

0.0.1

Dec 28, 2022

🎉 First release