1.4.4 - 2022-07-24
- Global types moved to
global.d.tsfile
- Minor bug fixes in test scripts
- Main development task renamed with
dev - Update documentation files
1.4.3 - 2022-07-21
- Fixed bug causing incorrect selector parsing
- Fixed a bug in the
addClassandremoveClassmethods that occurred when passing multiple classes as a string - Code refactoring, minor bug fixes
1.4.2 - 2022-07-20
- Added event delegation for elements that have not yet been created
- Added exported type for DomElement instance
- Clearing
distfolder when running tests
- Fixed a bug that caused the event handlers call to be ignored on nested elements
- Code refactoring, minor bug fixes
- Renaming types
- Utilities moved to the top level folder
- Updated documentation for event methods
1.4.1 - 2022-07-09
- All documentation translated into English
1.4.0 - 2022-06-23
mapmethod for getting data arrayinputmethod for working with DOM event
- Fixed a bug that caused the source collection to mutate when saving an instance to a variable and then calling methods
- Improved display of types in IDE
- Code refactoring, minor bug fixes
- Documentation updated, added description of new methods
1.3.2 - 2022-06-21
- Fixed bug in
valmethod causing all elements oftextareato be ignored
1.3.1 - 2022-06-20
- Fixed a bug in the
slideDown,slideToggleandslideUpmethods, causing incorrect display of the effect
1.3.0 - 2022-06-19
- Methods for performant event handling:
resizeDebounce,scrollDebounce,resizeThrottle,scrollThrottle
- Fixed bug in
triggermethod when called witheventDataparameter - Fixed bugs in the
outerHtmlandreplaceWithmethods, now the methods return a collection of updated elements - Code refactoring, minor bug fixes
- Improved algorithm for adding event handlers through delegation
- Updated documentation, added description of new methods
1.2.0 - 2022-06-16
- Methods for getting even and odd elements:
oddandeven - Methods for working with events:
contextmenu,dblclick,focusin,focusout,hover,keydown,keypress,keyup,mousedown,mouseenter,mouseleave,mousemove,mouseout,mouseover,mouseup,select,triggerHandler
- Fixed logic of
prevandlastmethods - Code refactoring, minor bug fixes
- Improved performance of
scrollandresizemethods by usingrequestAnimationFrame - Redesigned algorithm for adding custom functions
- Documentation is completely updated, all methods are categorized
1.1.0 - 2022-06-11
- Effects
fadeIn,fadeOut,fadeToggle,slideIn,slideOut,slideToggle - Adding handlers for multiple events in
onandtriggermethods - Multiple removal of event handlers in the
offmethod
- Minor bug fixes, code refactoring
- Description of new methods added to documentation
1.0.0 - 2022-05-25
Initial release