Releases: amol-/dukpy
Releases · amol-/dukpy
Version 0.4.0
What's Changed
- Build wheels for linux-aarch64 by @dknowles2 in https://github.com/amol-/dukpy/pull/77
- fix: prevent crash with unicode emoji (e.g. 🏠) by @robinvandernoord in https://github.com/amol-/dukpy/pull/78
- Switched to CESU-8 for encoding by @amol- in https://github.com/amol-/dukpy/pull/79
New Contributors
- @dknowles2 made their first contribution in https://github.com/amol-/dukpy/pull/77
- @robinvandernoord made their first contribution in https://github.com/amol-/dukpy/pull/78
Full Changelog: 0.3.1...0.4.0
Version 0.3.1
What's Changed
- Python 3.12 officially supported
- Emit the function name when Python callback fails by @pandasauce in https://github.com/amol-/dukpy/pull/72
New Contributors
- @pandasauce made their first contribution in https://github.com/amol-/dukpy/pull/72
Full Changelog: 0.3.0...0.3.1
Version 0.3.0
- Upgrade to duktape engine 2.7.0
- Support for installing nodejs modules where the root distribution directory is not named
package
. - Better error message when a Python function is not found
- GitHub Actions based release workflow, wheels are now automatically generated for more versions.
Wheels for Apple Silicon (M1) are now provided. - Support for Python 2.7, 3.5 and 3.6 is deprecated. DukPy might still work, but it's untested.
wheels-test
Test release to verify wheels building and uploading
Version 0.2.3
- Support for Python 3.8
- Testuite now based on pytest instead of nose
- Deprecated support for Python 2.6 and 3.4
- Updated included babel version to 6.26.0
Version 0.2.2
- Fix a memory leak in
dukpy.evaljs
Version 0.2.1
- State compatibility with Python 3.7
- Provide wheels for Python 3.7
- Fix building wheel from source distribution
Version 0.2.0
- Support for Windows
- Fixed issue with parsing of babeljs javascript code on non utf-8 systems.
Version 0.1.0
ChangeLog
- Fixed
jscore
nodejs compatibility layer distribution in pypi package - Added testing on Python 3.6
Version 0.0.6
ChangeLog
- Support for
umd
inBABEL_MODULES_LOADER
option - filename is now provided to babel so that generated modules are not anonymous