Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@Tyriar Tyriar released this 24 Jul 13:30
· 79 commits to master since this release

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 of src/ 83f8a5d
  • Strings can now be sorted using the default compare function f02b49d
  • Removed some redundant code 3b5c64b
  • swap and compare functions are exposed for most algorithms and can be intercepted to listen to sort internals e5b636a

Algorithms