Skip to content

Releases: amol-/dukpy

Version 0.4.0

06 Jun 20:56
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix a memory leak in dukpy.evaljs

Version 0.2.1

30 Aug 09:15
Compare
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
Compare
Choose a tag to compare
  • Support for Windows
  • Fixed issue with parsing of babeljs javascript code on non utf-8 systems.

Version 0.1.0

15 Mar 09:19
Compare
Choose a tag to compare

ChangeLog

  • Fixed jscore nodejs compatibility layer distribution in pypi package
  • Added testing on Python 3.6

Version 0.0.6

25 Sep 08:40
Compare
Choose a tag to compare

ChangeLog

  • Support for umd in BABEL_MODULES_LOADER option
  • filename is now provided to babel so that generated modules are not anonymous