Releases: kasparsz/jquery-app
Releases · kasparsz/jquery-app
1.6.0
- added
debug: 'error'
to output only failed initialization calls
- Fixed error when
debug
mode is on
- Fixed spelling
- Updated documentation
- Updated dependencies
1.5.0-pre
$.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.5.0
$.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
Updated tests, documentation, added $.app.hasPlugin, $.app.hasPluginD…
v1.2.0
Allow whitespace additionally to comma as multiple plugin name separator
Updated dependencies
v1.1.0
Updated dependencies
v1.0.0
Fixed jQuery module loading to prevent webpack from requiring jQuery …