Skip to content

Commit

Permalink
2.10.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Sep 13, 2024
1 parent c7f00fc commit 53fb12b
Show file tree
Hide file tree
Showing 72 changed files with 155 additions and 158 deletions.
65 changes: 31 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.10.0"></a>
# [2.10.0](https://github.com/elbywan/wretch/compare/2.9.1...2.10.0) (2024-09-13)


### :arrow_up: Version update(s)

* Bump axios from 1.6.2 to 1.7.7 ([4542c28](https://github.com/elbywan/wretch/commit/4542c28))

### :art: Code improvement(s)

* Expand eslint ignore list ([cdad424](https://github.com/elbywan/wretch/commit/cdad424))
* Properly build commonjs ([c7f00fc](https://github.com/elbywan/wretch/commit/c7f00fc)), closes [#247](https://github.com/elbywan/wretch/issues/247)



<a name="2.9.1"></a>
## [2.9.1](https://github.com/elbywan/wretch/compare/2.9.0...2.9.1) (2024-09-06)

Expand Down Expand Up @@ -398,40 +413,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 @@ -440,6 +422,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 @@ -459,15 +442,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.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.
##### Wretch 2.10 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.

Loading

0 comments on commit 53fb12b

Please sign in to comment.