Releases: denosaurs/deno_python
Releases · denosaurs/deno_python
0.4.6
What's Changed
- fix: segfault, where a python callback fields would be GCed by JS while by @sigmaSd in #85
 - feat: Allow js functions as python callbacks by @sigmaSd in #84
 - chore: Release 0.4.6 by @eliassjogreen in #86
 
Full Changelog: 0.4.5...0.4.6
0.4.5
What's Changed
- fix: Use JSR dependencies for 
ext/pipby @eliassjogreen in #82 - feat: set python exception if an error happens in a js callback by @sigmaSd in #83
 
Full Changelog: 0.4.4...0.4.5
0.4.4
What's Changed
- fix pyMethodDef layout by @sigmaSd in #65
 - fix: ci by @sigmaSd in #69
 - fix: add signature to callbacks by @sigmaSd in #67
 - feat: add instanceMethod by @sigmaSd in #68
 - feat: support python 3.13 by @sigmaSd in #77
 - Update ffi.ts by @jpg-gamepad in #71
 - fix lints and tests by @sigmaSd in #80
 - fix: Linting, documentation, JSR, CI, etc. by @eliassjogreen in #81
 
New Contributors
- @jpg-gamepad made their first contribution in #71
 
Full Changelog: 0.4.3...0.4.4
0.4.3 - Fix use-after-free issue
What's Changed
Full Changelog: 0.4.2...0.4.3
0.4.2
0.4.1 - 🐍 Python 3.12 support!
0.4.0 - 🥟 Bun support!
What's Changed
- chore: fix typo in readme by @felipecrs in #46
 - feat: add bun support by @DjDeveloperr in #47
 
New Contributors
- @felipecrs made their first contribution in #46
 
Full Changelog: 0.3.2...0.4.0
0.3.2 - Fix types
0.3.1 - PIP Support!
What's Changed
- feat(ext/pip): pip install and import by @eliassjogreen in #43
 
Full Changelog: 0.3.0...0.3.1