Skip to content

Commit

Permalink
🌈 Updating: [vest]: (3.2.2)
Browse files Browse the repository at this point in the history
70bd8fd  fix(vest): remove buggy conditional skip implementation (ealush)
  • Loading branch information
ealush committed May 17, 2021
1 parent 70bd8fd commit e1c44bf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
54 changes: 32 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,59 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 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
- dcd8ad2 feat: add conditional to skip (ealush)
- e3b42c6 minor: account for async tests in isValid function (ealush)
- 60099b3 feat: add support for optional tests and "isValid" (#612) (Evyatar)
- 09b2aa4 feat: vest.skipWhen for conditional test exclusion (#611) (Evyatar)
- 32b1d05 feat: add state subscription (#606) (Ronen Elster)
- 0bb9347 minor: add skipped tests to result as well (#600) (Evyatar)

- 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)

- 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)

## vest: [3.1.2] - 2021-01-30

### Fixed and improved
- d6cce23 types: fix schema types (ealush)
- 6471856 declare schema (ealush)
- 177f519 patch: support exports with and without extension (ealush)

- d6cce23 types: fix schema types (ealush)
- 6471856 declare schema (ealush)
- 177f519 patch: support exports with and without extension (ealush)

## vest: [3.1.1] - 2021-01-21

### Fixed and improved
- d566a32 types: fix promisify types (#563) (Evyatar)

- d566a32 types: fix promisify types (#563) (Evyatar)

## vest: [3.1.0] - 2021-01-21

### Added
- 8458837 minor: support schema skip and only (#557) (Evyatar)
- 0cf5615 minor: support custom message in test (#560) (Evyatar)

- 8458837 minor: support schema skip and only (#557) (Evyatar)
- 0cf5615 minor: support custom message in test (#560) (Evyatar)

## vest: [3.0.2] - 2021-01-20

### Fixed and improved
- 736001f fix: custom enforce rules typings (ealush)

- 736001f fix: custom enforce rules typings (ealush)

## vest: [3.0.0] - 2021-01-08

Expand Down
2 changes: 1 addition & 1 deletion packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vest",
"version": "3.2.1",
"version": "3.2.2",
"description": "Declarative validations.",
"main": "./vest.js",
"browser": "./vest.js",
Expand Down

0 comments on commit e1c44bf

Please sign in to comment.