- Several performance related tweaks.
- More reliable testing of date related functions.
- Upgrade qunit.
- 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
- Fix issue with Function.prototype.bind when being called on native functions in Safari. Thanks nciagra.
- Add
Object.getPrototypeOf
method - closes issue - Change build system to remove dependencies on ruby
- Change build system to use uglify.js as the minimizer
- Fix issue with Date.prototype.toISOString handling of years less than 0 and greater than 9999, reported by Yaffle
- Add Date.now, date.toJSON & date.toUTCString