License changed to MIT
Improvements
- (Breaking change!) Custom compare functions now need to be set on the objects and cannot be passed in to the
sort
function 433ec34 - Builds are now put in
dist/
, use this instead ofsrc/
83f8a5d - Strings can now be sorted using the default compare function f02b49d
- Removed some redundant code 3b5c64b
swap
andcompare
functions are exposed for most algorithms and can be intercepted to listen to sort internals e5b636a
Algorithms