Skip to content

Releases: jvandenaardweg/sort-by-property

v1.0.2

14 Nov 08:16
Compare
Choose a tag to compare

v1.0.1

14 Nov 08:03
Compare
Choose a tag to compare
  • feat: use rollup to create dist files c00fca7

v1.0.0

14 Nov 07:39
Compare
Choose a tag to compare

Bump from 0.6.0 to 1.0.0

  • test: better structure tests 4542c27
  • chore: update readme on performance da3d3e6
  • test: use toStrictEqual to also allow type checking undefined values 82a1401
  • refactor: better re-use of functions 1abd406
  • chore: update readme a8d9aff
  • refactor: rename propertyPath type 8c22039
  • chore: update readme 2d04df2
  • chore: update readme 307af80
  • refactor: rename isSymbol parameter to be consistent with other util methods 2bb82c0
  • chore: update readme e41e1da

v0.6.0

11 Nov 15:14
Compare
Choose a tag to compare
  • feat: added support for sorting symbols ded98a9
  • refactor: use method to get property values from names b91469c
  • refactor: use stricter function return types 41f7e63
  • test: fix typo in test 798a42e

v0.5.1

11 Nov 14:33
Compare
Choose a tag to compare
  • chore: fix ci on performance.ts abb49db

v0.5.0

11 Nov 14:31
Compare
Choose a tag to compare
  • feat: performance improvement on large arrays by not using reduce when the propertyPath is only 1 level b157a82
  • test: improve tests 413991b
  • docs: fix parameter typo 5e81eae
  • chore: do not add example files to dist d050ef1

v0.4.4

11 Nov 11:22
Compare
Choose a tag to compare
  • chore: update issue templates 4731c97
  • refactor: move supported types in SupportedTypes type e111016
  • refactor: do not split the path each time we sort an object d4705c5
  • refactor: rename aProperty and bProperty to a better variable name 10e9a2c
  • refactor: rename splittedPath to propertyNames 38f2488
  • chore: add config.yml 64332ff
  • chore: update readme d753636
  • refactor: suppress any eslint warning 10b329c

v0.4.3

08 Nov 21:35
Compare
Choose a tag to compare
  • feat: add dist folder to npm package 6caa045

v0.4.2

08 Nov 21:28
Compare
Choose a tag to compare
  • refactor: move bigint check down its probably the least used c579f8a
  • test: add extra bigint test 2c2e4f3
  • feat: correctly build files dfaad88
  • chore: remove commented console log 383f3af

v0.4.1

08 Nov 21:10
Compare
Choose a tag to compare