# Change Log

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

# [1.0.0-beta.6](https://github.com/raveclassic/frp-ts/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2023-12-06)


### Bug Fixes

* **core:** fix infinite loop when the action was called during notifying by another action ([#80](https://github.com/raveclassic/frp-ts/issues/80)) ([336948c](https://github.com/raveclassic/frp-ts/commit/336948c82ab1767a9d3ef9e6cab5b10fd9b6d9d4))





# [1.0.0-beta.5](https://github.com/raveclassic/frp-ts/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2023-06-15)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-beta.4](https://github.com/raveclassic/frp-ts/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2023-06-09)


### Features

* **core:** async iterators ([#70](https://github.com/raveclassic/frp-ts/issues/70)) ([6c2dac9](https://github.com/raveclassic/frp-ts/commit/6c2dac9df9477aa12af156d2612f4691ca0cef54))





# [1.0.0-beta.3](https://github.com/raveclassic/frp-ts/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-09-08)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-beta.2](https://github.com/raveclassic/frp-ts/compare/v1.0.0-beta.0...v1.0.0-beta.2) (2022-07-29)


### Bug Fixes

* **core:** bringing back lazy behavior for combine ([#66](https://github.com/raveclassic/frp-ts/issues/66)) ([4598adb](https://github.com/raveclassic/frp-ts/commit/4598adb2dc89e9188724a278377f70cfae6564bf))


### Features

* **core:** skip duplicates on push in combine ([#67](https://github.com/raveclassic/frp-ts/issues/67)) ([645970f](https://github.com/raveclassic/frp-ts/commit/645970fc17bc886da54cdda60b40daccee1d5e86))





# [1.0.0-beta.1](https://github.com/raveclassic/frp-ts/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-07-25)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-beta.0](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.16...v1.0.0-beta.0) (2022-07-23)


### Bug Fixes

* **core:** combine lost notification of middle node ([#61](https://github.com/raveclassic/frp-ts/issues/61)) ([2b022b5](https://github.com/raveclassic/frp-ts/commit/2b022b5242944dc49a61dc3a7648a2834297cd70))


### Features

* **core:** add fromInteropObservable to observable namespace ([9390892](https://github.com/raveclassic/frp-ts/commit/9390892b917545b6b098654f57fa971d1ae071b2))





# [1.0.0-alpha.16](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-05-21)


### Performance Improvements

* **utils, core:** perf improvements ([#55](https://github.com/raveclassic/frp-ts/issues/55)) ([1d48d2d](https://github.com/raveclassic/frp-ts/commit/1d48d2d7638b1129b6cc884719f99b52001f6686))





# [1.0.0-alpha.15](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-04-07)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.14](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-24)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.13](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-01-21)


### Bug Fixes

* **core:** fix property.combine emission to skip duplicates in result ([#42](https://github.com/raveclassic/frp-ts/issues/42)) ([ff1436e](https://github.com/raveclassic/frp-ts/commit/ff1436ed575033c1c16210687b55525b4e459f9b))


### BREAKING CHANGES

* **core:** emitter.mergeMany does not multicast anymore





# [1.0.0-alpha.12](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-01-17)


### Features

* Remove env and add actions ([#33](https://github.com/raveclassic/frp-ts/issues/33)) ([a6bcec7](https://github.com/raveclassic/frp-ts/commit/a6bcec79884d8a36e05511fbae817a963fa21a5f))


### BREAKING CHANGES

* all functions requiring Env now don't need it, some functions were removed





# [1.0.0-alpha.11](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-01-14)


### Bug Fixes

* **core:** add readonly for `Symbol.observable` to `property` ([abcf21e](https://github.com/raveclassic/frp-ts/commit/abcf21e69d0fcaecfde289c85d216238010d850b))


### Features

* **core:** add compatibility with `RxJs` and `Most` ([6df5739](https://github.com/raveclassic/frp-ts/commit/6df573965657eef311b43559e840bf94fe23f188))
* **core:** add constructor for `property` & remove interop export ([282abef](https://github.com/raveclassic/frp-ts/commit/282abefa4e38d9cd6b10be2f48ac1c85144345c4))





# [1.0.0-alpha.10](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2021-12-28)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.9](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2021-12-28)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.8](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2021-12-24)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.7](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-12-24)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.6](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-12-24)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.5](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2021-12-21)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.4](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2021-12-21)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.3](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-12-17)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.2](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-12-17)

**Note:** Version bump only for package @frp-ts/core





# [1.0.0-alpha.1](https://github.com/raveclassic/frp-ts/compare/v0.0.1...v1.0.0-alpha.1) (2021-11-17)

**Note:** Version bump only for package @frp-ts/core
