fix: added quantity validation rules

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-06-08 20:03:15 +02:00 committed by Corentin THOMASSET
parent e51a37844a
commit aa4fb5ffff
2 changed files with 23 additions and 5 deletions

View file

@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Next
- [fix] [UuidGenerator] added quantity validation rules (prevent < 0)
## 1.2.0
- [feat] [UuidGenerator] can generate multiple uuids