Skip to content

Latest commit

 

History

History
119 lines (96 loc) · 3.9 KB

CHANGELOG.md

File metadata and controls

119 lines (96 loc) · 3.9 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.3.5 - 2020-01-11

Fixed

  • Improve duplicate enqueue detection logic.

0.3.4 - 2020-01-11

Fixed

  • Fix abstract handler method access.

0.3.3 - 2020-01-11

Fixed

  • Only enqueue dependencies that haven't been enqueued yet.
  • Only localize scripts that haven't been localized yet.

0.3.2 - 2019-01-18

Added

  • Add basic support for adding inline scripts.

0.3.1 - 2016-08-17

Added

  • Add documentation about 'localize' key.

0.3.0 - 2016-08-17

Added

  • Added LICENSE file.

Changed

  • Change license to MIT.
  • Don't force WordPress functions into global namespace.

Removed

  • Removed git pre-commit script.
  • Removed unsued unit test preparations for now.

0.2.7 - 2016-06-30

Changed

  • Remove beberlei/assert.
  • Update Composer dependencies.

0.2.6 - 2016-04-05

Changed

  • Update Composer dependencies.

0.2.5 - 2016-03-22

Fixed

  • Switch beberlei/assert back to official branch. Issue #138 has been fixed with v2.5.

0.2.4 - 2016-03-04

Added

  • Documentation improvements.

Fixed

  • Refactored enqueue_handle().
  • Make sure we only pass an array to invokeFunction().
  • Switch beberlei/assert to own fork until #138 has been fixed.
  • Several type-hinting tweaks.

0.2.3 - 2016-01-25

Added

  • Enqueueing of dependencies can now fall back to handles registered outside of DependencyManager.

0.2.2 - 2016-01-25

Added

  • Dependencies can now be enqueued individually, and separately from register().
  • enqueue_handle() has been added to enqueue one single dependency.
  • Enqueuing supports priorities now.

0.2.1 - 2016-01-18

Fixed

  • Fixed dependency handlers.
  • Fixed $context passing and validation.
  • Bumped version requirements of brightnucleus/exceptions and related packages.

0.2.0 - 2016-01-17

Fixed

  • Switched to brightnucleus/config v0.2+.
  • Removed $config_key from constructor & processConfig().

0.1.3 - 2016-01-17

Added

  • Added DependencyManagerInterface.

Fixed

  • Helper methods for registering & enqueueing are now protected.

0.1.2 - 2016-01-17

Fixed

  • Make WPCS a dev-only requirement in composer.

0.1.1 - 2016-01-17

Fixed

  • Fixed changelog
  • Fixed packagist badges.

0.1.0 - 2016-01-17

Added

  • Initial release to GitHub.