Skip to content

Releases: ealush/vest

[email protected]

09 Jun 11:43
Compare
Choose a tag to compare

a5db77c tests(vest): Add sanity tests for group validity (ealush)
49096b1 patch(vest): replace Cursor with IsolateCursor (#869) (Evyatar)
4dbb9c0 minor(vest): isValidByGroup (#856) (Evyatar)
6a67315 tests(vest): make test.memo test more resilient (ealush)

4️⃣ Vest 4

26 Dec 22:32
Compare
Choose a tag to compare

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

02 Nov 16:05
Compare
Choose a tag to compare

Fixed and improved

  • 9555d1b types: Add types for skipWhen (ealush)

vest: [3.2.7] - 2021-10-16

16 Oct 10:00
Compare
Choose a tag to compare

Fixed and improved

  • c2964e0 patch: add skipWhen for forward compatibility (ealush)

vest: [3.2.6] - 2021-10-09

09 Oct 19:55
Compare
Choose a tag to compare

Fixed and improved

  • e538e5b patch: remove incorrect messaging from group initialization error (ealush)

vest: [3.2.5] - 2021-07-31

31 Jul 11:36
Compare
Choose a tag to compare

Fixed and improved

  • 3bb7f76 patch: Fix crashing of setFnName in IE11 (#671) (Václav Jančařík)

vest: [3.2.4] - 2021-07-19

19 Jul 19:44
Compare
Choose a tag to compare

Fixed and improved

  • ba6c296 patch: remove unused optional references from the state (ealush)

vest: [3.2.3] - 2021-05-27

27 May 06:53
Compare
Choose a tag to compare

Fixed and improved

  • c02f22f patch: use context only as dev dep (ealush)

vest: [3.2.2] - 2021-05-17

17 May 18:47
Compare
Choose a tag to compare

Fixed and improved

  • 70bd8fd fix: remove buggy conditional skip implementation (ealush)

vest: [3.2.0] - 2021-05-14

14 May 20:19
Compare
Choose a tag to compare

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)