Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.54 KB

CHANGELOG.markdown

File metadata and controls

38 lines (22 loc) · 1.54 KB

Changelog

1.0.0

  • Several performance related tweaks.
  • More reliable testing of date related functions.
  • Upgrade qunit.

0.4.2

  • Resolve issue where Function.prototype.bind deviates from the spec. Thanks raynos
  • Fix issue where the Object.keys implementation gets caught out by the Don't Enum bug. Thanks raynos

0.4.1

  • Fix issue with Function.prototype.bind when being called on native functions in Safari. Thanks nciagra.

0.4.0

  • Add Object.getPrototypeOf method - closes issue
  • Change build system to remove dependencies on ruby
  • Change build system to use uglify.js as the minimizer

0.3.1

  • Fix issue with Date.prototype.toISOString handling of years less than 0 and greater than 9999, reported by Yaffle

0.3.0

  • Resolve issue by renaming Date.prototype.toUTCString to Date.prototype.toISOString. Thanks wallin.

0.2.1

  • Fix issue with String.prototype.trim, reported by tjelen.

0.2.0

  • Add Date.now, date.toJSON & date.toUTCString