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
debug: 'error'
to output only failed initialization calls
- Error when
debug
mode is on - Spelling
- Updated documentation
- Updated dependencies
1.5.0 - 2020-10-13
$.app.call(element, [settings], [pluginNames])
- addedplugins
optional argument to allow calling only a specific list of plugins$.fn.app([settings], [plugins])
- addedplugins
optional argument to allow calling only a specific list of plugins
1.4.0 - 2020-06-04
$.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
- Updated documentation
- Updated dependencies
1.3.1 - 2018-10-12
- Fixed error thrown when there are no plugins attached to the element
1.3.0 - 2018-07-26
- Updated dependencies
- Don't override default settings when calling
$.fn.app({})
- Added helper methods
$.app.hasPluginDefined
,$.app.hasPlugin
1.2.0 - 2018-03-13
- Allow whitespace additionally to comma as multiple plugin name separator
1.1.0 - 2017-08-07
- Updated depedencies
1.0.0 - 2017-08-07
- Fixed jQuery module loading to prevent webpack from requiring jQuery during build
0.4.0 - 2016-09-01
- Implemented proper jQuery loading/factory method
0.3.1 - 2016-08-29
debug
configuration option #1