decoders 2.0.0-beta7 → 2.0.0-beta8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,7 +8,17 @@ Potentially breaking changes:
8
8
 
9
9
  - Drop support for all Node versions below 12.x
10
10
  - Drop support for Flow versions below 0.142.0
11
+ - Drop support for TypeScript versions below 4.1.0
11
12
  - Drop all package dependencies
13
+ - Decoders that have changed:
14
+ - `dispatch` has been renamed to `disjointUnion` - see
15
+ [migration instructions](./MIGRATING-v2.md#dispatch-is-now-disjointUnion)
16
+ - API of `guard` has changed (but only if you used its undocumented second argument
17
+ 😉) - see [migration instructions](./MIGRATING-v2.md#changes-to-the-guard-api)
18
+ - API of `predicate` has changed - see
19
+ [migration instructions](./MIGRATING-v2.md#predicate-is-now-a-first-class-citizen)
20
+ - API of `url` decoder has changed - see
21
+ [migration instructions](./MIGRATING-v2.md#url-decoder-has-changed)
12
22
 
13
23
  New features:
14
24