- fix(most-run): support TypeScript's strict mode (98b256b)
- fix(most-run): support TypeScript 3.1 (b60fa96)
- refactor(most-run): move most-run tooling to pnpm (80578f0)
- If you use JavaScript, there are no breaking changes. If you use TypeScript, this package may not work anymore with versions of TS below 3.1.
- most-run: depend on run v4 (52a1a62)
- most-run: cycle/run v4 is a breaking change, so also the new version for most-run must be a breaking change
- most-run: reduce ambiguity in package.json dependencies (e6077fe)
- most-run: catch less impossible-to-satisfy TypeScript errors (0a45529)
- most-run: check for matching stream types in sinks and drivers (06dd793)
- most-run: If you are using JavaScript, literally nothing changes. If you are using TypeScript, this version may detect more errors than before, and may break (by not compiling) your existing code if your existing code happened to have a sneaky bug.
ISSUES CLOSED: 541
- most-run: type check keyof drivers and main with TypeScript 2.2 (4597b3e)
- most-run: If you are using JavaScript, literally nothing has changed, and this is not a breaking release. However, if you are using TypeScript, this version may catch errors and typos that previous Cycle Run versions didnt. Also, this version expects that if Sinks of main() are typed, they must be a type alias, not an interface. Usually you should leave the Sinks object implicitly typed, but we also support type aliases if you want to explicitly type them.
ISSUES CLOSED: 538
- most-run: use non-rc cycle/run dependency (d098871)
See the changelog for all the rc
versions of v5.0.0.
- most-run: update cycle/run to 1.0.0-rc.9 (cf68d2c)
- most-run: support most v1.2 (d643732)
- most-run: use run rc6, where sinks are not adapted (a792ff1)
- most-run: update dependency cycle/base to v4.2 (dc754b7)
- most-run: update to latest dependencies (d586ab3)
- most-run: fix Cycle() TypeScript signature of drivers object (45468ad)
- most-run: fix run() TypeScript signature of drivers object (fee7545)
- most-run: export run function (e409bf9)
- most-run: update cycle base run() to v4.1 (e7801fa)
- most-run: update most to v1.0.0 (ce35480)
- most-run: Updates most to v1.0.0 which is known to be a breaking version in relation to the previous v0.19