Reflex Frp Reflex Versions Save

Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.

v0.9.3.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/reflex-frp/reflex/compare/v0.9.2.0...v0.9.3.0

v0.9.2.0

10 months ago

What's Changed

Full Changelog: https://github.com/reflex-frp/reflex/compare/v0.9.0.1...v0.9.2.0

v0.9.0.1

11 months ago

v0.9.0.0

1 year ago

0.9.0.0

  • Breaking Change: Filter updates to listWithKey child widgets so that changes to the input Map don't cause spurious updates to unaffected children. This imposes an Eq constraint on the child values.
  • Expose all Requester internals in Reflex.Requester.Base.Internal
  • Add EventWriter instance for RequesterT #469

v0.8.2.2

1 year ago

0.8.2.2

  • Require witherable >= 0.4 and, hence, a newer monoidal-containers
  • Support newer constraints-extras (0.4)

v0.8.2.1

1 year ago

v0.8.2.0

2 years ago

0.8.2.0

  • Add matchResponseMapWithRequests, which it similar to matchResponsesWithRequests but allows processing of multiple responses at once.

v0.8.1.1

2 years ago

0.8.1.1

  • Allow newer hlint for older GHCs, and add upper bound for newer GHCs

v0.8.1.0

3 years ago

0.8.1.0

  • Add support for GHC 8.10
  • Drop support for GHC 8.2.* and earlier

v0.8.0.0

3 years ago

Deprecates 0.7.2.0