- Support added for python3.11. Dropped support for django32.
- Support added for Django 4.2
- Django 1.10 compatibility (@thijstriemstra).
- Fixing
require_module
templatetag for Django 1.9 (@jordiecometrica, @shelldweller).
- Fixing deprecation warnings for Django 1.9 (@thijstriemstra, @MiguelSR).
- Updating requirejs to 2.1.22 (@thijstriemstra).
- Updating r.js to 2.1.22 (@thijstriemstra).
- Updating requirejs to 2.1.18.
- Updating r.js to 2.1.18.
- Updating almond to 0.3.1 (@thijstriemstra).
- Fixed error running collect static with
OptimizedCachedStaticFilesStorage
on windows (@dwatkinsweb).
- Added in
OptimizedManifestStaticFilesStorage
. - Updating requirejs to 2.1.16.
- Updating r.js to 2.1.16.
- Updating almond to 0.3.0
- Updating closure compiler to v20150126.
- Updating rhino to 1.7R5.
- Increasing stack size of Rhino environment.
- Updating requirejs to 2.1.11.
- Updating r.js to 2.1.11.
- Updating almond to 0.2.9
- Updating closure compiler.
- Updating requirejs to 2.1.9
- Updating r.js to 2.1.9
- Updating almond to 0.2.6
- Updating closure compiler.
- Restructures tests to work with Django 1.6.
- Updating requirejs to 2.1.8
- Updating r.js to 2.1.8
- Updating closure compiler.
- Added ability to specify custom compiler environments, either by class name or alias.
- Added default 'auto' environment alias, which uses 'node' if available, else 'rhino'.
- Updating requirejs to 2.1.5
- Updating closure compiler.
- Not adding build profiles to REQUIRE_EXCLUDE during compilation, to speed up redeploys to remote filesystems.
- Updating requirejs to 2.1.4
- Updating almond to 0.2.5
- Updating closure compiler to r2388
- Updating rhino to 1.7R4.
- Support for running the optimizer using node (much faster).
- Updating to RequireJS 2.1.2 and almond 0.2.1
- Better error message when no STATICFILES_DIRS are defined.
- First production release.