UNPKG

sort-es

Version:

Blazing fast, tree-shakeable, type-safe, modern utility library to sort any type of array in less than 1 KB!

792 lines (382 loc) 36.3 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [1.7.16](https://github.com/cosimochellini/sort-es/compare/v1.7.15...v1.7.16) (2025-07-15) ### Bug Fixes * **dep:** updated dependency ([4b01965](https://github.com/cosimochellini/sort-es/commit/4b01965cc168079151b7e58a9361f20f8c607490)) ### [1.7.15](https://github.com/cosimochellini/sort-es/compare/v1.7.14...v1.7.15) (2025-04-10) ### Bug Fixes * **dep:** updated dependency ([d4c47e9](https://github.com/cosimochellini/sort-es/commit/d4c47e906ca4fd3ac0280beca177fb4267b4b0f3)) * **lock:** added standard-version ([f354903](https://github.com/cosimochellini/sort-es/commit/f354903bf049e5122c56bb244b882a2b1bea3250)) ### [1.7.14](https://github.com/cosimochellini/sort-es/compare/v1.7.13...v1.7.14) (2025-01-02) ### Bug Fixes * **dep:** updated dependency ([dbf8f66](https://github.com/cosimochellini/sort-es/commit/dbf8f66594e2f184aacdb7a4cd36b49fb5eac92c)) ### [1.7.13](https://github.com/cosimochellini/sort-es/compare/v1.7.12...v1.7.13) (2024-10-17) ### Bug Fixes * **dep:** updated dependency ([c7d2c35](https://github.com/cosimochellini/sort-es/commit/c7d2c35959a5e04276d8d4b67a35cb7c8283aa89)) ### [1.7.12](https://github.com/cosimochellini/sort-es/compare/v1.7.11...v1.7.12) (2024-09-16) ### Bug Fixes * **dep:** updated dependency ([9aee9e6](https://github.com/cosimochellini/sort-es/commit/9aee9e62978ef8f3a903ef86aba727196a6827e2)) * **dep:** updated dependency ([d8b03aa](https://github.com/cosimochellini/sort-es/commit/d8b03aaf296b5a9254fda812314cd0e3420f9984)) ### [1.7.11](https://github.com/cosimochellini/sort-es/compare/v1.7.10...v1.7.11) (2024-08-11) ### Bug Fixes * **dep:** updated dependency ([795d6e8](https://github.com/cosimochellini/sort-es/commit/795d6e8ba8fbf55607dbff9fce906d7a5afeeb62)) ### [1.7.10](https://github.com/cosimochellini/sort-es/compare/v1.7.9...v1.7.10) (2024-06-18) ### Bug Fixes * **dep:** updated dependency ([f96c18e](https://github.com/cosimochellini/sort-es/commit/f96c18e16bcaeb700dd37cf642f68af1a5c3c796)) * **docs:** updated docs ([2c5dab4](https://github.com/cosimochellini/sort-es/commit/2c5dab47445ff4d8dafdf458585d5b2ab09365d9)) ### [1.7.9](https://github.com/cosimochellini/sort-es/compare/v1.7.8...v1.7.9) (2024-05-07) ### Bug Fixes * **dep:** updated dependency ([77906cd](https://github.com/cosimochellini/sort-es/commit/77906cd6c2fe23c31b1d78a31137b3b83e07c098)) * **node:** set version to 18 ([0db53f0](https://github.com/cosimochellini/sort-es/commit/0db53f0133a9f262fb15adc64feed44cba59a723)) ### [1.7.8](https://github.com/cosimochellini/sort-es/compare/v1.7.7...v1.7.8) (2024-03-30) ### Bug Fixes * **dep:** updated dependency ([85398b9](https://github.com/cosimochellini/sort-es/commit/85398b95a1d8541af058ee3e00b05c64953e9c92)) ### [1.7.7](https://github.com/cosimochellini/sort-es/compare/v1.7.6...v1.7.7) (2024-02-19) ### Bug Fixes * **dep:** updated dependency ([72770d2](https://github.com/cosimochellini/sort-es/commit/72770d2714758bc3a99db2571bd3cf6d797684cf)) ### [1.7.6](https://github.com/cosimochellini/sort-es/compare/v1.7.5...v1.7.6) (2024-01-26) ### Bug Fixes * **dep:** updated dependency ([e39d590](https://github.com/cosimochellini/sort-es/commit/e39d5904a0a00c6c78ba77346c5c69dbdfef9dfa)) ### [1.7.5](https://github.com/cosimochellini/sort-es/compare/v1.7.4...v1.7.5) (2024-01-07) ### Bug Fixes * **dep:** updated dependency ([ef115d7](https://github.com/cosimochellini/sort-es/commit/ef115d7b5d589bb69482734c2139ef46e88980f2)) ### [1.7.4](https://github.com/cosimochellini/sort-es/compare/v1.7.3...v1.7.4) (2023-11-18) ### [1.7.3](https://github.com/cosimochellini/sort-es/compare/v1.7.2...v1.7.3) (2023-10-28) ### Bug Fixes * **dep:** updated dependency ([f880003](https://github.com/cosimochellini/sort-es/commit/f880003d2357fcb25473dbe70732264032e69ff1)) ### [1.7.2](https://github.com/cosimochellini/sort-es/compare/v1.4.11...v1.7.2) (2023-10-05) ### Features * **byValues:** changed the tuple typing, now the discriminator is a function ([9b936c7](https://github.com/cosimochellini/sort-es/commit/9b936c7704e9fd0682f328185270b78ce5aa6ac0)) * **sortables:** added support for nullables type ([267abbc](https://github.com/cosimochellini/sort-es/commit/267abbcb49806d497fb5b10af971bbbf456bfb02)), closes [#10](https://github.com/cosimochellini/sort-es/issues/10) * **tests:** added test for nullables sort ([c09182f](https://github.com/cosimochellini/sort-es/commit/c09182f49c3c14fc3cc4a0a15c14d8b3480ae863)) * **tsconfig:** enabled strictNullChecks in tsconfig ([5a611f6](https://github.com/cosimochellini/sort-es/commit/5a611f6e0097697d8ef8ffe00985f9c8ada47ebe)) * **types:** added support for nullable type ([d5d2a21](https://github.com/cosimochellini/sort-es/commit/d5d2a21a8fbcad9088756a0421fed1bc9ed27088)) ### Bug Fixes * **by-values:** added warning for older implementation ([12d83f6](https://github.com/cosimochellini/sort-es/commit/12d83f6eef11151dd18f1af16895ba001d3c55c6)), closes [#8](https://github.com/cosimochellini/sort-es/issues/8) * **byDate:** handled nullable option for byDate [#12](https://github.com/cosimochellini/sort-es/issues/12) ([8867634](https://github.com/cosimochellini/sort-es/commit/886763468158fc94c95a28660060d53131900780)) * **byNumber:** added proper fallback for sorting multiple Infinity values ([fa05f5f](https://github.com/cosimochellini/sort-es/commit/fa05f5f85d49b7a5fafdd3428c28a6bf3483a025)), closes [#13](https://github.com/cosimochellini/sort-es/issues/13) * **dep:** updated '@babel/eslint-parser' ([d0c8cfd](https://github.com/cosimochellini/sort-es/commit/d0c8cfddedc57abc2ddbb60c12b1a956d6f51d78)) * **dep:** updated dependency ([0d2271d](https://github.com/cosimochellini/sort-es/commit/0d2271dfb19f02ec5f3f812644ee814fd4affd8c)) * **dep:** updated dependency ([16c6c85](https://github.com/cosimochellini/sort-es/commit/16c6c850a4e76711fed7fa0bde9e486dd0bb30fa)) * **dep:** updated dependency ([2e9b291](https://github.com/cosimochellini/sort-es/commit/2e9b29179bfabed72e771c54deeeb3b282330913)) * **dep:** updated dependency ([ba51cda](https://github.com/cosimochellini/sort-es/commit/ba51cdace6f16d6dd38f956d5af6cb3394c7a722)) * **dep:** updated dependency ([4726fd6](https://github.com/cosimochellini/sort-es/commit/4726fd6e466fb263b16add954d5793a0cf4e5aac)) * **dep:** updated dependency ([6bcf033](https://github.com/cosimochellini/sort-es/commit/6bcf03300a8320fc13cb472f88fdbf368b8a8566)) * **dep:** updated dependency ([c24431e](https://github.com/cosimochellini/sort-es/commit/c24431efe78df19ae10527e98da32778272790f3)) * **dep:** updated dependency ([fea0986](https://github.com/cosimochellini/sort-es/commit/fea098661174d33c0f2c35a17739708c673fc1c0)) * **dep:** updated dependency ([6551b8b](https://github.com/cosimochellini/sort-es/commit/6551b8b4c1e1e17a9434e60eb5b938e9d686804c)) * **dep:** updated dependency ([1d623ab](https://github.com/cosimochellini/sort-es/commit/1d623ab35d0e7e337725fe9f377e4b6f0cbac880)) * **dep:** updated dependency ([85c053a](https://github.com/cosimochellini/sort-es/commit/85c053aab53f550d213f2658b3346095105fd349)) * **dep:** updated dependency ([fc3087b](https://github.com/cosimochellini/sort-es/commit/fc3087b4c2f18d3ac8ea8b7d183bbc368df16836)) * **dep:** updated dependency ([c1437a3](https://github.com/cosimochellini/sort-es/commit/c1437a316350f15a4e1e601ba798bc77a116c389)) * **dep:** updated dependency ([578dd27](https://github.com/cosimochellini/sort-es/commit/578dd27ccabc85d0887f682b43493c341468dd6b)) * **dep:** updated dependency ([7d76e24](https://github.com/cosimochellini/sort-es/commit/7d76e247c7a05cc0e0af4c161ad88a7fa9822894)) * **dep:** updated dependency ([6053019](https://github.com/cosimochellini/sort-es/commit/6053019b0f2d7c8d30710ce8198b36061f7242fe)) * **dep:** updated minor dev dependency ([76cae48](https://github.com/cosimochellini/sort-es/commit/76cae48ea66e94013a24d81ec5c20fd4788a7424)) * **dep:** updated minor dev dependency ([d226cb5](https://github.com/cosimochellini/sort-es/commit/d226cb5386334458b72c9436a750b2e9e90597f6)) * **dep:** updated minor dev dependency ([ed59e9b](https://github.com/cosimochellini/sort-es/commit/ed59e9b6342d0feff4f0cdc27b60fa0c2fb13fe6)) * **lock:** updated devDeps ([4a1bda6](https://github.com/cosimochellini/sort-es/commit/4a1bda69e37dff89b0d73d1cae229dfecc001869)) ### [1.7.1](https://github.com/cosimochellini/sort-es/compare/v1.7.0...v1.7.1) (2023-09-14) ### Bug Fixes * **dep:** updated dependency ([16c6c85](https://github.com/cosimochellini/sort-es/commit/16c6c850a4e76711fed7fa0bde9e486dd0bb30fa)) ## [1.7.0](https://github.com/cosimochellini/sort-es/compare/v1.6.16...v1.7.0) (2023-08-30) ### Features * **sortables:** added support for nullables type ([267abbc](https://github.com/cosimochellini/sort-es/commit/267abbcb49806d497fb5b10af971bbbf456bfb02)), closes [#10](https://github.com/cosimochellini/sort-es/issues/10) * **tests:** added test for nullables sort ([c09182f](https://github.com/cosimochellini/sort-es/commit/c09182f49c3c14fc3cc4a0a15c14d8b3480ae863)) * **tsconfig:** enabled strictNullChecks in tsconfig ([5a611f6](https://github.com/cosimochellini/sort-es/commit/5a611f6e0097697d8ef8ffe00985f9c8ada47ebe)) * **types:** added support for nullable type ([d5d2a21](https://github.com/cosimochellini/sort-es/commit/d5d2a21a8fbcad9088756a0421fed1bc9ed27088)) ### [1.6.16](https://github.com/cosimochellini/sort-es/compare/v1.6.15...v1.6.16) (2023-08-13) ### Bug Fixes * **byNumber:** added proper fallback for sorting multiple Infinity values ([fa05f5f](https://github.com/cosimochellini/sort-es/commit/fa05f5f85d49b7a5fafdd3428c28a6bf3483a025)), closes [#13](https://github.com/cosimochellini/sort-es/issues/13) ### [1.6.15](https://github.com/cosimochellini/sort-es/compare/v1.6.14...v1.6.15) (2023-08-05) ### Bug Fixes * **dep:** updated dependency ([2e9b291](https://github.com/cosimochellini/sort-es/commit/2e9b29179bfabed72e771c54deeeb3b282330913)) ### [1.6.14](https://github.com/cosimochellini/sort-es/compare/v1.6.13...v1.6.14) (2023-07-17) ### Bug Fixes * **dep:** updated dependency ([ba51cda](https://github.com/cosimochellini/sort-es/commit/ba51cdace6f16d6dd38f956d5af6cb3394c7a722)) * **lock:** updated devDeps ([4a1bda6](https://github.com/cosimochellini/sort-es/commit/4a1bda69e37dff89b0d73d1cae229dfecc001869)) ### [1.6.13](https://github.com/cosimochellini/sort-es/compare/v1.6.12...v1.6.13) (2023-07-15) ### Bug Fixes * **byDate:** handled nullable option for byDate [#12](https://github.com/cosimochellini/sort-es/issues/12) ([8867634](https://github.com/cosimochellini/sort-es/commit/886763468158fc94c95a28660060d53131900780)) ### [1.6.12](https://github.com/cosimochellini/sort-es/compare/v1.6.11...v1.6.12) (2023-06-23) ### Bug Fixes * **dep:** updated dependency ([4726fd6](https://github.com/cosimochellini/sort-es/commit/4726fd6e466fb263b16add954d5793a0cf4e5aac)) ### [1.6.11](https://github.com/cosimochellini/sort-es/compare/v1.6.10...v1.6.11) (2023-06-04) ### Bug Fixes * **dep:** updated dependency ([6bcf033](https://github.com/cosimochellini/sort-es/commit/6bcf03300a8320fc13cb472f88fdbf368b8a8566)) ### [1.6.10](https://github.com/cosimochellini/sort-es/compare/v1.6.9...v1.6.10) (2023-05-13) ### Bug Fixes * **dep:** updated dependency ([c24431e](https://github.com/cosimochellini/sort-es/commit/c24431efe78df19ae10527e98da32778272790f3)) ### [1.6.9](https://github.com/cosimochellini/sort-es/compare/v1.6.8...v1.6.9) (2023-04-22) ### Bug Fixes * **dep:** updated dependency ([fea0986](https://github.com/cosimochellini/sort-es/commit/fea098661174d33c0f2c35a17739708c673fc1c0)) ### [1.6.8](https://github.com/cosimochellini/sort-es/compare/v1.6.7...v1.6.8) (2023-04-01) ### Bug Fixes * **dep:** updated dependency ([6551b8b](https://github.com/cosimochellini/sort-es/commit/6551b8b4c1e1e17a9434e60eb5b938e9d686804c)) ### [1.6.7](https://github.com/cosimochellini/sort-es/compare/v1.6.6...v1.6.7) (2023-03-08) ### Bug Fixes * **dep:** updated dependency ([1d623ab](https://github.com/cosimochellini/sort-es/commit/1d623ab35d0e7e337725fe9f377e4b6f0cbac880)) ### [1.6.6](https://github.com/cosimochellini/sort-es/compare/v1.6.5...v1.6.6) (2023-02-11) ### Bug Fixes * **dep:** updated dependency ([85c053a](https://github.com/cosimochellini/sort-es/commit/85c053aab53f550d213f2658b3346095105fd349)) ### [1.6.5](https://github.com/cosimochellini/sort-es/compare/v1.6.4...v1.6.5) (2023-01-21) ### Bug Fixes * **dep:** updated dependency ([fc3087b](https://github.com/cosimochellini/sort-es/commit/fc3087b4c2f18d3ac8ea8b7d183bbc368df16836)) ### [1.6.4](https://github.com/cosimochellini/sort-es/compare/v1.6.3...v1.6.4) (2022-12-31) ### Bug Fixes * **dep:** updated dependency ([c1437a3](https://github.com/cosimochellini/sort-es/commit/c1437a316350f15a4e1e601ba798bc77a116c389)) ### [1.6.3](https://github.com/cosimochellini/sort-es/compare/v1.6.2...v1.6.3) (2022-12-08) ### Bug Fixes * **dep:** updated dependency ([578dd27](https://github.com/cosimochellini/sort-es/commit/578dd27ccabc85d0887f682b43493c341468dd6b)) ### [1.6.2](https://github.com/cosimochellini/sort-es/compare/v1.6.1...v1.6.2) (2022-11-19) ### Bug Fixes * **dep:** updated dependency ([7d76e24](https://github.com/cosimochellini/sort-es/commit/7d76e247c7a05cc0e0af4c161ad88a7fa9822894)) ### [1.6.1](https://github.com/cosimochellini/sort-es/compare/v1.6.0...v1.6.1) (2022-10-31) ### Bug Fixes * **by-values:** added warning for older implementation ([12d83f6](https://github.com/cosimochellini/sort-es/commit/12d83f6eef11151dd18f1af16895ba001d3c55c6)), closes [#8](https://github.com/cosimochellini/sort-es/issues/8) ## [1.6.0](https://github.com/cosimochellini/sort-es/compare/v1.5.3...v1.6.0) (2022-10-30) ### Breaking changes * **byValues:** removed the option to pass an object in the byValues function * **byValues:** changed the first item for the sortable tuple to see more in details the migration guide : [sortable-es.app/breaking-changes](https://sort-es.netlify.app/breaking-changes/) ### Features * **byValues:** changed the tuple typing, now the discriminator is a function ([9b936c7](https://github.com/cosimochellini/sort-es/commit/9b936c7704e9fd0682f328185270b78ce5aa6ac0)) ### Bug Fixes * **dep:** updated dependency ([6053019](https://github.com/cosimochellini/sort-es/commit/6053019b0f2d7c8d30710ce8198b36061f7242fe)) ### [1.5.3](https://github.com/cosimochellini/sort-es/compare/v1.5.2...v1.5.3) (2022-10-09) ### Bug Fixes * **dep:** updated minor dev dependency ([76cae48](https://github.com/cosimochellini/sort-es/commit/76cae48ea66e94013a24d81ec5c20fd4788a7424)) ### [1.5.2](https://github.com/cosimochellini/sort-es/compare/v1.5.1...v1.5.2) (2022-09-17) ### Bug Fixes * **dep:** updated minor dev dependency ([d226cb5](https://github.com/cosimochellini/sort-es/commit/d226cb5386334458b72c9436a750b2e9e90597f6)) ### [1.5.1](https://github.com/cosimochellini/sort-es/compare/v1.5.0...v1.5.1) (2022-07-16) ### Bug Fixes * **dep:** updated minor dev dependency ([ed59e9b](https://github.com/cosimochellini/sort-es/commit/ed59e9b6342d0feff4f0cdc27b60fa0c2fb13fe6)) ## [1.5.0](https://github.com/cosimochellini/sort-es/compare/v1.4.11...v1.5.0) (2022-06-26) ### Bug Fixes * **dep:** updated '@babel/eslint-parser' ([d0c8cfd](https://github.com/cosimochellini/sort-es/commit/d0c8cfddedc57abc2ddbb60c12b1a956d6f51d78)) ### [1.4.12](https://github.com/cosimochellini/sort-es/compare/v1.4.11...v1.4.12) (2022-06-18) ### [1.4.11](https://github.com/cosimochellini/sort-es/compare/v1.4.10...v1.4.11) (2022-05-26) ### Bug Fixes * **dep:** updated @rollup/plugin-commonjs to 22 ([29a667d](https://github.com/cosimochellini/sort-es/commit/29a667d3cd6370dc90097ff7cfeb681d72ee8e40)) * **dep:** updated commitlint to 17 ([11b59c2](https://github.com/cosimochellini/sort-es/commit/11b59c2dec5dfe4261c372b29956c2054d1df836)) * **dep:** updated husky to 8 ([02938fa](https://github.com/cosimochellini/sort-es/commit/02938facf6d0556871bf45294cac4d5dbce4aff1)) * **dep:** updated minor dev dependency ([564b07e](https://github.com/cosimochellini/sort-es/commit/564b07e4973fb732b47c1601ac7361571551c7c6)) * **dep:** updated mocha to 10 ([458e957](https://github.com/cosimochellini/sort-es/commit/458e957e74bb6e0f23e69447623367e91ea73570)) ### [1.4.10](https://github.com/cosimochellini/sort-es/compare/v1.4.9...v1.4.10) (2022-05-03) ### Bug Fixes * **dep:** updated dev dependency ([23658a9](https://github.com/cosimochellini/sort-es/commit/23658a9d4cfb2498fd17cafb73a3fb5b0f6a98f0)) ### [1.4.9](https://github.com/cosimochellini/sort-es/compare/v1.4.8...v1.4.9) (2022-04-09) ### Bug Fixes * **dep:** updated dev dependency ([21b641f](https://github.com/cosimochellini/sort-es/commit/21b641ff937b30db58c4efcf56bfa4a40647c34e)) ### [1.4.8](https://github.com/cosimochellini/sort-es/compare/v1.4.7...v1.4.8) (2022-03-21) ### Bug Fixes * **dep:** updated dev dependency ([7db3b89](https://github.com/cosimochellini/sort-es/commit/7db3b89606d896d8bf23ec222832d74c41bd8ef4)) ### [1.4.7](https://github.com/cosimochellini/sort-es/compare/v1.4.6...v1.4.7) (2022-02-26) ### Bug Fixes * **dep:** updated dev dependency ([285ebb4](https://github.com/cosimochellini/sort-es/commit/285ebb4fc67a7972f824807ef943c96fc10b8f50)) ### [1.4.6](https://github.com/cosimochellini/sort-es/compare/v1.4.5...v1.4.6) (2022-02-06) ### Bug Fixes * **dep:** updated dependency ([d78880b](https://github.com/cosimochellini/sort-es/commit/d78880ba5f9ca9ab83a8239a9ecb5571ec08f49e)) ### [1.4.5](https://github.com/cosimochellini/sort-es/compare/v1.4.4...v1.4.5) (2022-01-13) ### Bug Fixes * **dep:** updated dependency ([0710233](https://github.com/cosimochellini/sort-es/commit/07102331b21f6c1f613116727ee738d7d71ecda8)) ### [1.4.4](https://github.com/cosimochellini/sort-es/compare/v1.4.3...v1.4.4) (2022-01-07) ### Bug Fixes * **dep:** updated commitlint to v16 ([788c907](https://github.com/cosimochellini/sort-es/commit/788c90789cc14d2a1cb90b6d1a9c117d32cc2529)) * **dependency:** updated dependency ([af0fc86](https://github.com/cosimochellini/sort-es/commit/af0fc86c9731f35860ee2c377fd97443953fd83c)) ### [1.4.3](https://github.com/cosimochellini/sort-es/compare/v1.4.2...v1.4.3) (2021-12-22) ### Bug Fixes * **ci:** updated node environment ([f0740b5](https://github.com/cosimochellini/sort-es/commit/f0740b5b2d9c1a619bce87944f1d1dee5b91ff4c)) ### [1.4.2](https://github.com/cosimochellini/sort-es/compare/v1.4.1...v1.4.2) (2021-12-17) ### Bug Fixes * **byBoolean:** handled the undefined case ([a4b94e4](https://github.com/cosimochellini/sort-es/commit/a4b94e43e77896b24f0d86a8c8ad9a701840ac12)) ### [1.4.1](https://github.com/cosimochellini/sort-es/compare/v1.4.0...v1.4.1) (2021-12-13) ### Features * **tests:** added missing tests ([4cf260b](https://github.com/cosimochellini/sort-es/commit/4cf260b281f08d9f1a4172f2ccfadada45c64b5b)) ### Bug Fixes * **dependency:** updated dependency ([994d4d1](https://github.com/cosimochellini/sort-es/commit/994d4d155c64c934b9ffce24a8c8dd099907bb19)) ## [1.4.0](https://github.com/cosimochellini/sort-es/compare/v1.3.11...v1.4.0) (2021-11-21) ### Bug Fixes * **dependency:** updated crucial ([cff9a42](https://github.com/cosimochellini/sort-es/commit/cff9a428bf25b19b6b4dabd899f0bcde0e8306c2)) ### [1.3.11](https://github.com/cosimochellini/sort-es/compare/v1.3.10...v1.3.11) (2021-10-30) ### Bug Fixes * **dependency:** updated dependency ([ba6de8c](https://github.com/cosimochellini/sort-es/commit/ba6de8c45022b05f640e7f1524715019fec65b39)) ### [1.3.10](https://github.com/cosimochellini/sort-es/compare/v1.3.9...v1.3.10) (2021-10-08) ### Bug Fixes * **dependency:** updated dependency ([787fc66](https://github.com/cosimochellini/sort-es/commit/787fc668ef5282e901261e65d7ef0d2ed55883ee)) ### [1.3.9](https://github.com/cosimochellini/sort-es/compare/v1.3.8...v1.3.9) (2021-09-14) ### [1.3.8](https://github.com/cosimochellini/sort-es/compare/v1.3.7...v1.3.8) (2021-08-26) ### Bug Fixes * **dependency:** updated dependency ([577af0d](https://github.com/cosimochellini/sort-es/commit/577af0d574a597b179a83ecd0a529e6fc7f58161)) ### [1.3.7](https://github.com/cosimochellini/sort-es/compare/v1.3.6...v1.3.7) (2021-08-05) ### Bug Fixes * **dependency:** updated dependency ([22017e4](https://github.com/cosimochellini/sort-es/commit/22017e4a6324399e18ab2707df5d1acffe56ef99)) ### [1.3.6](https://github.com/cosimochellini/sort-es/compare/v1.3.5...v1.3.6) (2021-07-17) ### Bug Fixes * **dependency:** updated dependency ([8c1a548](https://github.com/cosimochellini/sort-es/commit/8c1a5482cb4797f7a5341b32431096371e34f11e)) ### [1.3.5](https://github.com/cosimochellini/sort-es/compare/v1.3.4...v1.3.5) (2021-06-27) ### Bug Fixes * **dep:** updated mocha to v9 ([89b0bbe](https://github.com/cosimochellini/sort-es/commit/89b0bbe2bd6afb90ab3ba8ccb30fd924434f9d10)) ### [1.3.4](https://github.com/cosimochellini/sort-es/compare/v1.3.3...v1.3.4) (2021-06-06) ### Bug Fixes * **dependency:** updated dependency ([1260cc4](https://github.com/cosimochellini/sort-es/commit/1260cc43af33559fda6eeb58bd4c9eaba30cf79e)) ### [1.3.3](https://github.com/cosimochellini/sort-es/compare/v1.3.2...v1.3.3) (2021-05-22) ### Bug Fixes * **dep:** updated dependency ([90a13a7](https://github.com/cosimochellini/sort-es/commit/90a13a7b60122741da3d9d90cda5cabe51d44cb9)) ### [1.3.2](https://github.com/cosimochellini/sort-es/compare/v1.3.1...v1.3.2) (2021-05-03) ### Bug Fixes * **performance:** improved performance of the base sortables ([6c8880c](https://github.com/cosimochellini/sort-es/commit/6c8880ced2a4f26267558029a9febfab10ce3faf)) ### [1.3.1](https://github.com/cosimochellini/sort-es/compare/v1.3.0...v1.3.1) (2021-04-10) ### Bug Fixes * **dep:** updated dependency ([ebf17bb](https://github.com/cosimochellini/sort-es/commit/ebf17bb5c8c1f7acc3d8650fed277a6d3fb1681e)) ## [1.3.0](https://github.com/cosimochellini/sort-es/compare/v1.2.1...v1.3.0) (2021-03-20) ### Features * **byBoolean:** added byBoolean sortable ([8861c8f](https://github.com/cosimochellini/sort-es/commit/8861c8fe50f8527478f1e002d0e630b99cc9a829)) ### Bug Fixes * **dependency:** updated depedency ([2f59b0a](https://github.com/cosimochellini/sort-es/commit/2f59b0a8a160668a7ab9e359eab06e74339a64c1)) * **typo:** removed some typo ([05fb201](https://github.com/cosimochellini/sort-es/commit/05fb201d08fefb438c3ddbbc471679d10a1abb24)) ### [1.2.1](https://github.com/cosimochellini/sort-es/compare/v1.2.0...v1.2.1) (2021-03-07) ### Bug Fixes * **dep:** changed husky version ([caf43f8](https://github.com/cosimochellini/sort-es/commit/caf43f8ec3e3105b99352c0b88a11228650327ab)) * **dep:** updated ts version to 4.2.3 ([185af38](https://github.com/cosimochellini/sort-es/commit/185af3840a2338a0d48f758f93c5016e8c079576)) ## [1.2.0](https://github.com/cosimochellini/sort-es/compare/v1.1.11...v1.2.0) (2021-02-14) ### Bug Fixes * **badge:** small changes ([4cfa21d](https://github.com/cosimochellini/sort-es/commit/4cfa21d9cc7f3ff6dbc365c5fb17e09fc991c8ed)) * **by-values:** added a proper way to handle sorting of an object with number as property name ([8274b37](https://github.com/cosimochellini/sort-es/commit/8274b37cc5a11bce50f93c8455018eb44246f553)), closes [#6](https://github.com/cosimochellini/sort-es/issues/6) * **by-values:** added deprecation error ([48a7400](https://github.com/cosimochellini/sort-es/commit/48a7400c06d8bcfaf65a4926b2a67b24941dcb3b)) * **by-values:** set the array-like props as default signature ([e5890af](https://github.com/cosimochellini/sort-es/commit/e5890afb67fe53075e4529f6bead61e074bf15f4)), closes [#6](https://github.com/cosimochellini/sort-es/issues/6) ### [1.1.11](https://github.com/cosimochellini/sort-es/compare/v1.1.10...v1.1.11) (2021-01-30) ### Bug Fixes * **dependency:** updated dependency ([42fc593](https://github.com/cosimochellini/sort-es/commit/42fc59300407515c096dbe9a22ea10c74714aab9)) ### [1.1.10](https://github.com/cosimochellini/sort-es/compare/v1.1.9...v1.1.10) (2021-01-06) ### Bug Fixes * **dependency:** updated dependency ([c421891](https://github.com/cosimochellini/sort-es/commit/c4218914e3189824ac875ac7f3e411c27213c0ac)) ### [1.1.9](https://github.com/cosimochellini/sort-es/compare/v1.1.8...v1.1.9) (2020-12-12) ### Bug Fixes * **dependency:** updated dependency + fix nyc report ([bf3dc79](https://github.com/cosimochellini/sort-es/commit/bf3dc799ad59740d9560e8c416e6e2aceab307de)) ### [1.1.8](https://github.com/cosimochellini/sort-es/compare/v1.1.7...v1.1.8) (2020-11-28) ### Features * **sortables:** fixed the type of byAny and byValue ([6b9de24](https://github.com/cosimochellini/sort-es/commit/6b9de24a1b8728803309ea525c034a835148ddda)) ### [1.1.7](https://github.com/cosimochellini/sort-es/compare/v1.1.6...v1.1.7) (2020-11-21) ### Bug Fixes * **dependency:** updated TS to 4.1 ([737fda9](https://github.com/cosimochellini/sort-es/commit/737fda9beac27ee58c8d8861079045bdb194852b)) ### [1.1.6](https://github.com/cosimochellini/sort-es/compare/v1.1.5...v1.1.6) (2020-10-31) ### Bug Fixes * **dependency:** updated dependency ([6f07950](https://github.com/cosimochellini/sort-es/commit/6f079507cd1ada62e61fd85f66cd6e3f40598219)) ### [1.1.5](https://github.com/cosimochellini/sort-es/compare/v1.1.4...v1.1.5) (2020-10-10) ### Bug Fixes * **dependency:** updated dependency ([2115a77](https://github.com/cosimochellini/sort-es/commit/2115a77401f18364c31741d23b7629a02335aa0a)) ### [1.1.4](https://github.com/cosimochellini/sort-es/compare/v1.1.1...v1.1.4) (2020-09-18) ### Features * **dependency:** updated dependency ([c713cfd](https://github.com/cosimochellini/sort-es/commit/c713cfdb9bbe96cdb67df212fe902491d53659aa)) ### Bug Fixes * **dependency:** updated dependency ([dd59ae8](https://github.com/cosimochellini/sort-es/commit/dd59ae8a489cb9f3ab4453b0b570deed6e0f67f8)) * **dependency:** updated dependency 0509 (TypeScript V4) ([fbbf7f5](https://github.com/cosimochellini/sort-es/commit/fbbf7f59d37f98c925246c4181a85e92404b5813)) * **dependency:** updated dependency 1308 ([424b508](https://github.com/cosimochellini/sort-es/commit/424b508e0873e7e2bf21f316de4169d79cde0dfe)) * **dependency:** updated dependency 2507 ([8bf22ee](https://github.com/cosimochellini/sort-es/commit/8bf22eed8b9140d7dcf4facc4b2e38e0e23e240d)) ## [1.1.2](https://github.com/cosimochellini/sort-es/compare/v1.1.1...v1.1.2) (2020-09-05) ### Features * **dependency:** updated dependency ([c713cfd](https://github.com/cosimochellini/sort-es/commit/c713cfdb9bbe96cdb67df212fe902491d53659aa)) ### Bug Fixes * **dependency:** updated dependency 1308 ([424b508](https://github.com/cosimochellini/sort-es/commit/424b508e0873e7e2bf21f316de4169d79cde0dfe)) * **dependency:** updated dependency 2507 ([8bf22ee](https://github.com/cosimochellini/sort-es/commit/8bf22eed8b9140d7dcf4facc4b2e38e0e23e240d)) ### [1.1.1](https://github.com/cosimochellini/sort-es/compare/v1.1.0...v1.1.1) (2020-07-10) ## [1.1.0](https://github.com/cosimochellini/sort-es/compare/v1.0.0...v1.1.0) (2020-06-20) ### Features * **mergedByStringSortables:** merged byStringLowerCase in byString ([bcf5ba7](https://github.com/cosimochellini/sort-es/commit/bcf5ba71dca84708a88650af280157827177f410)) ## [1.0.0](https://github.com/cosimochellini/sort-es/compare/v0.6.9...v1.0.0) (2020-06-20) ### [0.6.10](https://github.com/cosimochellini/sort-es/compare/v0.6.9...v0.6.10) (2020-06-20) ### [0.6.9](https://github.com/cosimochellini/sort-es/compare/v0.6.8...v0.6.9) (2020-06-15) ### Bug Fixes * **dependency:** updated dependency 1506 ([3959d89](https://github.com/cosimochellini/sort-es/commit/3959d89d9581f21cb6e59cd8091933dd0387a8c7)) ### [0.6.8](https://github.com/cosimochellini/sort-es/compare/v0.6.7...v0.6.8) (2020-05-31) ### Bug Fixes * **dependencies:** updated dependency 3105 ([79e321d](https://github.com/cosimochellini/sort-es/commit/79e321d0ab708c4e8dc794c01d4dea7f5cbf3070)) ### [0.6.7](https://github.com/cosimochellini/sort-es/compare/v0.6.6...v0.6.7) (2020-05-11) ### Bug Fixes * **dependency:** updated dependency 1105 ([249d75c](https://github.com/cosimochellini/sort-es/commit/249d75c7e31076f428dd5639d5949c78aafdc058)) ### [0.6.6](https://github.com/cosimochellini/sort-es/compare/v0.6.5...v0.6.6) (2020-04-27) ### Bug Fixes * **dependency:** updated dependency ([fa33b68](https://github.com/cosimochellini/sort-es/commit/fa33b68da43bb5db4fa96e1a5e53616cb2d973ac)) * **dev-dependency:** updated dependency 2704 ([15459d8](https://github.com/cosimochellini/sort-es/commit/15459d8d7a3a91b081c2904f672d9b1804b41456)) ### [0.6.5](https://github.com/cosimochellini/sort-es/compare/v0.6.4...v0.6.5) (2020-04-12) ### Features * **side effects:** explained removed siteEffects ([8ff114c](https://github.com/cosimochellini/sort-es/commit/8ff114c741d7d67888f0876d351e8670b7342ed0)) ### Bug Fixes * **ci:** fixed build ci for npm ([033cfcb](https://github.com/cosimochellini/sort-es/commit/033cfcb13f8ced13176c23f270a7cc66413105aa)) * **ci:** fixed ci deployment and test ([94fe5fe](https://github.com/cosimochellini/sort-es/commit/94fe5fe2749649ffd8b71a193a9bbde9b9f2a964)) ### [0.6.4](https://github.com/cosimochellini/sort-es/compare/v0.3.4...v0.6.4) (2020-03-29) ### Features * **bundle:** changed the structure of the exported file for a better intellisense ([ee736e4](https://github.com/cosimochellini/sort-es/commit/ee736e43ea7271142b993583db305a316001b84b)) ### Bug Fixes * **version:** updated version ([5562c40](https://github.com/cosimochellini/sort-es/commit/5562c40a8ea9b16475693aef0a8be12f240ff3db)) ### [0.3.4](https://github.com/cosimochellini/sort-es/compare/v0.3.3...v0.3.4) (2020-03-28) ### Features * **types:** simplified some types for a better autocomplete ([466f10b](https://github.com/cosimochellini/sort-es/commit/466f10b19804f5bbbe788d2cee2e7a18e8eaa11e)) ### [0.3.3](https://github.com/cosimochellini/sort-es/compare/v0.3.2...v0.3.3) (2020-03-24) ### Features * **tests:** added test for byValues ([39b76fe](https://github.com/cosimochellini/sort-es/commit/39b76fe12b1817c5f18f579c15f729d3c5d6b6c3)) ### Bug Fixes * **dependency:** updated dependency ([63e6ccd](https://github.com/cosimochellini/sort-es/commit/63e6ccdb3dc398ac269638d3e952fd8fb4f51e0e)) * **dependency:** updated dependency ([9bcb4f9](https://github.com/cosimochellini/sort-es/commit/9bcb4f9efc24b981874569066b7f6268645d303d)) * **test:** fixed some small test ([6331ecf](https://github.com/cosimochellini/sort-es/commit/6331ecfdc21096431fbcf3f797c2e0f16847d524)) ### [0.3.2](https://github.com/cosimochellini/sort-es/compare/v0.2.13...v0.3.2) (2020-03-17) ### Features * added test for byAny sortable ([b3ad87b](https://github.com/cosimochellini/sort-es/commit/b3ad87b71b7c6fb6019c9acb8585cff18e9025eb)) ### [0.2.13](https://github.com/cosimochellini/sort-es/compare/v0.2.12...v0.2.13) (2020-03-06) ### Features * **sort:** added byValues sorting fn ([599f208](https://github.com/cosimochellini/sort-es/commit/599f208464ecbccd97ac4e19d1e4157f424299f0)) ### Bug Fixes * fixed some runs ([fbe23ac](https://github.com/cosimochellini/sort-es/commit/fbe23ac8690886149888f2d6637a6bbfd2c57ffe)) * path for types ([02e127b](https://github.com/cosimochellini/sort-es/commit/02e127b641095f483dc52724fb6852f5d9fdc733)) ### [0.2.12](https://github.com/cosimochellini/sort-es/compare/v0.2.11...v0.2.12) (2020-03-03) ### Features * added async sort ([284831c](https://github.com/cosimochellini/sort-es/commit/284831cf9333d7ce1c14a31c76c905bf1a00d766)) * added byAny and byAsyncValue ([04dadcb](https://github.com/cosimochellini/sort-es/commit/04dadcb192af18795d1aa4de22961e350461eb3b)) * added more sort options ([bdcdd9f](https://github.com/cosimochellini/sort-es/commit/bdcdd9f240e5c0ae99b3024a42269b2f850493c4)) * added sortable byStringLowerCase ([9410526](https://github.com/cosimochellini/sort-es/commit/9410526fe87ce8f6a136e084662f3d92456d97bf)) ### Bug Fixes * fixed codecov CI ([e6749f0](https://github.com/cosimochellini/sort-es/commit/e6749f04278b90a519b2ef40d02337647eb8d71b)) ### [0.2.11](https://github.com/cosimochellini/sort-es/compare/v0.2.10...v0.2.11) (2020-02-27) ### Features * added more unit tests ([472cb2c](https://github.com/cosimochellini/sort-es/commit/472cb2c9aca02ee3bdf262e62135e2f9cf8e9722)) * finished codecov integration ([0eac5ef](https://github.com/cosimochellini/sort-es/commit/0eac5ef85bd95fc5b1c9d885f1f4c6b9e6699329)) * initial test for coverage ([54255b4](https://github.com/cosimochellini/sort-es/commit/54255b4f8a532cd749d3bb527b34cd3f4882b828)) ### Bug Fixes * 1 more test ([1ddc046](https://github.com/cosimochellini/sort-es/commit/1ddc04657905ae94ffeeec1bf51e462ebbd6c38e)) * a bumped version ([1e0c2a0](https://github.com/cosimochellini/sort-es/commit/1e0c2a069309ae9d398d7e67b6f8e04d11c77154)) * f ([e63cef2](https://github.com/cosimochellini/sort-es/commit/e63cef28c51fc46b974409f0e16f67e1a5eb78ab)) * test ([c7715f9](https://github.com/cosimochellini/sort-es/commit/c7715f968f15d3ef4f52d65a1e14d8c2c4dac586)) ### [0.2.10](https://github.com/cosimochellini/sort-es/compare/v0.2.9...v0.2.10) (2020-02-26) ### Bug Fixes * fixed import for types ([b4ed816](https://github.com/cosimochellini/sort-es/commit/b4ed816af386921b86a79643bf4fd21f324a8692)) ### [0.2.8](https://github.com/cosimochellini/sort-es/compare/v0.2.7...v0.2.8) (2020-02-22) ### [0.2.9](https://github.com/cosimochellini/sort-es/compare/v0.2.7...v0.2.9) (2020-02-23) ### [0.2.8](https://github.com/cosimochellini/sort-es/compare/v0.2.7...v0.2.8) (2020-02-22) ### Features * added first tests ([c064b7c](https://github.com/cosimochellini/sort-es/commit/c064b7c56204befc84993616d66a71098915b7f6)) * added more tests + coverage ([e2fa77b](https://github.com/cosimochellini/sort-es/commit/e2fa77bec3a325b048bd0a3537fc8d31f471f9b1)) * added sem version ([c8966c3](https://github.com/cosimochellini/sort-es/commit/c8966c30e46ed150447a1518440d4b8cece89e41)) * added tests for byNumber and ByDate ([5aa96e6](https://github.com/cosimochellini/sort-es/commit/5aa96e6833ac4019a47e2d65ef3fc75ec8e722ce)) ### Bug Fixes * added badges ([ad26439](https://github.com/cosimochellini/sort-es/commit/ad2643950b08c564f672305e1d8d9c70c3138929)) * resolved dependency correctly ([16b96ee](https://github.com/cosimochellini/sort-es/commit/16b96ee1086f67cc49e0f7ecc6d25497d2d80c9b)) ### [0.2.4](https://github.com/cosimochellini/sort-es/compare/v0.2.3...v0.2.4) (2020-02-22) ### [0.2.8](https://github.com/cosimochellini/sort-es/compare/v0.2.7...v0.2.8) (2020-02-23) ### Features * added first tests ([c064b7c](https://github.com/cosimochellini/sort-es/commit/c064b7c56204befc84993616d66a71098915b7f6)) * added more tests + coverage ([e2fa77b](https://github.com/cosimochellini/sort-es/commit/e2fa77bec3a325b048bd0a3537fc8d31f471f9b1)) * added sem version ([c8966c3](https://github.com/cosimochellini/sort-es/commit/c8966c30e46ed150447a1518440d4b8cece89e41)) * added tests for byNumber and ByDate ([5aa96e6](https://github.com/cosimochellini/sort-es/commit/5aa96e6833ac4019a47e2d65ef3fc75ec8e722ce)) * added sem version ([c8966c3](https://github.com/cosimochellini/sort-es/commit/c8966c30e46ed150447a1518440d4b8cece89e41)) ### Bug Fixes * added badges ([ad26439](https://github.com/cosimochellini/sort-es/commit/ad2643950b08c564f672305e1d8d9c70c3138929)) * resolved dependency correctly ([16b96ee](https://github.com/cosimochellini/sort-es/commit/16b96ee1086f67cc49e0f7ecc6d25497d2d80c9b)) ### [0.2.4](https://github.com/cosimochellini/sort-es/compare/v0.2.3...v0.2.4) (2020-02-22) ### [0.2.7](https://github.com/cosimochellini/sort-es/compare/v0.2.3...v0.2.7) (2020-02-22) ### Features * added sem versioning ([150a096](https://github.com/cosimochellini/sort-es/commit/150a096f17ad60167ccc8e913765c2f8cd2c6d3f)) ### [0.2.6](https://github.com/cosimochellini/sort-es/compare/v0.2.3...v0.2.6) (2020-02-22) ### [0.2.5](https://github.com/cosimochellini/sort-es/compare/v0.2.3...v0.2.5) (2020-02-22) ### [0.2.4](https://github.com/cosimochellini/sort-es/compare/v0.2.3...v0.2.4) (2020-02-22)