|
5 | 5 | * Data.WeakBag.traverse and Data.FastWeakBag.traverse have been
|
6 | 6 | renamed to Data.WeakBag.traverse_ and Data.FastWeakBag.traverse_
|
7 | 7 | respectively.
|
| 8 | + |
8 | 9 | * Fixes a bug in `Reflex.Patch.MapWithMove.patchThatSortsMapWith` that was producing invalid `PatchMapWithMove`.
|
9 | 10 |
|
| 11 | +* Add missing `NotReady` instances: |
| 12 | + - `instance NotReady (SpiderTimeline x) (SpiderHost x)` |
| 13 | + - `instance HasSpiderTimeline x => NotReady (SpiderTimeline x) (PerformEventT (SpiderTimeline x) (SpiderHost x))` |
| 14 | + |
10 | 15 | ## 0.6.2.4
|
11 | 16 |
|
12 | 17 | * Update to monoidal-containers 0.6
|
|
18 | 23 | ## 0.6.2.2
|
19 | 24 |
|
20 | 25 | * Support these >= 1. Add `split-these` flag to control whether to use new these/semialign combination or not.
|
| 26 | + |
21 | 27 | * Update version bounds to fix some CI failures
|
| 28 | + |
22 | 29 | * Add travis CI configuration
|
23 | 30 |
|
24 | 31 | ## 0.6.2.1
|
|
44 | 51 |
|
45 | 52 | * Fix `holdDyn` so that it is lazy in its event argument
|
46 | 53 | These produce `DMap`s whose values needn't be `Identity`.
|
| 54 | + |
47 | 55 | * Stop using the now-deprecated `*Tag` classes (e.g., `ShowTag`).
|
| 56 | + |
48 | 57 | * Fix `holdDyn` so that it is lazy in its event argument.
|
49 | 58 |
|
50 | 59 | ## 0.6.1.0
|
51 | 60 |
|
52 | 61 | * Re-export all of `Data.Map.Monoidal`
|
| 62 | + |
53 | 63 | * Fix `QueryT` and `RequesterT` tests
|
54 | 64 |
|
55 | 65 | ## 0.6.0.0 -- 2019-03-20
|
56 | 66 |
|
57 | 67 | * Deprecate `FunctorMaybe` in favor of `Data.Witherable.Filterable`. We still export `fmapMaybe`, `ffilter`, etc., but they all rely on `Filterable` now.
|
| 68 | + |
58 | 69 | * Rename `MonadDynamicWriter` to `DynamicWriter` and add a deprecation for the old name.
|
| 70 | + |
59 | 71 | * Remove many deprecated functions.
|
| 72 | + |
60 | 73 | * Add a `Num` instance for `Dynamic`.
|
| 74 | + |
61 | 75 | * Add `matchRequestsWithResponses` to make it easier to use `Requester` with protocols that don't do this matching for you.
|
| 76 | + |
62 | 77 | * Add `withRequesterT` to map functions over the request and response of a `RequesterT`.
|
| 78 | + |
63 | 79 | * Suppress nil patches in `QueryT` as an optimization. The `Query` type must now have an `Eq` instance.
|
| 80 | + |
64 | 81 | * Add `throttleBatchWithLag` to `Reflex.Time`. See that module for details.
|
0 commit comments