Array Sort By Versions Save

Powerful mechanism to sort arrays or array of objects by one or more properties. You can also specify a custom comparer function.

1.2.1

6 years ago

Fixes

  1. Fixes #6: Wrong value for "main" field in package.json

1.2.0

6 years ago

Features

  1. Added sortBy.mapAccents which extends accented characters with their replacements.
  2. Added sort-by-full.min.js file which contains some polyfills.
  3. Added unit tests with AVA testing framework.

1.1.2

6 years ago

Improvements

  1. Accented characters are translated to unicode values

1.1.0

6 years ago

Features

  1. Added support for accented characters.
  2. Ignored case sensitive by default.