Releases: amol-/dukpy
Releases · amol-/dukpy
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
Version 0.0.5
ChangeLog
- Experimental Support for LESSC through
CompileLess
webassets filter - Support for
console.warn
,console.error
andconsole.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 forBABEL_MODULES_LOADER
option to point if CommonJS or SystemJS should be used for modules management in transpiled JS
Version 0.0.4
ChangeLog
- Fix JavaScript files inclusion in distribution
Version 0.0.3
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