@thi.ng/strings
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.5...@thi.ng/strings@2.1.6) (2021-08-17) | ||
## [2.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.6...@thi.ng/strings@2.1.7) (2021-09-03) | ||
@@ -15,42 +15,2 @@ **Note:** Version bump only for package @thi.ng/strings | ||
## [2.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.4...@thi.ng/strings@2.1.5) (2021-08-08) | ||
**Note:** Version bump only for package @thi.ng/strings | ||
## [2.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.3...@thi.ng/strings@2.1.4) (2021-08-08) | ||
**Note:** Version bump only for package @thi.ng/strings | ||
## [2.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.2...@thi.ng/strings@2.1.3) (2021-08-04) | ||
**Note:** Version bump only for package @thi.ng/strings | ||
## [2.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.1...@thi.ng/strings@2.1.2) (2021-07-01) | ||
**Note:** Version bump only for package @thi.ng/strings | ||
## [2.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.0...@thi.ng/strings@2.1.1) (2021-06-08) | ||
**Note:** Version bump only for package @thi.ng/strings | ||
# [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.0.0...@thi.ng/strings@2.1.0) (2021-03-24) | ||
@@ -57,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/strings", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "Various string formatting & utility functions", | ||
@@ -41,6 +41,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.9", | ||
"@thi.ng/api": "^7.2.0", | ||
"@thi.ng/errors": "^1.3.4", | ||
"@thi.ng/hex": "^1.0.4", | ||
"@thi.ng/memoize": "^2.1.20" | ||
"@thi.ng/memoize": "^2.1.21" | ||
}, | ||
@@ -83,3 +83,3 @@ "files": [ | ||
}, | ||
"gitHead": "3365151f112c39f224541f5ac4cedf3370eb9ba4" | ||
"gitHead": "d971cb3f9b215a95483f78f1a8614015e331146f" | ||
} |
@@ -154,3 +154,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
| Screenshot | Description | Live demo | Source | | ||
| -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | --------------------------------------------------------- | -------------------------------------------------------------------------------------- | | ||
|:---------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------| | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/crypto-chart.png" width="240"/> | Basic crypto-currency candle chart with multiple moving averages plots | [Demo](https://demo.thi.ng/umbrella/crypto-chart/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/crypto-chart) | | ||
@@ -157,0 +157,0 @@ | | Basic SPA example with atom-based UI router | [Demo](https://demo.thi.ng/umbrella/login-form/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/login-form) | |
168411
Updated@thi.ng/api@^7.2.0
Updated@thi.ng/memoize@^2.1.21