@bluelovers/string-natural-compare
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.2](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@1.0.1...@bluelovers/string-natural-compare@1.0.2) (2020-06-06) | ||
### Features | ||
* check (a === b) ([290cb69](https://github.com/bluelovers/ws-array/commit/290cb69b2360d0b5fe27f27b111d8670dc969e2f)) | ||
## 1.0.1 (2020-06-03) | ||
@@ -8,0 +19,0 @@ |
@@ -30,2 +30,5 @@ "use strict"; | ||
} | ||
if (a === b) { | ||
return 0; | ||
} | ||
i = string_natural_compare_1.default(a, b, opts); | ||
@@ -32,0 +35,0 @@ } |
{ | ||
"name": "@bluelovers/string-natural-compare", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm", | ||
@@ -38,3 +38,3 @@ "homepage": "https://github.com/bluelovers/ws-array/tree/master/packages/string-natural-compare#readme", | ||
}, | ||
"gitHead": "03c9631a12b129ef758aef972d987186a275422f" | ||
"gitHead": "6442c5d612293619623b0a1861774f512fc21054" | ||
} |
Sorry, the diff of this file is not supported yet
8795
109