Skip to content

Releases: amol-/dukpy

Version 0.5.1

06 Feb 23:54
e5b5c96

Choose a tag to compare

What's Changed

  • Support Python 3.13
  • Support Python 3.14

Full Changelog: 0.5.0...0.5.1

Version 0.5.0

07 Nov 19:10
8de6f50

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

Version 0.4.0

06 Jun 20:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0

Version 0.3.1

15 Feb 19:54
c711f74

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1

Version 0.3.0

05 Dec 22:46

Choose a tag to compare

  • 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

02 Jun 16:13

Choose a tag to compare

wheels-test Pre-release
Pre-release

Test release to verify wheels building and uploading

Version 0.2.3

09 Jun 22:13

Choose a tag to compare

  • 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

07 Sep 16:09

Choose a tag to compare

  • Fix a memory leak in dukpy.evaljs

Version 0.2.1

30 Aug 09:15

Choose a tag to compare

  • State compatibility with Python 3.7
  • Provide wheels for Python 3.7
  • Fix building wheel from source distribution

Version 0.2.0

18 Apr 21:13

Choose a tag to compare

  • Support for Windows
  • Fixed issue with parsing of babeljs javascript code on non utf-8 systems.