Skip to content

Releases: amol-/dukpy

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

Version 0.0.5

16 Sep 23:27
Compare
Choose a tag to compare

ChangeLog

  • Experimental Support for LESSC through CompileLess webassets filter
  • Support for console.warn, console.error and console.info
  • WebAssets filter for JSX
  • Support for scoped packages installation in dukpy-install
  • New dukpy command now provides a quick way to run scripts from command line
  • Babel upgraded to 6.14
  • BabelJS webassets filter now has support for BABEL_MODULES_LOADER option to point if CommonJS or SystemJS should be used for modules management in transpiled JS

Version 0.0.4

21 Jun 09:20
Compare
Choose a tag to compare

ChangeLog

  • Fix JavaScript files inclusion in distribution

Version 0.0.3

24 Apr 21:55
Compare
Choose a tag to compare

ChangeLog

  • New persistent JSInterpreter object to avoid setup cost when reusing it
  • Allow calling Python from JS through call_python  function
  • Allow using evaljs on file objects to run them
  • Javascript exceptions now provide stactrace
  • Support for require() to load modules in Javascript
  • Built-in JSX transpiler
  • Working react 0.14.8 support
  • Support for installing npmjs packages
  • Fix memory leak