Comparing version 3.0.2 to 3.0.3
@@ -0,1 +1,20 @@ | ||
#### 3.0.3 (2017-11-01) | ||
##### Chores | ||
* loosen production dependencies to major versions ([8bb3bc35](https://github.com/wopian/kitsu/commit/8bb3bc35a65416e295f4e198ecbbe8756e768c69)) | ||
* remove oauth2 and authorisation tags ([fc13f42d](https://github.com/wopian/kitsu/commit/fc13f42d75bb3a1a0f145043b392361941c4bad2)) | ||
##### Continuous Integration | ||
* disable appveyor cache until they fix unzipping it ([2b3f8d70](https://github.com/wopian/kitsu/commit/2b3f8d70f31e89e278ed8d483125c68163542f69)) | ||
##### Documentation Changes | ||
* fix typos ([3a8c0aad](https://github.com/wopian/kitsu/commit/3a8c0aadcf4848399da0a5428db1bcaa2b39601e)) | ||
* fix timeout capitalisation ([eae07a2f](https://github.com/wopian/kitsu/commit/eae07a2fcb5ea69275e42d4334faca4ae0f9096b)) | ||
* reword features list ([ee3d0ccb](https://github.com/wopian/kitsu/commit/ee3d0ccbca924f89eb3ea507325523ba644b009a)) | ||
* fix compliant typo in README ([657cc188](https://github.com/wopian/kitsu/commit/657cc1886d2e730cb1566decf516cd6284ee46d9)) | ||
* reword kitsu.io api documentation ([eb814cec](https://github.com/wopian/kitsu/commit/eb814cec91865709c737f702e4620baee4486348)) | ||
#### 3.0.2 (2017-10-13) | ||
@@ -2,0 +21,0 @@ |
14
DOCS.md
@@ -57,3 +57,3 @@ <!-- Generated by documentation.js. Update this documentation by updating the source code. --> | ||
```javascript | ||
// Recieve all the headers | ||
// Receive all the headers | ||
console.log(api.headers) | ||
@@ -63,3 +63,3 @@ ``` | ||
```javascript | ||
// Recieve a specific header | ||
// Receive a specific header | ||
console.log(api.headers['user-agent']) | ||
@@ -129,5 +129,5 @@ ``` | ||
- `params.page.offset` **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** Number of resources to offset the dataset by | ||
- `params.fields` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** Return a sparce fieldset with only the included attributes/relationships jsonapi.org/format/#fetching-sparse-fieldsets | ||
- `params.fields` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** Return a sparse fieldset with only the included attributes/relationships jsonapi.org/format/#fetching-sparse-fieldsets | ||
- `params.filter` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** Filter dataset by attribute values jsonapi.org/format/#fetching-filtering | ||
- `params.sort` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** Sort dataset by one or more comma seperated attributes (prepend `-` for descending order) jsonapi.org/format/#fetching-sorting | ||
- `params.sort` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** Sort dataset by one or more comma separated attributes (prepend `-` for descending order) jsonapi.org/format/#fetching-sorting | ||
- `params.include` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** Include relationship data jsonapi.org/format/#fetching-includes | ||
@@ -206,3 +206,3 @@ | ||
- `params` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** JSON-API request queries | ||
- `params.fields` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** Return a sparce fieldset with only the included attributes/relationships jsonapi.org/format/#fetching-sparse-fieldsets | ||
- `params.fields` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** Return a sparse fieldset with only the included attributes/relationships jsonapi.org/format/#fetching-sparse-fieldsets | ||
- `params.include` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** Include relationship data jsonapi.org/format/#fetching-includes | ||
@@ -213,3 +213,3 @@ | ||
```javascript | ||
// Recieve all attributes | ||
// Receive all attributes | ||
api.self() | ||
@@ -219,3 +219,3 @@ ``` | ||
```javascript | ||
// Recieve a sparce fieldset | ||
// Receive a sparse fieldset | ||
api.self({ | ||
@@ -222,0 +222,0 @@ fields: 'name,birthday' |
{ | ||
"name": "kitsu", | ||
"version": "3.0.2", | ||
"description": "Simple & lightweight JSON-API client for Kitsu and other complient APIs", | ||
"version": "3.0.3", | ||
"description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs", | ||
"license": "MIT", | ||
@@ -35,4 +35,2 @@ "author": "James Harris <wopian@wopian.me>", | ||
"drama", | ||
"oauth2", | ||
"authentication", | ||
"api", | ||
@@ -59,7 +57,7 @@ "wrapper", | ||
"dependencies": { | ||
"axios": "~0.16.2", | ||
"babel-runtime": "~6.26.0", | ||
"camelcase": "~4.1.0", | ||
"decamelize": "~1.2.0", | ||
"pluralize": "~7.0.0" | ||
"axios": "^0.17.0", | ||
"babel-runtime": "^6.26.0", | ||
"camelcase": "^4.1.0", | ||
"decamelize": "^1.2.0", | ||
"pluralize": "^7.0.0" | ||
}, | ||
@@ -69,17 +67,17 @@ "devDependencies": { | ||
"babel-core": "~6.26.0", | ||
"babel-eslint": "~7.2.3", | ||
"babel-eslint": "~8.0.1", | ||
"babel-plugin-transform-runtime": "~6.23.0", | ||
"babel-preset-env": "~1.6.0", | ||
"babel-preset-stage-0": "~6.24.1", | ||
"cross-env": "~5.0.1", | ||
"cross-env": "~5.1.0", | ||
"documentation": "~5.3.3", | ||
"eslint": "~4.6.0", | ||
"eslint-plugin-jest": "~20.0.3", | ||
"generate-changelog": "~1.4.0", | ||
"jest": "~20.0.4", | ||
"js-beautify": "~1.6.14", | ||
"rollup": "~0.49.2", | ||
"eslint": "~4.10.0", | ||
"eslint-plugin-jest": "~21.2.0", | ||
"generate-changelog": "~1.5.0", | ||
"jest": "~21.2.1", | ||
"js-beautify": "~1.7.4", | ||
"rollup": "~0.50.0", | ||
"rollup-plugin-babel": "~3.0.1", | ||
"rollup-plugin-babel-minify": "~3.1.2", | ||
"rollup-plugin-cleanup": "~1.0.1", | ||
"rollup-plugin-cleanup": "~2.0.0", | ||
"rollup-plugin-json": "~2.3.0", | ||
@@ -86,0 +84,0 @@ "rollup-plugin-local-resolve": "~1.0.7", |
@@ -19,6 +19,6 @@ # Kitsu | ||
- Fully JSON-API complient | ||
- Works in Node and the web | ||
- Fully JSON-API compliant | ||
- Works in Node and on the web | ||
- Uses the [Promise][10] API | ||
- Timeout handling | ||
- Configurable timeout handling | ||
@@ -92,3 +92,3 @@ ## Install | ||
Check out the [Kitsu.io API documentation][12] for all the available | ||
If you're working with [Kitsu.io][KITSU]'s API, their [API documentation][12] lists all available | ||
models with their attributes and relationships | ||
@@ -95,0 +95,0 @@ |
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
50372
+ Addedaxios@0.17.1(transitive)
- Removedaxios@0.16.2(transitive)
Updatedaxios@^0.17.0
Updatedbabel-runtime@^6.26.0
Updatedcamelcase@^4.1.0
Updateddecamelize@^1.2.0
Updatedpluralize@^7.0.0