Releases: reflex-frp/reflex
Releases · reflex-frp/reflex
v0.9.4.0
What's Changed
- Add note about
requestingsemantics by @LightAndLight in #508 - Dropped lens by @ilyakooo0 in #463
- Build with ghc(js) 9.8.2 + 9.10.1 + 9.12.2 by @ymeister in #502
- headless: Add MonadThrow (Performable m) by @ali-abrar in #523
- Don't check in newSubscriberCoincidenceInner whether occRef is already set by @parenthetical in #496
- Always enable Template Haskell by @Ericson2314 in #484
New Contributors
- @LightAndLight made their first contribution in #508
- @ilyakooo0 made their first contribution in #463
Full Changelog: v0.9.3.4...v0.9.4.0
v0.9.3.4
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
listWithKeychild widgets so that changes to the input Map don't cause spurious updates to unaffected children. This imposes anEqconstraint on the child values. - Expose all Requester internals in Reflex.Requester.Base.Internal
- Add EventWriter instance for RequesterT #469