@bluelovers/string-natural-compare
Advanced tools
Comparing version 1.0.3 to 1.0.7
@@ -6,2 +6,43 @@ # Change Log | ||
## [1.0.7](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@1.0.6...@bluelovers/string-natural-compare@1.0.7) (2020-06-16) | ||
### 🔖 Miscellaneous | ||
* . ([cd1cb58](https://github.com/bluelovers/ws-array/commit/cd1cb580fb89d57cb3a5083e150d6fa56db316a0)) | ||
## [1.0.6](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@1.0.5...@bluelovers/string-natural-compare@1.0.6) (2020-06-16) | ||
### 🔖 Miscellaneous | ||
* . ([bfe589c](https://github.com/bluelovers/ws-array/commit/bfe589c597da1f2968eeba1ed98e8f504c1e6b82)) | ||
## [1.0.5](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@1.0.4...@bluelovers/string-natural-compare@1.0.5) (2020-06-16) | ||
### 🔖 Miscellaneous | ||
* . ([bd8ce29](https://github.com/bluelovers/ws-array/commit/bd8ce293a344063948e326f5b426d1ccc860c813)) | ||
## [1.0.4](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@1.0.3...@bluelovers/string-natural-compare@1.0.4) (2020-06-16) | ||
**Note:** Version bump only for package @bluelovers/string-natural-compare | ||
## [1.0.3](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@1.0.2...@bluelovers/string-natural-compare@1.0.3) (2020-06-08) | ||
@@ -8,0 +49,0 @@ |
@@ -26,5 +26,6 @@ /** | ||
export declare namespace naturalCompare { | ||
var createNew: typeof import("./core").createNew; | ||
var compareCaseInsensitive: (a: any, b: any) => number; | ||
var default: typeof naturalCompare; | ||
export var createNew: typeof import("./core").createNew; | ||
export var compareCaseInsensitive: (a: any, b: any) => number; | ||
var _a: typeof naturalCompare; | ||
export { _a as default }; | ||
} | ||
@@ -31,0 +32,0 @@ /** |
@@ -57,3 +57,4 @@ "use strict"; | ||
naturalCompare.default = naturalCompare; | ||
Object.defineProperty(naturalCompare, "__esModule", { value: true }); | ||
exports.default = naturalCompare; | ||
//# sourceMappingURL=core.js.map |
{ | ||
"name": "@bluelovers/string-natural-compare", | ||
"version": "1.0.3", | ||
"version": "1.0.7", | ||
"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": "18168eb8846b35101f0007d2c72f46e20911d8c7" | ||
"gitHead": "315a9098b8d606eb0be8a9edc7b5fe0674c452d1" | ||
} |
Sorry, the diff of this file is not supported yet
10410
111