Changelog¶
Current¶
- Nothing yet
0.8.1 (2013-10-19)¶
- Fixed management command with Django < 1.5 (fix issue #23 thanks to Wasil Sergejczyk)
- Fixed Django CMS handling (fix issue #25 thanks to Wasil Sergejczyk)
- Cache Django.js views and added
settings.JS_CACHE_DURATION - Allow customizable Django.js initialization
- Allow manual reload of context and URLs
- Published Django.js on bower (thanks to Wasil Sergejczyk for the initial bower.json file)
- Do not automatically translate languages name in context
0.8.0 (2013-07-14)¶
- Allow features to be disabled with:
settings.JS_URLS_ENABLEDsettings.JS_USER_ENABLEDsettings.JS_CONTEXT_ENABLED
Added context black and white lists (
settings.JS_CONTEXTandsettings.JS_CONTEXT_EXCLUDE)Allow context serialization customization by inheritance with
settings.JS_CONTEXT_PROCESSORDo not fail on import when parsing URLs (Fix issue #7 thanks to Wasil Sergejczyk)
Treat starred non-capturing groups and starred characters as optionnals (Fix issue #22)
Upgraded to jQuery 2.0.3 (and added 1.10.2)
Upgraded to QUnit 1.12.0
Added
jsmanagement command.Extracted URLs handling and context handling into their own modules
First contrib module:
social_auth(thanks to Olivier Cortès)
0.7.5 (2013-06-01)¶
- Handle Django 1.5+ custom user model
- Upgraded to jQuery 2.0.2 and jQuery Migrate 1.2.1
0.7.4 (2013-05-11)¶
- Preserve declaration order in StorageGlobber.glob() (Fix issue #17)
- Fixes on localization on handling
0.7.3 (2013-04-30)¶
- Upgraded to jQuery 2.0.0
- Package both minified and unminified versions.
- Load minified versions (Django.js, jQuery and jQuery Migrate) when DEBUG=False
0.7.1 (2013-04-25)¶
- Optionnaly include jQuery with
{% django_js_init %}.
0.7.0 (2013-04-25)¶
- Added RequireJS/AMD helpers and documentation
- Added Django Pipeline integration helpers and documentation
- Support unnamed URLs resolution.
- Support custom content types to be passed into the js/javascript script tag (thanks to Travis Jensen)
- Added
coffeeandcoffescripttemplate tags - Python 3 compatibility
0.6.5 (2013-03-13)¶
- Make JsonView reusable
- Unescape regex characters in URLs
- Fix handling of 0 as parameter for Javasript reverse URLs
0.6.4 (2013-03-10)¶
- Support namespaces without app_name set.
0.6.3 (2013-03-08)¶
- Fix CSRF misspelling (thanks to Andy Freeland)
- Added some client side CSRF helpers (thanks to Andy Freeland)
- Upgrade to jQuery 1.9.1 and jQuery Migrate 1.1.1
- Do not clutter url parameters in
js,javascriptandjs_libtemplate tags.
0.6.2 (2013-02-18)¶
- Compatible with Django 1.5
0.6.1 (2013-02-11)¶
- Added
staticmethod (even if it’s a unused reserved keyword)
0.6 (2013-02-09)¶
- Added basic user attributes access
- Added permissions support
- Added
booleanscontext processor - Added jQuery 1.9.0 and jQuery Migrate 1.0.0
- Upgraded QUnit to 1.11.0
- Added QUnit theme support
- Allow to specify jQuery version (1.8.3 and 1.9.0 are bundled)
0.5 (2012-12-17)¶
Added namespaced URLs support
Upgraded to Jasmine 1.3.1
- Refactor testing tools:
- Rename
test/jsintojs/testand reorganize test resources - Renamed
runner_url*intourl*onJsTestCase - Handle
url_argsandurl_kwargsonJsTestCase - Renamed
JasmineMixinintoJasmineSuite - Renamed
QUnitMixinintoQUnitSuite - Extracted runners initialization into includable templates
- Rename
Added
JsFileTestCaseto run tests from a static html file without live serverAdded
JsTemplateTestCaseto run tests from a rendered template file without live server- Added some settings to filter scope:
- Serialized named URLs whitelist:
settings.JS_URLS - Serialized named URLs blacklist:
settings.JS_URLS_EXCLUDE - Serialized namespaces whitelist:
settings.JS_URLS_NAMESPACES - Serialized namespaces blacklist:
settings.JS_URLS_NAMESPACES_EXCLUDE - Serialized translations whitelist:
settings.JS_I18N_APPS - Serialized translations blacklist:
settings.JS_I18N_APPS_EXCLUDE
- Serialized named URLs whitelist:
Expose PhantomJS timeout with
PhantomJsRunner.timeoutattribute
0.4 (2012-12-04)¶
Upgraded to jQuery 1.8.3
Upgraded to Jasmine 1.3.0
Synchronous URLs and context fetch.
Use
django.utils.termcolors- Class based javascript testing tools:
- Factorize
JsTestCasecommon behaviour - Removed
JsTestCase.run_jasmine()and addedJasmineMixin - Removed
JsTestCase.run_qunit()and addedQUnitMixin - Extract
TapParserintodjangojs.tap
- Factorize
Only one Django.js test suite
Each framework is tested against its own test suite
Make jQuery support optionnal into
JsTestCaseImproved JsTestCase output
Drop Python 2.6 support
Added API documentation
0.3.2 (2012-11-10)¶
- Optionnal support for Django Absolute
0.3.1 (2012-11-03)¶
- Added JsTestView.django_js to optionnaly include django.js
- Added js_init block to runners to templates.
0.3 (2012-11-02)¶
- Improved
readyevent handling - Removed runners from
urls.py - Added documentation
- Added
ContextJsonViewandDjango.contextfetched from json. - Improved error handling
- Added
DjangoJsErrorcustom error type
0.2 (2012-10-23)¶
- Refactor template tag initialization
- Provides Jasmine and QUnit test views with test discovery (globbing)
- Provides Jasmine and QUnit test cases
- Added
Django.file() - Added
{% javascript %},{% js %}and{% css %}template tags
0.1.3 (2012-10-02)¶
- First public release
- Provides django.js with
url()method and constants - Provides
{% verbatim %}template tag - Patch
jQuery.ajax()to handle CSRF tokens - Loads the django javascript catalog for all apps supporting it
- Loads the django javascript i18n/l10n tools in the page