- Use polyfills for Array.isArray and Array.prototype.reduce, which should help make this library more friendly to older browsers.
- No longer use the 'keys' property to determine if an object is a Set. Recently both Chrome and Firefox have added 'keys' to Array objects. See Issue #1.
- Minor performance tweaks
- Add PriorityQueue implementation
- Initial release.