Releases: AlexKrupko/ExtendedJS
Releases · AlexKrupko/ExtendedJS
1.0.9
Added RegExp.escape
method which escapes special characters in passed string.
1.0.8
- Fixed
scroll
method (#27)
- Fixed bug with using dataset in IE10 (#32)
- Fixed
Element.prototype.remove
(#33)
- Implemented
remove
method for Array
object (#29)
- Added lite version of library (without AJAX, cookie, scroll, outerWidth, fullOuterWidth, outerHeight and fullOuterHeight methods)
- Added babel module for Grunt
1.0.7
- Fixed
childs
method (#24)
- Method
each
returns collection by now (#25)
- Code refactoring
1.0.6
Added outerHeight
, outerWidth
, fullOuterHeight
, fullOuterWidth
properties into Element
object (closed #7)
1.0.5
Added callback function for scroll
method (#6)
1.0.4
All 2xx ajax
response status codes are successful now (fixed bug #5)
1.0.3
insertAfter
, prependChild
, insertVeforeCurrent
and insertAfterCurrent
methods shifted from Element
object to Node
object (#3)
1.0.2
- Fixed bug in
ajax
method with dataType
html (#1)
- Disabled default
ajax
requests caching (#4)
1.0.1
- Ability to set capture for
addEvent
and addEventOne
methods added (#2).
- Code refactoring