Skip to content

Commit

Permalink
2.9.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Jun 1, 2024
1 parent 0619303 commit 1a3d8cb
Show file tree
Hide file tree
Showing 80 changed files with 199 additions and 175 deletions.
69 changes: 35 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="2.9.0"></a>
# [2.9.0](https://github.com/elbywan/wretch/compare/2.8.1...2.9.0) (2024-06-01)


### :arrow_up: Version update(s)

* Bump follow-redirects from 1.15.4 to 1.15.6 ([6204bec](https://github.com/elbywan/wretch/commit/6204bec))
* Install firefox in the CI env ([c80ad35](https://github.com/elbywan/wretch/commit/c80ad35))

### :bug: Bug fix(es)

* Do not jasonify FormData instances ([4693837](https://github.com/elbywan/wretch/commit/4693837)), closes [#231](https://github.com/elbywan/wretch/issues/231)

### :factory: New feature(s)

* Add BasicAuth addon ([ad5b591](https://github.com/elbywan/wretch/commit/ad5b591))
* Omit null and undefined values from query string produced by QueryStringAddon ([6c7fcc7](https://github.com/elbywan/wretch/pull/230/commits/6c7fcc7)), closes [#229](https://github.com/elbywan/wretch/issues/229)


<a name="2.8.1"></a>
## [2.8.1](https://github.com/elbywan/wretch/compare/2.8.0...2.8.1) (2024-03-07)

Expand Down Expand Up @@ -357,40 +376,7 @@


<a name="2.0.0-next.1"></a>
# [2.0.0-next.1](https://github.com/elbywan/wretch/compare/2.0.0-next.0...2.0.0-next.1) (2022-07-08)


### :art: Code improvement(s)

* Add editorconfig ([e81eaff](https://github.com/elbywan/wretch/commit/e81eaff))

### :fire: Breaking change(s)

* Drop support on node < 14 ([1ff926c](https://github.com/elbywan/wretch/commit/1ff926c))

### :memo: Documentation update(s)

* Additional improvements ([e79ff71](https://github.com/elbywan/wretch/commit/e79ff71))
* Autogenerate API documentation and split it from the main README ([c710a71](https://github.com/elbywan/wretch/commit/c710a71))
* Move svg asset and minor readme changes ([30de07c](https://github.com/elbywan/wretch/commit/30de07c))
* Regenerate api doc ([7ae5b57](https://github.com/elbywan/wretch/commit/7ae5b57))
* Small edits to the contributing file and renames scripts related t ([abec7f0](https://github.com/elbywan/wretch/commit/abec7f0))
* Update bundle size ([1115d34](https://github.com/elbywan/wretch/commit/1115d34))
* Update companion website ([d6bb842](https://github.com/elbywan/wretch/commit/d6bb842))
* Update documentation ([15fd187](https://github.com/elbywan/wretch/commit/15fd187))

### :white_check_mark: Test improvement(s)

* Fix resolvers test for node14 ([ca8b559](https://github.com/elbywan/wretch/commit/ca8b559))
* Fix test on node 18 (with polyfilled fetch) ([d3b7b00](https://github.com/elbywan/wretch/commit/d3b7b00))
* Replace restify with fastify for mock server ([9ee2cfc](https://github.com/elbywan/wretch/commit/9ee2cfc))
* Run lint on CI ([9b819d3](https://github.com/elbywan/wretch/commit/9b819d3))
* Test in multiple version of node in CI ([00d80a6](https://github.com/elbywan/wretch/commit/00d80a6))



<a name="2.0.0-next.0"></a>
# [2.0.0-next.0](https://github.com/elbywan/wretch/compare/1.7.10...2.0.0-next.0) (2022-07-03)
# [2.0.0-next.1](https://github.com/elbywan/wretch/compare/1.7.10...2.0.0-next.1) (2022-07-08)


### :arrow_up: Version update(s)
Expand All @@ -399,6 +385,7 @@

### :art: Code improvement(s)

* Add editorconfig ([e81eaff](https://github.com/elbywan/wretch/commit/e81eaff))
* Improved packaging and bundling ([69c1e35](https://github.com/elbywan/wretch/commit/69c1e35))

### :bug: Bug fix(es)
Expand All @@ -418,15 +405,29 @@

* Add url arg and harmonize replace/mixin arguments ([8e4d0aa](https://github.com/elbywan/wretch/commit/8e4d0aa))
* Complete refactoring ([c2f5035](https://github.com/elbywan/wretch/commit/c2f5035))
* Drop support on node < 14 ([1ff926c](https://github.com/elbywan/wretch/commit/1ff926c))
* Restore normal array behaviour for formdata and fix tests ([6879d48](https://github.com/elbywan/wretch/commit/6879d48)), closes [#119](https://github.com/elbywan/wretch/issues/119)

### :memo: Documentation update(s)

* Additional improvements ([e79ff71](https://github.com/elbywan/wretch/commit/e79ff71))
* Autogenerate API documentation and split it from the main README ([c710a71](https://github.com/elbywan/wretch/commit/c710a71))
* Move svg asset and minor readme changes ([30de07c](https://github.com/elbywan/wretch/commit/30de07c))
* Regenerate api doc ([7ae5b57](https://github.com/elbywan/wretch/commit/7ae5b57))
* Small edits to the contributing file and renames scripts related t ([abec7f0](https://github.com/elbywan/wretch/commit/abec7f0))
* Update browserstack badge. ([91cad34](https://github.com/elbywan/wretch/commit/91cad34))
* Update bundle size ([1115d34](https://github.com/elbywan/wretch/commit/1115d34))
* Update companion website ([d6bb842](https://github.com/elbywan/wretch/commit/d6bb842))
* Update documentation ([15fd187](https://github.com/elbywan/wretch/commit/15fd187))

### :white_check_mark: Test improvement(s)

* Better tests coverage ([77e85dc](https://github.com/elbywan/wretch/commit/77e85dc))
* Fix resolvers test for node14 ([ca8b559](https://github.com/elbywan/wretch/commit/ca8b559))
* Fix test on node 18 (with polyfilled fetch) ([d3b7b00](https://github.com/elbywan/wretch/commit/d3b7b00))
* Replace restify with fastify for mock server ([9ee2cfc](https://github.com/elbywan/wretch/commit/9ee2cfc))
* Run lint on CI ([9b819d3](https://github.com/elbywan/wretch/commit/9b819d3))
* Test in multiple version of node in CI ([00d80a6](https://github.com/elbywan/wretch/commit/00d80a6))



Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<br>

##### Wretch 2.8 is now live 🎉 ! Please have a look at the [releases](https://github.com/elbywan/wretch/releases) and the [changelog](https://github.com/elbywan/wretch/blob/master/CHANGELOG.md) after each update for new features and breaking changes. If you want to try out the hot stuff, please look into the [dev](https://github.com/elbywan/wretch/tree/dev) branch.
##### Wretch 2.9 is now live 🎉 ! Please have a look at the [releases](https://github.com/elbywan/wretch/releases) and the [changelog](https://github.com/elbywan/wretch/blob/master/CHANGELOG.md) after each update for new features and breaking changes. If you want to try out the hot stuff, please look into the [dev](https://github.com/elbywan/wretch/tree/dev) branch.

##### And if you like the library please consider becoming a [sponsor](https://github.com/sponsors/elbywan) ❤️.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/assets/navigation.js

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

2 changes: 1 addition & 1 deletion docs/api/assets/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/functions/addons_abort.default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/functions/addons_perfs.default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/functions/addons_progress.default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/functions/index.default-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/functions/middlewares_dedupe.dedupe.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/functions/middlewares_delay.delay.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/functions/middlewares_retry.retry.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/api/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 1a3d8cb

Please sign in to comment.