Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Releases: Octane/jsCore

jsCore v0.8.0

21 Nov 11:07

Choose a tag to compare

Changelog

  • .contains() renamed to .includes() (more info)

jsCore v0.7.0

18 Nov 18:23

Choose a tag to compare

Changelog

jsCore v0.6.1

16 Oct 15:38

Choose a tag to compare

Changelog

  • fix: .find() and .findIndex() no longer ignore array element holes
  • fix: Object.assign() ignores null and undefined source arguments
  • new: .request({advanced: function (xhr) {…}})
  • del: .addEventListener(), .removeEventListener() and .dispatchEvent() from polyfill for XMLHttpRequest (IE8)

jsCore v0.6.0

25 Sep 08:03

Choose a tag to compare

Changelog

  • new: Array.prototype.contains() polyfill
  • del: lib.contains()

jsCore v0.5.1

04 Aug 09:30

Choose a tag to compare

Changelog

jsCore v0.5.0

22 Jun 18:14

Choose a tag to compare

Changelog

jsCore v0.4.9

20 Jun 17:12

Choose a tag to compare

Changelog

  • updated Promise() polyfill (fix #2, #6, #7, #8)

jsCore v0.4.8

24 May 07:21

Choose a tag to compare

Changelog

  • fix: set .relatedTarget only for mouseover and mouseout

jsCore v0.4.7

22 May 09:37

Choose a tag to compare

Changelog

  • new: lib.cookie utils
  • new: .setPrototypeOf() polyfill

jsCore v0.4.6

12 May 22:50

Choose a tag to compare

Changelog