Releases: edgefirst-dev/api-client
Releases · edgefirst-dev/api-client
v0.3.0
What's Changed
New Features
- The APIClient constructor accepts a second optional argument with a custom
fetchcompatible implementation used internally bythis.fetch/client.fetch.
Other Changes
- Bump @types/bun from 1.2.5 to 1.2.8 by @dependabot[bot] in #6
- Bump typescript from 5.8.2 to 5.8.3 by @dependabot[bot] in #7
- Bump typedoc from 0.28.1 to 0.28.2 by @dependabot[bot] in #8
- Bump msw from 2.7.3 to 2.7.4 by @dependabot[bot] in #9
- Bump @types/bun from 1.2.8 to 1.2.9 by @dependabot[bot] in #10
- Bump typedoc from 0.28.2 to 0.28.3 by @dependabot[bot] in #11
- Bump msw from 2.7.4 to 2.7.5 by @dependabot[bot] in #12
- Bump @types/bun from 1.2.9 to 1.2.10 by @dependabot[bot] in #13
- Bump @types/bun from 1.2.10 to 1.2.12 by @dependabot[bot] in #14
- Bump typedoc from 0.28.3 to 0.28.4 by @dependabot[bot] in #15
- Bump msw from 2.7.5 to 2.7.6 by @dependabot[bot] in #16
- Bump typedoc-plugin-mdn-links from 5.0.1 to 5.0.2 by @dependabot[bot] in #17
- Bump @arethetypeswrong/cli from 0.17.4 to 0.18.1 by @dependabot[bot] in #19
- Bump msw from 2.7.6 to 2.8.4 by @dependabot[bot] in #21
- Bump @types/bun from 1.2.12 to 1.2.14 by @dependabot[bot] in #22
- Bump @types/bun from 1.2.14 to 1.2.15 by @dependabot[bot] in #23
- Bump msw from 2.8.4 to 2.8.7 by @dependabot[bot] in #24
- Bump typedoc from 0.28.4 to 0.28.5 by @dependabot[bot] in #25
- Bump msw from 2.8.7 to 2.10.2 by @dependabot[bot] in #26
- Bump @arethetypeswrong/cli from 0.18.1 to 0.18.2 by @dependabot[bot] in #27
- Bump @types/bun from 1.2.15 to 1.2.16 by @dependabot[bot] in #28
- Bump @biomejs/biome from 1.9.4 to 2.0.4 by @dependabot[bot] in #29
- Bump @types/bun from 1.2.16 to 1.2.17 by @dependabot[bot] in #30
- Bump typedoc from 0.28.5 to 0.28.7 by @dependabot[bot] in #31
- Bump @biomejs/biome from 2.0.4 to 2.0.6 by @dependabot[bot] in #32
- Bump @types/bun from 1.2.17 to 1.2.18 by @dependabot[bot] in #33
- Bump msw from 2.10.2 to 2.10.3 by @dependabot[bot] in #34
- Bump typedoc-plugin-mdn-links from 5.0.2 to 5.0.3 by @dependabot[bot] in #35
- Bump @biomejs/biome from 2.0.6 to 2.1.1 by @dependabot[bot] in #36
- Bump msw from 2.10.3 to 2.10.4 by @dependabot[bot] in #37
- Bump typedoc-plugin-mdn-links from 5.0.3 to 5.0.4 by @dependabot[bot] in #38
- Bump typedoc-plugin-mdn-links from 5.0.4 to 5.0.5 by @dependabot[bot] in #39
- Bump @types/bun from 1.2.18 to 1.2.19 by @dependabot[bot] in #40
- Bump @biomejs/biome from 2.1.1 to 2.1.2 by @dependabot[bot] in #41
- Bump typedoc-plugin-mdn-links from 5.0.5 to 5.0.6 by @dependabot[bot] in #42
- Bump typedoc from 0.28.7 to 0.28.8 by @dependabot[bot] in #43
- Bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #44
- Bump @biomejs/biome from 2.1.2 to 2.1.3 by @dependabot[bot] in #45
- Bump typedoc from 0.28.8 to 0.28.9 by @dependabot[bot] in #46
- Bump typedoc-plugin-mdn-links from 5.0.6 to 5.0.7 by @dependabot[bot] in #47
- Bump @types/bun from 1.2.19 to 1.2.20 by @dependabot[bot] in #48
- Bump typedoc from 0.28.9 to 0.28.10 by @dependabot[bot] in #49
- Bump @biomejs/biome from 2.1.3 to 2.1.4 by @dependabot[bot] in #50
- Bump typedoc-plugin-mdn-links from 5.0.7 to 5.0.8 by @dependabot[bot] in #51
- Bump @biomejs/biome from 2.1.4 to 2.2.0 by @dependabot[bot] in #52
- Bump msw from 2.10.4 to 2.10.5 by @dependabot[bot] in #53
- Bump typedoc from 0.28.10 to 0.28.11 by @dependabot[bot] in #54
- Bump typedoc-plugin-mdn-links from 5.0.8 to 5.0.9 by @dependabot[bot] in #55
- Bump @biomejs/biome from 2.2.0 to 2.2.2 by @dependabot[bot] in #56
- Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #57
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Added support for interceptors using client.interceptors.before.on and client.interceptors.after.on methods.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
Other Changes
- Bump @arethetypeswrong/cli from 0.16.4 to 0.17.0 by @dependabot in #1
- Bump typedoc-plugin-mdn-links from 3.3.8 to 4.0.1 by @dependabot in #2
- Bump typedoc from 0.26.11 to 0.27.2 by @dependabot in #3
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Full Changelog: https://github.com/edgefirst-dev/api-client/commits/v0.0.1