Releases: OOPMan/jquery-plugincreator
Releases · OOPMan/jquery-plugincreator
v1.0.1
v2.0.0
v1.0.0
_super switcharoo
One major change in this release:
- In order to fully correct Issue #1, the position of the _super parameter is been moved from the last function parameter to the first function parameter. This enables variable-length argument lists to behave as expected and is mechanically simpler to implement that handling variable-length argument lists properly when _super is defined as the last function parameter.
This release has been tagged 0.3.0 rather than 0.2.1 because the relocation of the _super parameter is a backwards-incompatible change.
Death to Bugs
0.1.1
0.1.0
First major update since 0.1.0. This update introduces:
- Ability to retrieve individual Plugin Instances using the common getInstance plugin method.
- Ability to retrieve results of calling Plugin Instance member functions by either selecting a single element or by using the special map plugin method operation.
- Some more tests, all passing
- Fixed the documentation file
0.0.1
The initial release. All basic functionality working and test passing to wit:
- Bower and NPM package definitions
- AMD, CommonJS and standard Browser environment support
- Common plugin methods including constructor and destroyer
- Creating Plugins
- Cloning Plugins
- Extending Plugins
- Clonestending Plugins
- Instantiating Plugins
- Extending Plugin Instances
- Calling Plugin Instance member functions
- Member function inheritance via trailing _super parameter
- Over 80 tests, all passing