File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,21 @@ This is a monorepo containing the following packages:
2626- [ kitsu] —Framework agnostic client using Axios
2727- [ kitsu-core] —Core (de)serialisation functions
2828
29+ ## Features
30+
31+ - JSON-API 1.0 compliant
32+ - Automatically links relationships to data
33+ - Works in Node and on the web
34+
35+ ## Node / Browser Support
36+
37+ | Package | Package<br > Size\* | Node | Chrome | Firefox | Safari | Edge |
38+ | -----------: | :----------------: | :--: | :----: | :-----: | :----: | :--: |
39+ | ` kitsu ` | ≤ 8.9 kb | 10+ | 67+ | 68+ | 12+ | 18+ |
40+ | ` kitsu-core ` | ≤ 1.5 kb | 10+ | 67+ | 68+ | 12+ | 18+ |
41+
42+ \* Including all dependencies, minified & gzipped
43+
2944## Contributing
3045
3146See [ CONTRIBUTING]
Original file line number Diff line number Diff line change 4040
4141| Package | Package<br > Size\* | Node | Chrome | Firefox | Safari | Edge |
4242| -----------: | :----------------: | :--: | :----: | :-----: | :----: | :--: |
43- | ` kitsu-core ` | ≤ 1.4 kb | 10+ | 79+ | 68+ | 12.1+ | 18+ |
43+ | ` kitsu-core ` | ≤ 1.5 kb | 10+ | 67+ | 68+ | 12+ | 18+ |
4444
4545\* Including all dependencies, minified & gzipped<br >
4646
Original file line number Diff line number Diff line change 4141 "size-limit" : [
4242 {
4343 "path" : " ./lib/index.js" ,
44- "limit" : " 1.5 kb"
44+ "limit" : " 2 kb"
4545 },
4646 {
4747 "path" : " ./lib/index.mjs" ,
48- "limit" : " 1.5 kb"
48+ "limit" : " 2 kb"
4949 },
5050 {
5151 "path" : " ./lib/index.browser.js" ,
52- "limit" : " 1.5 kb"
52+ "limit" : " 2 kb"
5353 }
5454 ],
5555 "gitHead" : " 5c9778d191d17d7c9790cfc6d0f4e983b4742a53" ,
Original file line number Diff line number Diff line change 3636- Automatically links relationships to data
3737- Works in Node and on the web
3838- Uses the [ Promise] API
39- - Configurable timeout handling
4039
4140## Node / Browser Support
4241
4342| Package | Package<br > Size\* | Node | Chrome | Firefox | Safari | Edge |
4443| ------: | :----------------: | :--: | :----: | :-----: | :----: | :--: |
45- | ` kitsu ` | ≤ 8.6 kb | 10+ | 79+ | 68+ | 12.1+ | 18+ |
44+ | ` kitsu ` | ≤ 8.9 kb | 10+ | 67+ | 68+ | 12+ | 18+ |
4645
4746\* Including all dependencies, minified & gzipped
4847
Original file line number Diff line number Diff line change 5353 "size-limit" : [
5454 {
5555 "path" : " ./lib/index.js" ,
56- "limit" : " 8.7 kb"
56+ "limit" : " 9 kb"
5757 },
5858 {
5959 "path" : " ./lib/index.mjs" ,
60- "limit" : " 8.7 kb"
60+ "limit" : " 9 kb"
6161 }
6262 ],
6363 "gitHead" : " 5c9778d191d17d7c9790cfc6d0f4e983b4742a53" ,
You can’t perform that action at this time.
0 commit comments