headjs 7.x-1.4

Bug fixes
  • Fixed error when uninstalling #1175898: uninstall problem
  • Refactored Drupal.settings inclusion
  • Refactored footer inline scripts inclusion
  • Added defer flag to inline scripts (experimental)
  • headjs 7.x-1.3

    Bug fixes
  • Better handling of script scope
  • Better handling of inline footer scripts
  • Fixed #1171502: Incompatibility with piwik plugin
  • headjs 6.x-2.0-beta1

    New features
    Bug fixes
  • Added a dependency on advagg
  • Completely rewritten with advagg integration
  • About a million times more stable
  • headjs 6.x-2.x-dev

    New features
    Bug fixes
  • Added a dependency on advagg
  • Completely rewritten with advagg integration
  • About a million times more stable
  • headjs 6.x-1.5

    New features
    Bug fixes
  • Improved Drupal.settings handling
  • Compatibility fixes #1132474: fails ocasionaly (not only) on admin pages
  • Fixed version detection (broken in 0.96)
  • Updated install hooks to recommend version 0.96 of head.js
  • headjs 7.x-1.0

    New features
  • initial release for Drupal 7
  • branched off from 6.x-1.3
  • removed obsolete settings & rewrote core functionality to use Drupal 7's API
  • a million times more stable because of hook_js_alter()
  • headjs 6.x-1.3

    New features
    Bug fixes
  • Better handling of inline scripts (header, content & closure)
  • Fixed #1137064: jQuery is not defined
  • Added option to embed script inline instead of including
  • Added option to detect & replace scripts in content
  • Cleaned up code & lots of small improvements
  • Added warning when using Javascript Aggregator
  • Tweaked settings page
  • headjs 6.x-1.3-beta2

    Bug fixes
  • Better handling of inline scripts (header, content & closure)
  • Added option to embed script inline instead of including
  • Cleaned up code & lots of small improvements
  • headjs 6.x-1.3-beta1

    New features
    Bug fixes
  • Added option to embed script inline instead of including
  • Added option to detect & replace scripts in content
  • Cleaned up code & lots of small improvements
  • Added warning when using Javascript Aggregator
  • Tweaked settings page
  • Experimental integration with "Do" module
  • Filename refactor (head.path.inc to head.inc)
  • Moved some auxiliary methods to head.inc
  • headjs 6.x-1.2

    Bug fixes
  • Fixed critical bug #1132598: scripts with defer attribute are not getting processed related to deferred scripts
  • Removed t() from menu item titles & descriptions
  • Brought back hook_help() with useful information
  • Fixed a bug where HeadJS will process javascript even if the library is not present
  • Improved texts and descriptions
  • headjs 6.x-1.1

    New features

    - Allowed flexibility in library path #1131414: can't use drush make to download headjs library
    - Included example makefile for drush make
    - Improved settings storage
    - Improved setings page UI
    - Removed old $Id$ svn tags

    headjs 6.x-1.0

    Bug fixes

    First stable release! See CHANGELOG.txt for the full info!

    headjs 6.x-1.0-beta3

    New features

    This release aimed at smoothing out a lot of the rough edges in this project:

    • Plays nicely with javascript_aggregator
    • Added headjs_path()
    • Implemented headjs_version() for integration with other modules
    • Implemented hook_requirements() to detect head.js library version
    • Integration with Libraries API
    • Displays warnings on hook_enable() if head.js library is not present
    • Implemented hook_help()

    The overall experience should be a lot smoother now!

    headjs 6.x-1.0-beta2

    BETA 2 is finally here!

    This version aimed mainly at fixing compatiblity with jquery_update and this was finally achieved satisfactorily.

    Please see README.txt for more details.

    Go nuts, download, test and file issues please! :)

    THANKS!

    headjs 6.x-1.0-beta1

    Bug fixes

    First stable(ish) release!

    Addresses the following (and other) issues:

    Subscribe with RSS Subscribe to Releases for HeadJS