Skip to content

Latest commit

 

History

History
309 lines (102 loc) · 9.82 KB

CHANGELOG.md

File metadata and controls

309 lines (102 loc) · 9.82 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-beta.6 (2023-12-06)

Bug Fixes

  • core: fix infinite loop when the action was called during notifying by another action (#80) (336948c)

1.0.0-beta.5 (2023-06-15)

Bug Fixes

  • react: fix ssr for next js usage (#73) (bc3e083)

1.0.0-beta.4 (2023-06-09)

Bug Fixes

  • util: fix memoization for functions dropping their arguments to 0 (41ddc7f)

Features

1.0.0-beta.3 (2022-09-08)

Features

BREAKING CHANGES

  • react: change required react peer dependency to >=16.8.0

1.0.0-beta.2 (2022-07-29)

Bug Fixes

  • core: bringing back lazy behavior for combine (#66) (4598adb)

Features

  • core: skip duplicates on push in combine (#67) (645970f)

1.0.0-beta.1 (2022-07-25)

Note: Version bump only for package frp-ts

1.0.0-beta.0 (2022-07-23)

Bug Fixes

  • core: combine lost notification of middle node (#61) (2b022b5)
  • lens: lensed atom distinct changes (#57) (d56fd2b)

Features

  • core: add fromInteropObservable to observable namespace (9390892)
  • react: useObservable (b23f772)
  • test-utils: newAdapter (3f6c3cc)

1.0.0-alpha.16 (2022-05-21)

Performance Improvements

1.0.0-alpha.15 (2022-04-07)

Bug Fixes

  • react: fix race condition in usePropertyFromProp (#50) (859e4c5)

1.0.0-alpha.14 (2022-03-24)

Bug Fixes

  • react: resolve bad setState in usePropertyFromProps (#49) (a0c83f9)

1.0.0-alpha.13 (2022-01-21)

Bug Fixes

  • core: fix property.combine emission to skip duplicates in result (#42) (ff1436e)

BREAKING CHANGES

  • core: emitter.mergeMany does not multicast anymore

1.0.0-alpha.12 (2022-01-17)

Bug Fixes

  • react: useProperty didn't subscribed in Strict mode (#31) (9898edc)

Features

BREAKING CHANGES

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

1.0.0-alpha.11 (2022-01-14)

Bug Fixes

  • core: add readonly for Symbol.observable to property (abcf21e)
  • fix lockfile (af803aa)

Features

  • core: add compatibility with RxJs and Most (6df5739)
  • core: add constructor for property & remove interop export (282abef)
  • fp-ts: migrate to new signature (1005889)
  • lens: migrate to new signature (fa6e5d1)

1.0.0-alpha.10 (2021-12-28)

Note: Version bump only for package frp-ts

1.0.0-alpha.9 (2021-12-28)

Note: Version bump only for package frp-ts

1.0.0-alpha.8 (2021-12-24)

Note: Version bump only for package frp-ts

1.0.0-alpha.7 (2021-12-24)

Note: Version bump only for package frp-ts

1.0.0-alpha.6 (2021-12-24)

Note: Version bump only for package frp-ts

1.0.0-alpha.5 (2021-12-21)

Bug Fixes

  • react: add useProperties re-export from index.ts (95efde4)

1.0.0-alpha.4 (2021-12-21)

Features

  • react: add useProperties hook for multiple properties (3f0e366)

1.0.0-alpha.3 (2021-12-17)

Bug Fixes

  • react: fix incorrect imports from src (73e78a4)

1.0.0-alpha.2 (2021-12-17)

Bug Fixes

Features

  • react: add usePropertyFromProps hook (5e026b1)

1.0.0-alpha.1 (2021-11-17)

Features

  • react: add @frp-ts/react package (ec274ea)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.2 (2020-06-08)

0.0.1 (2020-06-08)

Features

  • add fromEvent (3285a46)
  • initial (51eac97)
  • support batch modifications in atoms (8600d7a)
  • support viewing of atoms with lenses (a093b34)
  • take Functor instead of Observable (c1c7b3e)
  • use Observer instead of Listener (e86105d)