Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

70 lines (57 loc) · 2.5 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.6.0 - 2021-09-16

Added

  • debug: 'error' to output only failed initialization calls

Fixed

  • Error when debug mode is on
  • Spelling

Changed

  • Updated documentation
  • Updated dependencies

1.5.0 - 2020-10-13

Added

  • $.app.call(element, [settings], [pluginNames]) - added plugins optional argument to allow calling only a specific list of plugins
  • $.fn.app([settings], [plugins]) - added plugins optional argument to allow calling only a specific list of plugins

1.4.0 - 2020-06-04

Added

  • $.app.hasPluginDefined(element, plugin, [settings]) - check if plugin is defined on an element
  • $.app.hasPlugin(element, plugin, [settings]) - check if plugin has been initialized on an element

Changed

  • Updated documentation
  • Updated dependencies

1.3.1 - 2018-10-12

Changed

  • Fixed error thrown when there are no plugins attached to the element

1.3.0 - 2018-07-26

Changed

  • Updated dependencies
  • Don't override default settings when calling $.fn.app({})
  • Added helper methods $.app.hasPluginDefined, $.app.hasPlugin

1.2.0 - 2018-03-13

Changed

  • Allow whitespace additionally to comma as multiple plugin name separator

1.1.0 - 2017-08-07

Changed

  • Updated depedencies

1.0.0 - 2017-08-07

Changed

  • Fixed jQuery module loading to prevent webpack from requiring jQuery during build

0.4.0 - 2016-09-01

Changed

  • Implemented proper jQuery loading/factory method

0.3.1 - 2016-08-29

Added

  • debug configuration option #1