@zodash/format
Advanced tools
Comparing version 1.0.1-alpha.20 to 1.1.0-alpha.0
@@ -6,2 +6,14 @@ # Change Log | ||
# 1.1.0-alpha.0 (2020-07-31) | ||
### Features | ||
* **@zodash/format:** support map function, combined with @zodash/get or lodash.get is more powerful ([769b2f0](https://github.com/zcorky/zodash/commit/769b2f02e3a4b9c4e7287a901a9bcfd481f5581d)) | ||
* **@zodash/routes-builder:** support basePath option ([40ac805](https://github.com/zcorky/zodash/commit/40ac805755cf64682df91f8693cd252d95661d04)) | ||
## [1.0.1-alpha.20](https://github.com/zcorky/zodash/compare/@zodash/format@1.0.1-alpha.19...@zodash/format@1.0.1-alpha.20) (2019-12-24) | ||
@@ -8,0 +20,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.format = void 0; | ||
const DEFAULT_SEPERATOR = { | ||
@@ -4,0 +5,0 @@ start: '{', |
{ | ||
"name": "@zodash/format", | ||
"version": "1.0.1-alpha.20", | ||
"version": "1.1.0-alpha.0", | ||
"description": "format string with object values", | ||
@@ -68,3 +68,6 @@ "keywords": [ | ||
}, | ||
"gitHead": "85faa88f04a8a8c2454a5274a6f29c602d8dc04d" | ||
"gitHead": "64874eb0f5ed4a0b664bbdf64e5e1ca6430b14c9", | ||
"devDependencies": { | ||
"@zodash/get": "^1.0.22" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
6382
21
1