1 HeadJS 6.x-1.5, 2011-05-22
2 --------------------------
3 - Improved Drupal.settings handling
4 - Compatibility fixes [#1132474]
5 - Fixed version detection (broken in 0.96)
6 - Updated install hooks to recommend version 0.96 of head.js
8 HeadJS 6.x-1.4, 2011-05-16
9 --------------------------------
10 - Fixed warnings when library not present [#1158484]
11 - Avoid duplicate messages when library not present [#1158484]
12 - Rewrote most of the module's code
13 - Improved AdvAgg integration [#1130216]
14 - Improved CDN integration
15 - Moved admin functions to separate include (totally minor performance tweak)
16 - Check for maintenance mode & don't do anything if true
17 - Script is less aggressive with replacements
18 - Fixed rare WSOD when using document.write [#1150990]
19 - Fixed rare Krumo conflict [#1147818]
20 - Fixed issue with CiviCRM [#1142742]
21 - Confirmed Google Analytics module compatibility
23 HeadJS 6.x-1.3, 2011-04-26
24 --------------------------
25 - Better handling of inline scripts (header, content & closure)
27 - Added option to embed script inline instead of including
28 - Added option to detect & replace scripts in content
29 - Cleaned up code & lots of small improvements
30 - Added warning when using Javascript Aggregator
31 - Tweaked settings page
32 - Experimental integration with "Do" module
33 - Filename refactor (head.path.inc to head.inc)
34 - Moved some auxiliary methods to head.inc
36 HeadJS 6.x-1.2, 2011-04-19
37 --------------------------
38 - Fixed critical bug [#1132598] related to deferred scripts
39 - Removed t() from menu item titles & descriptions
40 - Brought back hook_help() with useful information
41 - Fixed a bug where HeadJS will process javascript even if the library is not present
42 - Improved texts and descriptions
43 - Added extra menu item to improve the UI on admin/settings page
45 HeadJS 6.x-1.1, 2011-04-19
46 --------------------------
47 - Allowed flexibility in library path [#1131414]
48 - Included example makefile for drush make
49 - Improved settings storage
50 - Improved setings page UI
51 - Removed old $Id$ svn tags
53 HeadJS 6.x-1.0, 2011-04-18
54 ---------------------------
55 - No need for jquery_update patch! Horray!
56 - Removed hook_help() not applicable anymore
57 - Tested and plays nice with LOTS of contrib modules
58 - Removed warnings for javascript_aggregator
59 - Most parts of the code were rewritten, much leander and more efficient
60 - Added option to enable/disable overriding scripts added in header/closure
62 HeadJS 6.x-1.0-rc2, 2011-04-18
63 ------------------------------
64 - Plays nicely with javascript_aggregator
66 - Implemented headjs_version() for integration with other modules
67 - Implemented hook_requirements() to detect head.js library version
68 - Integration with Libraries API
69 - Displays warnings on hook_enable() if head.js library is not present
70 - Implemented hook_help()
72 HeadJS 6.x-1.0-rc, 2011-04-17
73 -----------------------------
75 - Working from head.js 0.9
76 - Included patch for jquery_update
77 - Fixed a couple issues
79 HeadJS 6.x-1.0-beta1, 2010-12-08
80 --------------------------------
81 - Initial beta release for Drupal 6
82 - Working with head.js 0.2
83 - Tested with the following contrib modules:
86 * Javascript Aggregator