Skip to content

Releases: Dmitri-Sintsov/django-deno

v0.1.4

22 Apr 12:28
Compare
Choose a tag to compare

Updated setup.py / setup.cfg for newer versions of setuptools.

Tested with deno 1.32.4 / Django 4.2.

Bugfix

11 Jun 12:06
Compare
Choose a tag to compare

Python 3.10 compatibility.

Freeze deno version to 1.21.3 for (drollup) compatibility.

Bugfix release

23 Mar 20:43
Compare
Choose a tag to compare

Static code analysis fixes

More reliable SourceFile.should_rollup()

Windows fixes

Initial release

15 Mar 10:31
Compare
Choose a tag to compare

Deno front-end integration for Django, version 0.1.0.

The Deno web service supports rollup.js bundle (drollup) generation to automatically provide es6 modules bundles for Django projects, including scripts from Django packages static files.

That enables generation of minified terser bundles and / or systemjs bundles, the later ones are compatible to IE11.

Note that currently it supports only es6 modules, not the full transpiling of es5 to es6, so it assumes that the developing code has es6 imports / exports but the rest of code is written with es5 syntax.