Skip to content

Releases: AlexKrupko/ExtendedJS

1.0.9

27 Apr 20:14
Compare
Choose a tag to compare

Added RegExp.escape method which escapes special characters in passed string.

1.0.8

26 Jan 22:05
Compare
Choose a tag to compare
  • 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

10 Aug 11:03
Compare
Choose a tag to compare
  • Fixed childs method (#24)
  • Method each returns collection by now (#25)
  • Code refactoring

1.0.6

18 Jul 12:20
Compare
Choose a tag to compare

Added outerHeight, outerWidth, fullOuterHeight, fullOuterWidth properties into Element object (closed #7)

1.0.5

16 Jul 13:42
Compare
Choose a tag to compare

Added callback function for scroll method (#6)

1.0.4

15 Jul 11:23
Compare
Choose a tag to compare

All 2xx ajax response status codes are successful now (fixed bug #5)

1.0.3

14 Jul 15:33
Compare
Choose a tag to compare

insertAfter, prependChild, insertVeforeCurrent and insertAfterCurrent methods shifted from Element object to Node object (#3)

1.0.2

14 Jul 10:57
Compare
Choose a tag to compare
  • Fixed bug in ajax method with dataType html (#1)
  • Disabled default ajax requests caching (#4)

1.0.1

13 Jul 17:30
Compare
Choose a tag to compare
  • Ability to set capture for addEvent and addEventOne methods added (#2).
  • Code refactoring

1.0.0

11 Jul 16:50
Compare
Choose a tag to compare

Initial release