Vest v2.1.0 Release Notes

Release Date: 2020-08-09 // over 3 years ago
  • vest: [2.1.0] - 2020-08-09

    โž• Added

    • d1ce227 minor: add vest.skip.group and vest.only.group (#225) (ealush)
    • โœ… 19e592e added: test.memo for memoized tests (#238) (ealush)
    • e6cccc9 added: returned function name is the name of the suite (ealush)
    • f9f1d39 added: promisify utility (#261) (adife)

    ๐Ÿ›  Fixed and improved

    • โช ba6ca3d fix: make vest.reset restore initial state (#235) (ealush)
    • ๐ŸŽ a657058 patch: cache validation result for improved runtime performance (#237) (ealush)
    • 96210af Skip cache when resolving done results (#240) (ealush)
    • c2beec9 fix: edge case when calling done after delay (#252) (ealush)
    • 2582c43 types: group and skip types (#258) (ealush)
    • a215c43 patch: return enforce from extend api (ealush)
    • โœ… bb6cc1d fix: added safeguard to async test inference (#266) (ealush)
    • โšก๏ธ ff5608f Update README.md (ealush)
    • ๐Ÿšš 553c8fe patch: Move exclusion to context (#274) (ealush)
    • 4f24697 patch: Replace global object with closures (#275) (ealush)
    • โœ… a3bc606 patch: clean runAsyncTest done callback (ealush)
    • โšก๏ธ 4d3b583 Update README.md (ealush)
    • โœ… 32ea43f Use latest branch (ealush)
    • โœ… 51e7aa2 patch: Skip iteration of pending tests (#294) (ealush)

    n4s: [2.1.0] - 2020-08-09

    โž• Added