Skip to content

Commit 53fb12b

Browse files
committed
2.10.0 tag
1 parent c7f00fc commit 53fb12b

File tree

72 files changed

+155
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+155
-158
lines changed

CHANGELOG.md

Lines changed: 31 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="2.10.0"></a>
2+
# [2.10.0](https://github.com/elbywan/wretch/compare/2.9.1...2.10.0) (2024-09-13)
3+
4+
5+
### :arrow_up: Version update(s)
6+
7+
* Bump axios from 1.6.2 to 1.7.7 ([4542c28](https://github.com/elbywan/wretch/commit/4542c28))
8+
9+
### :art: Code improvement(s)
10+
11+
* Expand eslint ignore list ([cdad424](https://github.com/elbywan/wretch/commit/cdad424))
12+
* Properly build commonjs ([c7f00fc](https://github.com/elbywan/wretch/commit/c7f00fc)), closes [#247](https://github.com/elbywan/wretch/issues/247)
13+
14+
15+
116
<a name="2.9.1"></a>
217
## [2.9.1](https://github.com/elbywan/wretch/compare/2.9.0...2.9.1) (2024-09-06)
318

@@ -398,40 +413,7 @@
398413

399414

400415
<a name="2.0.0-next.1"></a>
401-
# [2.0.0-next.1](https://github.com/elbywan/wretch/compare/2.0.0-next.0...2.0.0-next.1) (2022-07-08)
402-
403-
404-
### :art: Code improvement(s)
405-
406-
* Add editorconfig ([e81eaff](https://github.com/elbywan/wretch/commit/e81eaff))
407-
408-
### :fire: Breaking change(s)
409-
410-
* Drop support on node < 14 ([1ff926c](https://github.com/elbywan/wretch/commit/1ff926c))
411-
412-
### :memo: Documentation update(s)
413-
414-
* Additional improvements ([e79ff71](https://github.com/elbywan/wretch/commit/e79ff71))
415-
* Autogenerate API documentation and split it from the main README ([c710a71](https://github.com/elbywan/wretch/commit/c710a71))
416-
* Move svg asset and minor readme changes ([30de07c](https://github.com/elbywan/wretch/commit/30de07c))
417-
* Regenerate api doc ([7ae5b57](https://github.com/elbywan/wretch/commit/7ae5b57))
418-
* Small edits to the contributing file and renames scripts related t ([abec7f0](https://github.com/elbywan/wretch/commit/abec7f0))
419-
* Update bundle size ([1115d34](https://github.com/elbywan/wretch/commit/1115d34))
420-
* Update companion website ([d6bb842](https://github.com/elbywan/wretch/commit/d6bb842))
421-
* Update documentation ([15fd187](https://github.com/elbywan/wretch/commit/15fd187))
422-
423-
### :white_check_mark: Test improvement(s)
424-
425-
* Fix resolvers test for node14 ([ca8b559](https://github.com/elbywan/wretch/commit/ca8b559))
426-
* Fix test on node 18 (with polyfilled fetch) ([d3b7b00](https://github.com/elbywan/wretch/commit/d3b7b00))
427-
* Replace restify with fastify for mock server ([9ee2cfc](https://github.com/elbywan/wretch/commit/9ee2cfc))
428-
* Run lint on CI ([9b819d3](https://github.com/elbywan/wretch/commit/9b819d3))
429-
* Test in multiple version of node in CI ([00d80a6](https://github.com/elbywan/wretch/commit/00d80a6))
430-
431-
432-
433-
<a name="2.0.0-next.0"></a>
434-
# [2.0.0-next.0](https://github.com/elbywan/wretch/compare/1.7.10...2.0.0-next.0) (2022-07-03)
416+
# [2.0.0-next.1](https://github.com/elbywan/wretch/compare/1.7.10...2.0.0-next.1) (2022-07-08)
435417

436418

437419
### :arrow_up: Version update(s)
@@ -440,6 +422,7 @@
440422

441423
### :art: Code improvement(s)
442424

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

445428
### :bug: Bug fix(es)
@@ -459,15 +442,29 @@
459442

460443
* Add url arg and harmonize replace/mixin arguments ([8e4d0aa](https://github.com/elbywan/wretch/commit/8e4d0aa))
461444
* Complete refactoring ([c2f5035](https://github.com/elbywan/wretch/commit/c2f5035))
445+
* Drop support on node < 14 ([1ff926c](https://github.com/elbywan/wretch/commit/1ff926c))
462446
* 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)
463447

464448
### :memo: Documentation update(s)
465449

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

468460
### :white_check_mark: Test improvement(s)
469461

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

472469

473470

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<br>
2121

22-
##### 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.
22+
##### 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.
2323

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

docs/api/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)