v2.0.0 (Meta-issue)
Closed this issue · 0 comments
OOPMan commented
v1.0.0 of jQuery PluginCreator will introduce major breaking changes.
The following features/changes are planned:
- Plugins will be written using the ES6 class system. The current DIY OO system will no longer be supported and plugin inheritance will instead performed directly using the plugin one wishes to extend. This will leverage the module system provided by ES6 in order to allow a Plugin module to not only extend jQuery but also make its class available for extension.
The Plugin functions created by jQuery PluginCreator on the jQuery.fn object will be enhanced in order to use ES5.1 getters and setters in order to ease access to plugin instances.