- 898048f: feat: add ShakerSort algorithm and integrate into SortMan
- bd3eab9: feat: add ascending and descending sort utility functions
- 9cab3a1: fix: export swap utility from utils
- f2d10d2: feat: update package.json and tsup.config.ts for improved module exports and build configuration
- ae7c9a2: change: add "files" field to package.json
- 8e7e011: Add gnome sort
- 4bf9096: change default sort (quick -> bucket)
- 781900f: Change property to alphabetical order
- ead974a: Add combsort
- 69ee4c6: Add description for bucket sort in readme
- e47d1a9: Fix merge sort's bug
- 6bea8ab: Change test func
- 4243f8b: Add bucket sort
- 1d10797: Change prepublishOnly script
- ae19be8: Add bucket sort test and benchmark
- bf8de94: Fix default sort
- 050bbd4: Fix sort args type
- 7855475: Fix readme's code template
- a9f51ec: Fix benchmark algorithm and test code
- c194b2c: Fix readme.md
- 6e1ddda: Add contribution guide
- 507b452: Add security.md
- 3c93962: Fix sort test and sort benchmark
- cd7af65: Fix desc option in sort check 's error
- 702bef5: add option test
- 09c7e15: Add options
- 3151851: Add shell sort
- 014f39e: Delete: reference args
- 2cb6263: Fix default sort
- d5a2864: Add changesets script in package.json