|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [4.1.0](https://github.com/netresearch/node-magento-eqp/compare/v4.0.8...v4.1.0) (2026-02-16) |
| 3 | +## [5.0.0](https://github.com/netresearch/node-magento-eqp/compare/v4.1.0...v5.0.0) (2026-02-17) |
| 4 | + |
| 5 | +### ⚠ BREAKING CHANGES |
4 | 6 |
|
| 7 | +- `AxiosAdapter` removed, replaced by `FetchAdapter`. `AxiosRequestConfig` type replaced by `RequestConfig`. New `HttpError` export replaces axios error format. |
5 | 8 |
|
6 | 9 | ### Features |
7 | 10 |
|
8 | | -* add pre-commit hooks, modernize devcontainer, fix renovate config ([4fb1679](https://github.com/netresearch/node-magento-eqp/commit/4fb167966acc6ddd9674af11217f11f4d491f8c1)) |
9 | | -* migrate to ESLint v10 flat config ([87743f0](https://github.com/netresearch/node-magento-eqp/commit/87743f0a2775605d8a42844be1ae9cd7a9956266)) |
| 11 | +- replace axios with native fetch ([57a80aa](https://github.com/netresearch/node-magento-eqp/commit/57a80aa9fd6a4146e377deb1607bc0cf79e97072)) |
| 12 | + |
| 13 | +## [4.1.0](https://github.com/netresearch/node-magento-eqp/compare/v4.0.8...v4.1.0) (2026-02-16) |
| 14 | + |
| 15 | +### Features |
10 | 16 |
|
| 17 | +- add pre-commit hooks, modernize devcontainer, fix renovate config ([4fb1679](https://github.com/netresearch/node-magento-eqp/commit/4fb167966acc6ddd9674af11217f11f4d491f8c1)) |
| 18 | +- migrate to ESLint v10 flat config ([87743f0](https://github.com/netresearch/node-magento-eqp/commit/87743f0a2775605d8a42844be1ae9cd7a9956266)) |
11 | 19 |
|
12 | 20 | ### Bug Fixes |
13 | 21 |
|
14 | | -* address PR review comments from Gemini and Copilot ([141fa04](https://github.com/netresearch/node-magento-eqp/commit/141fa0468ab12160877d532fbafb8be98c4c3ee6)) |
15 | | -* **ci:** handle GITHUB_TOKEN self-approval limitation for bot PRs ([a923b8f](https://github.com/netresearch/node-magento-eqp/commit/a923b8f1cd67977f092e1cc49b37301576c320db)) |
16 | | -* **ci:** use rebase merge instead of squash (not allowed on this repo) ([4e523a0](https://github.com/netresearch/node-magento-eqp/commit/4e523a061b6b96f1ea0268afec75734cd9f9557b)) |
17 | | -* **ci:** use signed tags for releases, auto-approve collaborator + bot PRs ([8a57393](https://github.com/netresearch/node-magento-eqp/commit/8a57393c821cca9201f117147201abb446975bfb)) |
18 | | -* **deps:** pin eslint to <10 until flat config migration ([84b28bf](https://github.com/netresearch/node-magento-eqp/commit/84b28bf0e57f6b6331890a948f22293337fa848a)) |
19 | | -* **deps:** update dependency axios to v1.13.0 ([48bf59e](https://github.com/netresearch/node-magento-eqp/commit/48bf59e653273b5d7d6cff96ea0a2781574e185e)) |
20 | | -* **deps:** update dependency axios to v1.13.1 ([7b56072](https://github.com/netresearch/node-magento-eqp/commit/7b56072465aff72f85a765f77cc2917f7a09aada)) |
21 | | -* **deps:** update dependency axios to v1.13.2 ([33a089f](https://github.com/netresearch/node-magento-eqp/commit/33a089ff9b40818f87b6facbfc5d5082679bf98d)) |
22 | | -* **deps:** update dependency axios to v1.13.3 ([3f366b1](https://github.com/netresearch/node-magento-eqp/commit/3f366b12424dde20d53df2b4e19276f884d695b1)) |
23 | | -* **deps:** update dependency axios to v1.13.4 ([5688ae3](https://github.com/netresearch/node-magento-eqp/commit/5688ae34b27d923b4b599f3dec23cb0b91f80e4c)) |
24 | | -* **deps:** update dependency axios to v1.13.5 ([5444232](https://github.com/netresearch/node-magento-eqp/commit/5444232c84d7c8904b0dd3e5cdf2ced60cc9660a)) |
25 | | -* scope TS accessibility rule to TypeScript files only ([ad5d2fd](https://github.com/netresearch/node-magento-eqp/commit/ad5d2fdfbf927f02dce37795c69eebdeec8b73bc)) |
| 22 | +- address PR review comments from Gemini and Copilot ([141fa04](https://github.com/netresearch/node-magento-eqp/commit/141fa0468ab12160877d532fbafb8be98c4c3ee6)) |
| 23 | +- **ci:** handle GITHUB_TOKEN self-approval limitation for bot PRs ([a923b8f](https://github.com/netresearch/node-magento-eqp/commit/a923b8f1cd67977f092e1cc49b37301576c320db)) |
| 24 | +- **ci:** use rebase merge instead of squash (not allowed on this repo) ([4e523a0](https://github.com/netresearch/node-magento-eqp/commit/4e523a061b6b96f1ea0268afec75734cd9f9557b)) |
| 25 | +- **ci:** use signed tags for releases, auto-approve collaborator + bot PRs ([8a57393](https://github.com/netresearch/node-magento-eqp/commit/8a57393c821cca9201f117147201abb446975bfb)) |
| 26 | +- **deps:** pin eslint to <10 until flat config migration ([84b28bf](https://github.com/netresearch/node-magento-eqp/commit/84b28bf0e57f6b6331890a948f22293337fa848a)) |
| 27 | +- **deps:** update dependency axios to v1.13.0 ([48bf59e](https://github.com/netresearch/node-magento-eqp/commit/48bf59e653273b5d7d6cff96ea0a2781574e185e)) |
| 28 | +- **deps:** update dependency axios to v1.13.1 ([7b56072](https://github.com/netresearch/node-magento-eqp/commit/7b56072465aff72f85a765f77cc2917f7a09aada)) |
| 29 | +- **deps:** update dependency axios to v1.13.2 ([33a089f](https://github.com/netresearch/node-magento-eqp/commit/33a089ff9b40818f87b6facbfc5d5082679bf98d)) |
| 30 | +- **deps:** update dependency axios to v1.13.3 ([3f366b1](https://github.com/netresearch/node-magento-eqp/commit/3f366b12424dde20d53df2b4e19276f884d695b1)) |
| 31 | +- **deps:** update dependency axios to v1.13.4 ([5688ae3](https://github.com/netresearch/node-magento-eqp/commit/5688ae34b27d923b4b599f3dec23cb0b91f80e4c)) |
| 32 | +- **deps:** update dependency axios to v1.13.5 ([5444232](https://github.com/netresearch/node-magento-eqp/commit/5444232c84d7c8904b0dd3e5cdf2ced60cc9660a)) |
| 33 | +- scope TS accessibility rule to TypeScript files only ([ad5d2fd](https://github.com/netresearch/node-magento-eqp/commit/ad5d2fdfbf927f02dce37795c69eebdeec8b73bc)) |
0 commit comments