@rentspree/path
Advanced tools
Comparing version 0.1.15 to 0.1.16
{ | ||
"name": "@rentspree/path", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "URL path params/query resolve with ease", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"lodash": "^4.17.10", | ||
"lodash": "^4.17.11", | ||
"path-to-regexp": "^2.2.1", | ||
@@ -58,3 +58,3 @@ "qs": "^6.5.2" | ||
"chai": "^4.1.2", | ||
"documentation": "^7.1.0", | ||
"documentation": "^9.3.0", | ||
"eslint": "^4.19.1", | ||
@@ -61,0 +61,0 @@ "eslint-config-airbnb-base": "^12.1.0", |
@@ -52,6 +52,14 @@ # rentspree-path | ||
- [buildPath](#buildpath) | ||
- [Parameters](#parameters) | ||
- [Examples](#examples) | ||
- [setErrorClass](#seterrorclass) | ||
- [Parameters](#parameters-1) | ||
- [Examples](#examples-1) | ||
- [query](#query) | ||
- [parse](#parse) | ||
- [Parameters](#parameters-2) | ||
- [Examples](#examples-2) | ||
- [stringify](#stringify) | ||
- [Parameters](#parameters-3) | ||
- [Examples](#examples-3) | ||
@@ -66,3 +74,3 @@ ### ParamInterpolatedError | ||
**Parameters** | ||
#### Parameters | ||
@@ -73,3 +81,3 @@ - `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** the path regex | ||
**Examples** | ||
#### Examples | ||
@@ -92,7 +100,7 @@ ```javascript | ||
**Parameters** | ||
#### Parameters | ||
- `error` **Class** an Error class which would be thrown | ||
**Examples** | ||
#### Examples | ||
@@ -112,7 +120,7 @@ ```javascript | ||
**Parameters** | ||
##### Parameters | ||
- `str` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** the string to parse (optional, default `""`) | ||
**Examples** | ||
##### Examples | ||
@@ -135,7 +143,7 @@ ```javascript | ||
**Parameters** | ||
##### Parameters | ||
- `obj` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** the object to be stringify (optional, default `{}`) | ||
**Examples** | ||
##### Examples | ||
@@ -142,0 +150,0 @@ ```javascript |
16981
154
Updatedlodash@^4.17.11