# Change Log ## Dom7 v1.7.0 - Released on August 30, 2017 * New `.forEach((element, index))` method * New `.map((index, element))` method * New `.toArray()` method that converts Dom7 collection to simple array * `$.supportTouch` and `$.removeDiacritics` helpers removed * Fixed issue with detaching live event listener without listener function ## Dom7 v1.6.4 - Released on August 2, 2017 * Fixed issue with handling events without target (e.g. Cordova "resume" event) * Fixed issue with Ajax post method throwing error with "multipart/form-data" content type ## Dom7 v1.6.3 - Released on May 30, 2017 * Added shortcut methods `click blur focus focusin focusout keyup keydown keypress submit change mousedown mousemove mouseup mouseenter mouseleave mouseout mouseover touchstart touchend touchmove resize scroll` ## Dom7 v1.6.2 - Released on May 12, 2017 * Proxified events. Now all events are being added/removed using proxy functions. This allows to pass additional arguments to events handlers and detach all assigned event listener by calling e.g. `$$(document).off('someEvent');` ## Dom7 v1.6.1 - Released on April 19, 2017 * New `Dom7.extend(obj1, obj2, ...)` method * Added `.animate(props, params)` and `.stop()` animation methods * Added ES2015 module build