- pin
jedi
toblack
versions
- add
options
toformat
method - replace deprecated
pyodide.isProxy
withinstanceof pyodide.ffi.PyProxy
- import
PyProxy
frompyodide/ffi
instead ofpyodide
- update
pyodide
to0.23.2
- update
pyodide
to0.23.0
- export all types
- fix
husky
issue by makingpre-commit
script executable - make context-aware js functions available in python environment
- implement
interrupt
method withinterruptBuffer
(SharedArrayBuffer
)
- remove
immer
from dependencies - add separate types for all callbacks
- add
removeCallback
andaddCallback
utility functions - replace
immer
withremoveCallback
andaddCallback
utility functions
- create a separate field in config for
loadPyodide
options - fully pass
config.loadPyodideOptions
toloadPyodide
- add cjs version of the bundle
- add file references for unpkg/jsdelivr/module/main
- rename bundle prefix (to x-python)
🎉 First release