Skip to content

Commit

Permalink
2.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
exah committed Nov 13, 2022
1 parent e91d1d6 commit 1679d69
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
42 changes: 41 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,47 @@ All notable changes to this project will be documented in this file.

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

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

### Changed

- [`e91d1d6`](https://github.com/exah/ya-fetch/commit/e91d1d6f7190136be856cbd5574f323be9da39d1) 🔥 Remove `yarn`
- [`89e781c`](https://github.com/exah/ya-fetch/commit/89e781c18161341ed25fb977ef06e411ae358fd3) 💥 Update the API
- [`292e101`](https://github.com/exah/ya-fetch/commit/292e101a3dd521ebaf96de6844e1c810a5981143) 🔥 2.0.0
- [`0c530ae`](https://github.com/exah/ya-fetch/commit/0c530ae5f90cbc075e0c4b9144deaa5d37873c4b) 💥 Remove default instance method and simplify options merging
- [`f9346b8`](https://github.com/exah/ya-fetch/commit/f9346b838cc91b7ac8986fd3c543d18790eb3b18) 💥 Drop support for CJS modules
- [`e9d68b0`](https://github.com/exah/ya-fetch/commit/e9d68b0d03b9455d74680d100190c4a099305312) 💥 Update `onRequest` signature to include URL

### Improved

- [`fa78509`](https://github.com/exah/ya-fetch/commit/fa785094a9b186af67956120ea75432de10ff7b8) ♻️ Use `vitest` instead of `jest`
- [`fa5c002`](https://github.com/exah/ya-fetch/commit/fa5c002844acd1e4f711d85f7012f04a87a6859b) ♻️ Update for stricter TS, set options in response
- [`16415af`](https://github.com/exah/ya-fetch/commit/16415afafa278d3adc71239029fe31557de7f473) ♻️ Extend custom errors from Error class
- [`29dc024`](https://github.com/exah/ya-fetch/commit/29dc024651f8b600080a1ade323c5f3c14ffae4c) ♻️ Update type names
- [`2e3d0b4`](https://github.com/exah/ya-fetch/commit/2e3d0b4b2fecea305c00152ea4b8121d983e87a0) ♻️ Convert YF to namespace export
- [`34f7849`](https://github.com/exah/ya-fetch/commit/34f78497d71b97ac296ed3e6114cb9bde1325d3c) ♻️ Update retry test
- [`9ed387c`](https://github.com/exah/ya-fetch/commit/9ed387c5e63ae35c71aba37abfce6023c8e03bff) ⚡ Shrink size 974 B → 957 B
- [`2f6c156`](https://github.com/exah/ya-fetch/commit/2f6c1567851079f3233e833aaf29ffc27fa05114) ♻️ Preserve builded url inside merged options
- [`d62c631`](https://github.com/exah/ya-fetch/commit/d62c631ed8bd7b80a40f0d1d1e68c8bc7d3c5b67) ⚡ Shrink size 1KB → 984 B
- [`d1128ec`](https://github.com/exah/ya-fetch/commit/d1128ec36a188e437e5b04aaad4f552303e7b932) ⚡ Remove unneeded default callbacks
- [`b49da28`](https://github.com/exah/ya-fetch/commit/b49da28cb869a5568f2e762629586f49113db6e2) ⚡ Shrink size 977 B → 974 B
- [`c763af6`](https://github.com/exah/ya-fetch/commit/c763af6698d67115e9a48c6ccfc1a0eabca8a223) ♻️ Rename exposed types
- [`1c56e96`](https://github.com/exah/ya-fetch/commit/1c56e9696fdc277dd704239a058b2f801f07a534) ⚡Reduce size 974 B → 963 B
- [`5cae983`](https://github.com/exah/ya-fetch/commit/5cae9836b762ad092e8e7ae29e9f8d8d40cf5771) ♻️ Types
- [`e870349`](https://github.com/exah/ya-fetch/commit/e870349677045bb7c723d7ffe98bced5673a9dce) ⚡️ Remove few bytes
- [`aa5b836`](https://github.com/exah/ya-fetch/commit/aa5b83608ed8976ae8aac45f891f0ad7d5f9a19b) ⚡️ Shrink package size 979 B → 977 B
- [`0a0c05d`](https://github.com/exah/ya-fetch/commit/0a0c05ddda5bc4e061cbe42a89ecd7ab94e2b7ba) ♻️ Expose `Result` type

### Fixed

- [`446215a`](https://github.com/exah/ya-fetch/commit/446215a32aa660f71f33a3af9ca6c0a0df2368a8) 🚑 Improve `serialize` types

### Dependencies

- [`c0968d7`](https://github.com/exah/ya-fetch/commit/c0968d75de51a05063c3182a40a75e67e587ca9e) ⬆️ Update deps
- [`34264f5`](https://github.com/exah/ya-fetch/commit/34264f5802870186e18255d5d018665d1f5bf459) ➖ Remove `form-data` (use package from `node-fetch`)

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

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ya-fetch",
"version": "1.7.2",
"version": "2.0.0-0",
"description": "Super light-weight wrapper around fetch",
"author": "John Grishin <hi@johngrish.in>",
"license": "MIT",
Expand Down

0 comments on commit 1679d69

Please sign in to comment.