]
This commit is contained in:
github-actions[bot] 2021-07-27 10:49:29 -04:00 коммит произвёл GitHub
Родитель d353dea164
Коммит b14beec304
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 35 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,38 @@
## 0.4 (2021-07-27)
### New
* Added visual parity documentation (#53) [Natalia Maximo]
* Added blob storage plugin (#44) [Natalia Maximo]
* Added LocalStorage plugin for VisualParity (#42) [Natalia Maximo]
* Added run_id to reports and to the ctx object (#40) [Natalia Maximo]
* Added logic for visualparity validation (#39) [Natalia Maximo]
note: since there is not yet a storage plugin, this validation will always be false
* Added --version cli arg (#33) [Natalia Maximo]
* Added VisualParity validation state, report, and reorganized validations (#37) [Natalia Maximo]
### Changes
* Set up the main running function to use handler functions (#45) [Natalia Maximo]
* Create the snapshot parent directory if it does not exist (#43) [Natalia Maximo]
* Added pre-commit fixes on all files that needed them (#31) [Natalia Maximo]
### Fix
* Removed extra comma in example "Validation.json" in README.md (#50) [rajeevdodda]
* Reverted to LocalStorage for VP integration test (#51) [Natalia Maximo]
## 0.3.1 (2021-07-09)
### Changes