Releases: reflex-frp/reflex
Releases · reflex-frp/reflex
v0.9.3.3
v0.9.3.2
What's Changed
- Fix some warnings by @Ericson2314 in #474
- Remove unused proctest dependency by @alexfmpe in #514
- Remove redundant constraints by @alexfmpe in #481
- Bump witherable by @alexfmpe in #517
- Make hlint test-suite depend on library to pass 'cabal check' in 3.12+ by @alexfmpe in #518
Full Changelog: v0.9.3.1...v0.9.3.2
v0.9.3.1
What's Changed
- Reflex.Network: improve haddocks by @endgame in #500
- Move unconditional dep outside of conditional by @alexfmpe in #503
- Add Matrix room link by @ymeister in #511
- Build with ghc 9.8 by @alexfmpe in #499
- Minimal support for 9.10 by @Ericson2314 in #512
New Contributors
Full Changelog: v0.9.3.0...v0.9.3.1
v0.9.3.0
What's Changed
- Allow runHeadlessApp to return a non-unit value by @ryantrinkle in #497
New Contributors
- @ryantrinkle made their first contribution in #497
Full Changelog: v0.9.2.0...v0.9.3.0
v0.9.2.0
What's Changed
- headless: add a few instances by @ali-abrar in #494
- Add MonadMask, MonadCatch, MonadThrow instances by @ali-abrar in #495
Full Changelog: v0.9.0.1...v0.9.2.0
v0.9.0.1
v0.9.0.0
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 anEq
constraint on the child values. - Expose all Requester internals in Reflex.Requester.Base.Internal
- Add EventWriter instance for RequesterT #469