Skip to content

Commit 29dbdfd

Browse files
committed
2.0.0-1
1 parent 9774203 commit 29dbdfd

File tree

3 files changed

+10
-34
lines changed

3 files changed

+10
-34
lines changed

β€ŽCHANGELOG.md

+7-31
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,21 @@ All notable changes to this project will be documented in this file.
33

44
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
55

6-
## [v2.0.0-0](https://github.com/exah/ya-fetch/compare/v1.7.2...v2.0.0-0)
6+
## [v2.0.0-1](https://github.com/exah/ya-fetch/compare/v1.7.2...v2.0.0-1)
77

8-
### Changed
9-
10-
- [`e91d1d6`](https://github.com/exah/ya-fetch/commit/e91d1d6f7190136be856cbd5574f323be9da39d1) πŸ”₯ Remove `yarn`
11-
- [`89e781c`](https://github.com/exah/ya-fetch/commit/89e781c18161341ed25fb977ef06e411ae358fd3) πŸ’₯ Update the API
12-
- [`292e101`](https://github.com/exah/ya-fetch/commit/292e101a3dd521ebaf96de6844e1c810a5981143) πŸ”₯ 2.0.0
13-
- [`0c530ae`](https://github.com/exah/ya-fetch/commit/0c530ae5f90cbc075e0c4b9144deaa5d37873c4b) πŸ’₯ Remove default instance method and simplify options merging
14-
- [`f9346b8`](https://github.com/exah/ya-fetch/commit/f9346b838cc91b7ac8986fd3c543d18790eb3b18) πŸ’₯ Drop support for CJS modules
15-
- [`e9d68b0`](https://github.com/exah/ya-fetch/commit/e9d68b0d03b9455d74680d100190c4a099305312) πŸ’₯ Update `onRequest` signature to include URL
16-
17-
### Improved
8+
### Merged
189

19-
- [`fa78509`](https://github.com/exah/ya-fetch/commit/fa785094a9b186af67956120ea75432de10ff7b8) ♻️ Use `vitest` instead of `jest`
20-
- [`fa5c002`](https://github.com/exah/ya-fetch/commit/fa5c002844acd1e4f711d85f7012f04a87a6859b) ♻️ Update for stricter TS, set options in response
21-
- [`16415af`](https://github.com/exah/ya-fetch/commit/16415afafa278d3adc71239029fe31557de7f473) ♻️ Extend custom errors from Error class
22-
- [`29dc024`](https://github.com/exah/ya-fetch/commit/29dc024651f8b600080a1ade323c5f3c14ffae4c) ♻️ Update type names
23-
- [`2e3d0b4`](https://github.com/exah/ya-fetch/commit/2e3d0b4b2fecea305c00152ea4b8121d983e87a0) ♻️ Convert YF to namespace export
24-
- [`34f7849`](https://github.com/exah/ya-fetch/commit/34f78497d71b97ac296ed3e6114cb9bde1325d3c) ♻️ Update retry test
25-
- [`9ed387c`](https://github.com/exah/ya-fetch/commit/9ed387c5e63ae35c71aba37abfce6023c8e03bff) ⚑ Shrink size 974 B β†’ 957 B
26-
- [`2f6c156`](https://github.com/exah/ya-fetch/commit/2f6c1567851079f3233e833aaf29ffc27fa05114) ♻️ Preserve builded url inside merged options
27-
- [`d62c631`](https://github.com/exah/ya-fetch/commit/d62c631ed8bd7b80a40f0d1d1e68c8bc7d3c5b67) ⚑ Shrink size 1KB β†’ 984 B
28-
- [`d1128ec`](https://github.com/exah/ya-fetch/commit/d1128ec36a188e437e5b04aaad4f552303e7b932) ⚑ Remove unneeded default callbacks
29-
- [`b49da28`](https://github.com/exah/ya-fetch/commit/b49da28cb869a5568f2e762629586f49113db6e2) ⚑ Shrink size 977 B β†’ 974 B
30-
- [`c763af6`](https://github.com/exah/ya-fetch/commit/c763af6698d67115e9a48c6ccfc1a0eabca8a223) ♻️ Rename exposed types
31-
- [`1c56e96`](https://github.com/exah/ya-fetch/commit/1c56e9696fdc277dd704239a058b2f801f07a534) ⚑Reduce size 974 B β†’ 963 B
32-
- [`5cae983`](https://github.com/exah/ya-fetch/commit/5cae9836b762ad092e8e7ae29e9f8d8d40cf5771) ♻️ Types
33-
- [`e870349`](https://github.com/exah/ya-fetch/commit/e870349677045bb7c723d7ffe98bced5673a9dce) ⚑️ Remove few bytes
34-
- [`aa5b836`](https://github.com/exah/ya-fetch/commit/aa5b83608ed8976ae8aac45f891f0ad7d5f9a19b) ⚑️ Shrink package size 979 B β†’ 977 B
35-
- [`0a0c05d`](https://github.com/exah/ya-fetch/commit/0a0c05ddda5bc4e061cbe42a89ecd7ab94e2b7ba) ♻️ Expose `Result` type
10+
- [`#30`](https://github.com/exah/ya-fetch/pull/30) πŸ’₯ v2
3611

3712
### Fixed
3813

39-
- [`446215a`](https://github.com/exah/ya-fetch/commit/446215a32aa660f71f33a3af9ca6c0a0df2368a8) πŸš‘ Improve `serialize` types
14+
- [`8368817`](https://github.com/exah/ya-fetch/commit/836881787682a7fac18e6d15cc3d7e01b8a8bbcf) πŸš‘ Loosen search params types
15+
- [`09ee5a7`](https://github.com/exah/ya-fetch/commit/09ee5a7760aae93fb699e86096548d30c3226bc6) πŸš‘ Package types exports
16+
- [`9774203`](https://github.com/exah/ya-fetch/commit/9774203e57a0f0119271c2c101193a782e868cb6) πŸš‘ Resource is not valid URL
4017

4118
### Dependencies
4219

43-
- [`c0968d7`](https://github.com/exah/ya-fetch/commit/c0968d75de51a05063c3182a40a75e67e587ca9e) ⬆️ Update deps
44-
- [`34264f5`](https://github.com/exah/ya-fetch/commit/34264f5802870186e18255d5d018665d1f5bf459) βž– Remove `form-data` (use package from `node-fetch`)
20+
- [`fe7361e`](https://github.com/exah/ya-fetch/commit/fe7361e27a7be72281fda82d6c3078e3455518d4) ⬆️ Update deps, remove jest types and eslint plugin
4521

4622
## [v1.7.2](https://github.com/exah/ya-fetch/compare/v1.7.1...v1.7.2) - 2022-10-05
4723

β€Žpackage-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ya-fetch",
3-
"version": "2.0.0-0",
3+
"version": "2.0.0-1",
44
"description": "Super light-weight wrapper around fetch",
55
"author": "John Grishin <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
Β (0)