kitsu-core
Advanced tools
Comparing version 5.1.1 to 5.2.0
@@ -0,1 +1,22 @@ | ||
### 5.2.0 (2018-06-25) | ||
##### Build System / Dependencies | ||
* update dependency eslint to ~5.0.0 (#179) (91dd6e5f) | ||
* update dependency rollup to ~0.61.0 (#178) (8244747e) | ||
* update dependency cross-env to ~5.2.0 (#176) (84ca9373) | ||
* update dependency documentation to ~8.0.0 (#173) (a1e441b8) | ||
* update dependency rollup to ~0.60.0 (#174) (1ead68dd) | ||
##### Chores | ||
* **deps:** update dependency jest to ~23.1.0 (#172) (b84b615f) | ||
* **renovate:** scope package updates (00f934da) | ||
##### New Features | ||
* **kitsu:** | ||
* alias `remove` to `delete` (closes #180) (90cad878) | ||
* rename `remove` to `delete` (ae38b027) | ||
#### 5.1.1 (2018-06-01) | ||
@@ -2,0 +23,0 @@ |
{ | ||
"version": "5.1.1", | ||
"version": "5.2.0", | ||
"name": "kitsu-core", | ||
@@ -4,0 +4,0 @@ "description": "Core serialisation and deserialsation functions for the kitsu JSON:API client", |
@@ -78,11 +78,27 @@ # Kitsu Core | ||
- [camel](#camel) | ||
- [Parameters](#parameters) | ||
- [Examples](#examples) | ||
- [deattribute](#deattribute) | ||
- [Parameters](#parameters-1) | ||
- [Examples](#examples-1) | ||
- [deserialise](#deserialise) | ||
- [Parameters](#parameters-2) | ||
- [Examples](#examples-2) | ||
- [error](#error) | ||
- [Parameters](#parameters-3) | ||
- [filterIncludes](#filterincludes) | ||
- [Parameters](#parameters-4) | ||
- [kebab](#kebab) | ||
- [Parameters](#parameters-5) | ||
- [Examples](#examples-3) | ||
- [linkRelationships](#linkrelationships) | ||
- [Parameters](#parameters-6) | ||
- [query](#query) | ||
- [Parameters](#parameters-7) | ||
- [serialise](#serialise) | ||
- [Parameters](#parameters-8) | ||
- [Examples](#examples-4) | ||
- [snake](#snake) | ||
- [Parameters](#parameters-9) | ||
- [Examples](#examples-5) | ||
@@ -93,7 +109,7 @@ ### camel | ||
**Parameters** | ||
#### Parameters | ||
- `s` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** String to convert | ||
**Examples** | ||
#### Examples | ||
@@ -118,7 +134,7 @@ _Convert kebab-case_ | ||
**Parameters** | ||
#### Parameters | ||
- `data` **([Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object) \| [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array))** Resource data | ||
**Examples** | ||
#### Examples | ||
@@ -159,7 +175,7 @@ _Deattribute an array of resources_ | ||
**Parameters** | ||
#### Parameters | ||
- `obj` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** The response | ||
**Examples** | ||
#### Examples | ||
@@ -208,3 +224,3 @@ _Deserialise with a basic data object_ | ||
**Parameters** | ||
#### Parameters | ||
@@ -220,3 +236,3 @@ - `E` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** The Error | ||
**Parameters** | ||
#### Parameters | ||
@@ -234,7 +250,7 @@ - `included` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** The response included object | ||
**Parameters** | ||
#### Parameters | ||
- `s` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** camelCase string | ||
**Examples** | ||
#### Examples | ||
@@ -251,3 +267,3 @@ ```javascript | ||
**Parameters** | ||
#### Parameters | ||
@@ -261,3 +277,3 @@ - `data` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** The response data object | ||
**Parameters** | ||
#### Parameters | ||
@@ -273,3 +289,3 @@ - `params` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** Parameters to parse | ||
**Parameters** | ||
#### Parameters | ||
@@ -280,3 +296,3 @@ - `model` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Request model | ||
**Examples** | ||
#### Examples | ||
@@ -298,7 +314,7 @@ _Due to its usage in kitsu, it **MUST** be called with **this** set in 5.0.x_ | ||
**Parameters** | ||
#### Parameters | ||
- `s` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** camelCase string | ||
**Examples** | ||
#### Examples | ||
@@ -305,0 +321,0 @@ ```javascript |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
376
0
90021
9
84