# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/xzhayon/imho/compare/@imho/http-axios@0.8.0...@imho/http-axios@0.9.0) (2025-11-23)


### Features

* **logger:** rename package and update interface ([#174](https://github.com/xzhayon/imho/issues/174)) ([5b9f473](https://github.com/xzhayon/imho/commit/5b9f473bbdaffde39e5871a44978953c388f67bd))





# [0.8.0](https://github.com/xzhayon/imho/compare/@imho/http-axios@0.7.0...@imho/http-axios@0.8.0) (2025-11-11)


### Features

* **http:** support abort signal in HTTP requests ([#168](https://github.com/xzhayon/imho/issues/168)) ([56b697b](https://github.com/xzhayon/imho/commit/56b697b00bc24abf76dc7d2291ff0aae91a2d97e))





# [0.7.0](https://github.com/xzhayon/imho/compare/@imho/http-axios@0.6.1...@imho/http-axios@0.7.0) (2024-06-05)


### Features

* support affex 0.12 ([f014779](https://github.com/xzhayon/imho/commit/f014779007abf2cb82a35170cd57d25ef35ed06f))


### BREAKING CHANGES

* drop support for affex 0.11





## [0.6.1](https://github.com/xzhayon/imho/compare/@imho/http-axios@0.6.0...@imho/http-axios@0.6.1) (2024-05-27)

**Note:** Version bump only for package @imho/http-axios





# [0.6.0](https://github.com/xzhayon/imho/compare/@imho/http-axios@0.5.0...@imho/http-axios@0.6.0) (2024-05-23)


### Features

* migrate to affex ([#48](https://github.com/xzhayon/imho/issues/48)) ([e5696e8](https://github.com/xzhayon/imho/commit/e5696e80877e81122fa385a92a23a59383b422f7))


### BREAKING CHANGES

* drop support for @xzhayon/fx





# [0.5.0](https://github.com/xzhavilla/imho/compare/@imho/http-axios@0.4.1...@imho/http-axios@0.5.0) (2024-05-02)


### Features

* **http:** use Fx 0.9 ([6c2aeb7](https://github.com/xzhavilla/imho/commit/6c2aeb73fad7f540907dbddec6e6317aea3d20c2))


### BREAKING CHANGES

* **http:** drop support for Fx 0.7





## [0.4.1](https://github.com/xzhavilla/imho/compare/@imho/http-axios@0.4.0...@imho/http-axios@0.4.1) (2024-04-23)

**Note:** Version bump only for package @imho/http-axios





# [0.4.0](https://github.com/xzhavilla/imho/compare/@imho/http-axios@0.3.0...@imho/http-axios@0.4.0) (2024-04-23)


### chore

* **http:** update dependencies ([17d286d](https://github.com/xzhavilla/imho/commit/17d286da93d0b1615926ad92a29d3ab863636c43))


### Features

* support Fx 0.7 ([d41d682](https://github.com/xzhavilla/imho/commit/d41d6825478b88edbdca9ce0bb28d8539fc45ac2))
* use Fx typed errors ([05ed840](https://github.com/xzhavilla/imho/commit/05ed840d4b554a872900f366feed74dd1fe0e484))


### BREAKING CHANGES

* **http:** drop support for @imho/http 0.3
* drop support for Fx 0.6





# [0.3.0](https://github.com/xzhavilla/imho/compare/@imho/http-axios@0.2.2...@imho/http-axios@0.3.0) (2024-04-17)


### Features

* update Fx and simplify code ([#32](https://github.com/xzhavilla/imho/issues/32)) ([188ff94](https://github.com/xzhavilla/imho/commit/188ff94fd351eff643c9a119ce1ba017f8ad3dc5))


### BREAKING CHANGES

* the new Fx produces effectors instead of effects, and encourages exporting layers instead of handlers





## [0.2.2](https://github.com/xzhavilla/imho/compare/@imho/http-axios@0.2.1...@imho/http-axios@0.2.2) (2024-04-11)

**Note:** Version bump only for package @imho/http-axios





## [0.2.1](https://github.com/xzhavilla/imho/compare/@imho/http-axios@0.2.0...@imho/http-axios@0.2.1) (2024-04-11)


### Bug Fixes

* update Fx dependency ([#29](https://github.com/xzhavilla/imho/issues/29)) ([f9122bd](https://github.com/xzhavilla/imho/commit/f9122bd0d179cb2fa84c33612d0704c789b7f4b5))





# 0.2.0 (2024-04-02)


### Features

* support Fx in place of fp-ts and Effect-TS ([#13](https://github.com/xzhavilla/imho/issues/13)) ([bf151e0](https://github.com/xzhavilla/imho/commit/bf151e0d369a639b921eb9eb98727a6a85609f3d))


### BREAKING CHANGES

* support for fp-ts and Effect-TS was dropped, and there is now a single package per module/dependency





## [0.1.1](https://github.com/xzhavilla/imho/compare/@imho/http-fp-ts-axios@0.1.0...@imho/http-fp-ts-axios@0.1.1) (2023-07-28)

**Note:** Version bump only for package @imho/http-fp-ts-axios





# 0.1.0 (2023-07-28)


### Features

* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f))
