Releases: ealush/vest
Releases · ealush/vest
[email protected]
4️⃣ Vest 4
Vest's fourth major, a full rewrite in typescript, many new features and bugfixes.
The migration guide can be found here
vest: [3.2.8] - 2021-11-02
Fixed and improved
- 9555d1b types: Add types for skipWhen (ealush)
vest: [3.2.7] - 2021-10-16
Fixed and improved
- c2964e0 patch: add skipWhen for forward compatibility (ealush)
vest: [3.2.6] - 2021-10-09
Fixed and improved
- e538e5b patch: remove incorrect messaging from group initialization error (ealush)
vest: [3.2.5] - 2021-07-31
vest: [3.2.4] - 2021-07-19
Fixed and improved
- ba6c296 patch: remove unused optional references from the state (ealush)
vest: [3.2.3] - 2021-05-27
Fixed and improved
- c02f22f patch: use context only as dev dep (ealush)
vest: [3.2.2] - 2021-05-17
Fixed and improved
- 70bd8fd fix: remove buggy conditional skip implementation (ealush)
vest: [3.2.0] - 2021-05-14
Added
- e3b42c6 minor: account for async tests in isValid function (ealush)
- 60099b3 feat: add support for optional tests and "isValid" (#612) (Evyatar)
- 32b1d05 feat: add state subscription (#606) (Ronen Elster)
- 0bb9347 minor: add skipped tests to result as well (#600) (Evyatar)
Fixed and improved
- 339fe45 patch: shave off a few bytes (ealush)
- 73f2e35 patch: use fieldCallbacks as an object (ealush)
- 94dd7a5 patch: simplify produce function generation (ealush)
- d53d56d patch: prevent skipped tests from persisting after override (ealush)
- c0180d1 patch: upgrade context package (ealush)
- 5791fef patch: use vast state library (ealush)
- a5aa3f1 patch: make state independent of context (#609) (Evyatar)
- 72b3e40 patch: remove package-lock.json (ealush)
- 74cb2d6 patch: add "remove" type, fix typo (#578) (Yakko Majuri)