Comparing version 7.3.1-beta.3 to 8.0.0
@@ -6,2 +6,30 @@ # Change Log | ||
# [8.0.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v7.3.0...v8.0.0) (2019-12-03) | ||
### Chores | ||
* **release:** update documentation ([ea8790a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/ea8790a)) | ||
* cleanup configs ([4576fd5](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/4576fd5)) | ||
### Documentation Changes | ||
* add migration for `kitsu/node` and `kitsu-core/node` users ([4bd2182](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/4bd2182)) | ||
### New Features | ||
* **kitsu:** remove redundent node folder ([ec9bc8d](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/ec9bc8d)) | ||
### BREAKING CHANGES | ||
* **kitsu:** Only for those using `kitsu/node` or `kitsu/node/index.mjs`. | ||
7.3.0 made both code bases identical. You can safely switch to `kitsu` or `kitsu/lib/index.mjs` | ||
# [7.3.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v7.2.2...v7.3.0) (2019-11-28) | ||
@@ -8,0 +36,0 @@ |
{ | ||
"version": "7.3.1-beta.3", | ||
"version": "8.0.0", | ||
"name": "kitsu", | ||
@@ -16,4 +16,2 @@ "description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs", | ||
"module": "lib/index.mjs", | ||
"unpkg": "lib/index.browser.js", | ||
"jsdelivr": "lib/index.browser.js", | ||
"types": "index.d.ts", | ||
@@ -53,3 +51,3 @@ "homepage": "https://github.com/wopian/kitsu/tree/master/packages/kitsu#readme", | ||
"axios": "^0.19.0", | ||
"kitsu-core": "^7.2.2", | ||
"kitsu-core": "^8.0.0", | ||
"pluralize": "^8.0.0" | ||
@@ -65,9 +63,5 @@ }, | ||
"limit": "8.6 kb" | ||
}, | ||
{ | ||
"path": "./lib/index.browser.js", | ||
"limit": "8.6 kb" | ||
} | ||
], | ||
"gitHead": "5c9778d191d17d7c9790cfc6d0f4e983b4742a53", | ||
"gitHead": "cfa05dcfbe5607c47624e425c82a973bc547bc21", | ||
"devDependencies": { | ||
@@ -74,0 +68,0 @@ "@size-limit/preset-small-lib": "~2.2.1" |
@@ -30,3 +30,3 @@ <h1 align=center>Kitsu</h1> | ||
# | ||
# | ||
@@ -43,5 +43,5 @@ ## Features | ||
| Package | Package<br> Size\* | Node | Chrome | Firefox | Safari | Edge | | ||
| ------------: | :----------------: | :--: | :----: | :-----: | :----: | :--: | | ||
| `kitsu`† | ≤ 8.4 kb | 8+ | 63+ | 60+ | 11+ | 17+ | | ||
| Package | Package<br> Size\* | Node | Chrome | Firefox | Safari | Edge | | ||
| -------: | :----------------: | :--: | :----: | :-----: | :----: | :--: | | ||
| `kitsu`† | ≤ 8.4 kb | 8+ | 63+ | 60+ | 11+ | 17+ | | ||
@@ -123,12 +123,2 @@ \* Including all dependencies, minified & gzipped | ||
### CDN | ||
```html | ||
<!-- jsDelivr --> | ||
<script src='https://cdn.jsdelivr.net/npm/kitsu'></script> | ||
<!-- Packd --> | ||
<script src='https://bundle.run/kitsu@7?name=Kitsu'></script> | ||
``` | ||
## Quick Start | ||
@@ -210,3 +200,3 @@ | ||
[packages/kitsu/src/index.js:30-324](https://github.com/wopian/kitsu/blob/8219f20333af2ff4cbc24ac8a0a9805eac18c5f5/packages/kitsu/src/index.js#L30-L324 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:30-324](https://github.com/wopian/kitsu/blob/4bd2182f2aa387b1f93305f286ec266f62241a1a/packages/kitsu/src/index.js#L30-L324 "Source code on GitHub") | ||
@@ -258,3 +248,3 @@ Creates a new `kitsu` instance | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/8219f20333af2ff4cbc24ac8a0a9805eac18c5f5/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/4bd2182f2aa387b1f93305f286ec266f62241a1a/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
@@ -279,3 +269,3 @@ - **See: <https://www.npmjs.com/package/pluralize> for documentation** | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/8219f20333af2ff4cbc24ac8a0a9805eac18c5f5/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/4bd2182f2aa387b1f93305f286ec266f62241a1a/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
@@ -311,3 +301,3 @@ Get the current headers or add additional headers | ||
[packages/kitsu/src/index.js:111-111](https://github.com/wopian/kitsu/blob/8219f20333af2ff4cbc24ac8a0a9805eac18c5f5/packages/kitsu/src/index.js#L111-L111 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:111-111](https://github.com/wopian/kitsu/blob/4bd2182f2aa387b1f93305f286ec266f62241a1a/packages/kitsu/src/index.js#L111-L111 "Source code on GitHub") | ||
@@ -360,3 +350,3 @@ Axios Interceptors (alias of `axios.interceptors`) | ||
[packages/kitsu/src/index.js:184-203](https://github.com/wopian/kitsu/blob/8219f20333af2ff4cbc24ac8a0a9805eac18c5f5/packages/kitsu/src/index.js#L184-L203 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:184-203](https://github.com/wopian/kitsu/blob/4bd2182f2aa387b1f93305f286ec266f62241a1a/packages/kitsu/src/index.js#L184-L203 "Source code on GitHub") | ||
@@ -473,3 +463,3 @@ Fetch resources (alias `fetch`) | ||
[packages/kitsu/src/index.js:219-233](https://github.com/wopian/kitsu/blob/8219f20333af2ff4cbc24ac8a0a9805eac18c5f5/packages/kitsu/src/index.js#L219-L233 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:219-233](https://github.com/wopian/kitsu/blob/4bd2182f2aa387b1f93305f286ec266f62241a1a/packages/kitsu/src/index.js#L219-L233 "Source code on GitHub") | ||
@@ -500,3 +490,3 @@ Update a resource (alias `update`) | ||
[packages/kitsu/src/index.js:256-269](https://github.com/wopian/kitsu/blob/8219f20333af2ff4cbc24ac8a0a9805eac18c5f5/packages/kitsu/src/index.js#L256-L269 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:256-269](https://github.com/wopian/kitsu/blob/4bd2182f2aa387b1f93305f286ec266f62241a1a/packages/kitsu/src/index.js#L256-L269 "Source code on GitHub") | ||
@@ -534,3 +524,3 @@ Create a new resource (alias `create`) | ||
[packages/kitsu/src/index.js:282-294](https://github.com/wopian/kitsu/blob/8219f20333af2ff4cbc24ac8a0a9805eac18c5f5/packages/kitsu/src/index.js#L282-L294 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:282-294](https://github.com/wopian/kitsu/blob/4bd2182f2aa387b1f93305f286ec266f62241a1a/packages/kitsu/src/index.js#L282-L294 "Source code on GitHub") | ||
@@ -558,3 +548,3 @@ Remove a resource (alias `remove`) | ||
[packages/kitsu/src/index.js:316-323](https://github.com/wopian/kitsu/blob/8219f20333af2ff4cbc24ac8a0a9805eac18c5f5/packages/kitsu/src/index.js#L316-L323 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:316-323](https://github.com/wopian/kitsu/blob/4bd2182f2aa387b1f93305f286ec266f62241a1a/packages/kitsu/src/index.js#L316-L323 "Source code on GitHub") | ||
@@ -561,0 +551,0 @@ Get the authenticated user's data |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
73575
28
603
+ Addedkitsu-core@8.3.1(transitive)
- Removedkitsu-core@7.2.2(transitive)
Updatedkitsu-core@^8.0.0