**Features**
- Regular expression support in assertions. Custom header `X-Mockallan-Validator: regex` is used to select regex validation.
**Fixes**
- Fix GET /call-count
**Refactors**
- Validation refactored out to validator classes: IsEqualValidator, JSONSchemaValidator and RegexValidator to decouple it from History and make it easier to add validators.