Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 1.54 KB

File metadata and controls

87 lines (53 loc) · 1.54 KB

sortman

2.3.0

Minor Changes

  • 898048f: feat: add ShakerSort algorithm and integrate into SortMan

2.2.0

Minor Changes

  • bd3eab9: feat: add ascending and descending sort utility functions
  • 9cab3a1: fix: export swap utility from utils

2.1.0

Minor Changes

  • f2d10d2: feat: update package.json and tsup.config.ts for improved module exports and build configuration

Patch Changes

  • ae7c9a2: change: add "files" field to package.json

2.0.4

Patch Changes

  • 8e7e011: Add gnome sort
  • 4bf9096: change default sort (quick -> bucket)

2.0.3

Patch Changes

  • 781900f: Change property to alphabetical order
  • ead974a: Add combsort

2.0.2

Patch Changes

  • 69ee4c6: Add description for bucket sort in readme
  • e47d1a9: Fix merge sort's bug
  • 6bea8ab: Change test func

2.0.1

Patch Changes

  • 4243f8b: Add bucket sort
  • 1d10797: Change prepublishOnly script
  • ae19be8: Add bucket sort test and benchmark
  • bf8de94: Fix default sort

2.0.0

Major Changes

  • 050bbd4: Fix sort args type
  • 7855475: Fix readme's code template
  • a9f51ec: Fix benchmark algorithm and test code

1.0.0

Major Changes

  • c194b2c: Fix readme.md
  • 6e1ddda: Add contribution guide
  • 507b452: Add security.md

Patch Changes

  • 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

0.0.6

Patch Changes

  • 2cb6263: Fix default sort
  • d5a2864: Add changesets script in package.json