|
2 | 2 |
|
3 | 3 | <p align=center> |
4 | 4 | <a href=https://www.npmjs.com/package/kitsu><img alt=npm src=https://flat.badgen.net/npm/v/kitsu></a> |
5 | | - <a href=https://www.npmjs.com/package/kitsu><img alt=npm src=https://flat.badgen.net/npm/dt/kitsu></a> |
| 5 | + <a href=https://www.npmjs.com/package/kitsu><img alt=npm src=https://flat.badgen.net/npm/dy/kitsu></a> |
6 | 6 | <a href="https://bundlephobia.com/result?p=kitsu"><img alt=bundlephobia src='https://flat.badgen.net/bundlephobia/minzip/kitsu?label=library%20size'></a> |
7 | 7 | <img alt=types src='https://flat.badgen.net/npm/types/kitsu'> |
8 | 8 | </p> |
9 | 9 |
|
10 | 10 | <p align=center> |
11 | | - <a href=https://github.com/wopian/kitsu/actions><img alt=checks src=https://flat.badgen.net/github/checks/wopian/kitsu></a> |
12 | | - <a href=https://codeclimate.com/github/wopian/kitsu/code?sort=test_coverage><img alt=coverage src=https://flat.badgen.net/codeclimate/coverage/wopian/kitsu></a> |
13 | | - <a href=https://codeclimate.com/github/wopian/kitsu/code?sort=maintainability><img alt=maintainability src=https://flat.badgen.net/codeclimate/maintainability/wopian/kitsu></a> |
| 11 | + <a href=https://github.com/wopian/kitsu/actions><img alt=checks src=https://flat.badgen.net/github/checks/wopian/kitsu/master></a> |
14 | 12 | <a href=https://github.com/wopian/kitsu/network/dependents><img alt=repoDependants src=https://flat.badgen.net/github/dependents-repo/wopian/kitsu></a> |
15 | | -</p> |
16 | | - |
17 | | -<p align=center> |
18 | 13 | <a href=https://github.com/wopian/kitsu/graphs/contributors><img alt=contributors src=https://flat.badgen.net/github/contributors/wopian/kitsu></a> |
19 | 14 | <a href=https://github.com/sponsors/wopian><img alt=sponsor src='https://flat.badgen.net/badge/sponsor/%E2%9D%A4/pink?icon=github'></a> |
20 | 15 | </p> |
21 | 16 |
|
22 | 17 | <p align=center>A simple, lightweight & framework agnostic <a href=http://jsonapi.org>JSON:API</a> client using Axios</p> |
23 | 18 |
|
24 | | -<p align=center><a href=https://github.com/wopian/kitsu/blob/master/packages/kitsu/MIGRATING.md>Migration guide</a> for v10 & previous major releases</p> |
| 19 | +<p align=center><a href=https://github.com/wopian/kitsu/blob/master/packages/kitsu/MIGRATING.md>Migration guide</a> for v11 & previous major releases</p> |
25 | 20 |
|
26 | 21 | # |
27 | 22 |
|
|
34 | 29 |
|
35 | 30 | ## Node / Browser Support |
36 | 31 |
|
37 | | -| Package | Package<br> Size\* | ESM Size† | Node | Chrome | Firefox | Safari | Edge | |
38 | | -| ------: | :----------------: | :-------: | :--: | :----: | :-----: | :----: | :--: | |
39 | | -| `kitsu` | ≤ 8.7 kb | ≤ 8.6 KB | 14+ | 83+ | 78+ | 13.1+ | 95+ | |
| 32 | +| Package | Package<br> Size\* | ESM Size† | Node‡ | Chrome‡ | Firefox‡ | Safari‡ | Edge‡ | |
| 33 | +| ------: | :-----------------: | :--------: | :---: | :------: | :------: | :-----: | :----: | |
| 34 | +| `kitsu` | ≤ 17.72 kb | ≤ 17.46 KB | 18+ | 116+ | 118+ | 17.1+ | 134+ | |
40 | 35 |
|
41 | 36 | \* Including all dependencies & minified with brotli |
42 | 37 | † EcmaScript Modules package size\* |
| 38 | +‡ Guaranteed supported versions. Older versions may still work or might require polyfills |
43 | 39 |
|
44 | 40 | ## Response Comparison |
45 | 41 |
|
|
0 commit comments