zzdom
Version:
A tiny javascript API that implements only the DOM functions of jquery including chaining.
29 lines (24 loc) • 558 B
Plain Text
New in 0.1.0
- Initial version.
New in 0.2.0
- Methods improved:
- trigger (new optional argument added: params)
- New methods added.
- closest
- disabled
- first
- get
- indeterminate
- fadeOut
- fadeIn
- map
- parents
- prop
New in 0.5.0
- Exports changed from zzDOM.zz to zzDOM.
New in 0.5.1
- Bug fixed: files in build directory not found in npm package.
New in 0.6.0
- Project migrated to ES modules: must work as well as CommonJS module.
- Tests refactored.
- Esbuild used to bundle production versions.