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

jsCore v0.6.1

Compare
Choose a tag to compare
@Octane Octane released this 16 Oct 15:38
· 9 commits to master since this release

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)