From dfc99d28c9fd43aaa2a4e36cb0be11386cbdd457 Mon Sep 17 00:00:00 2001 From: John Hunter Date: Tue, 26 Aug 2014 17:39:11 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 44f7def..1dc05c1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ We endevour to keep this fork compatible with original however if requirements c [Huddle / javascript-natural-sort](https://github.com/Huddle/javascript-natural-sort) +### version + +moved to semvar +v1.0.7 + ### Localisation Tokenised string fragments are compared using the native JavaScript [`localeCompare`](https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/localeCompare) method. This helps ensure that extended characters are sorted as per users expectations.