reflex v0.6.0.0 Release Notes

Release Date: 2019-03-20 // about 5 years ago
    • ๐Ÿ—„ Deprecate FunctorMaybe in favor of Data.Witherable.Filterable. We still export fmapMaybe, ffilter, etc., but they all rely on Filterable now.

    • ๐Ÿ—„ Rename MonadDynamicWriter to DynamicWriter and add a deprecation for the old name.

    • โœ‚ Remove many deprecated functions.

    • โž• Add a Num instance for Dynamic.

    • โž• Add matchRequestsWithResponses to make it easier to use Requester with protocols that don't do this matching for you.

    • โž• Add withRequesterT to map functions over the request and response of a RequesterT.

    • Suppress nil patches in QueryT as an optimization. The Query type must now have an Eq instance.

    • โž• Add throttleBatchWithLag to Reflex.Time. See that module for details.