@fantasticfiasco/expect
Version:
A Node.js library written in TypeScript providing argument validation.
51 lines (29 loc) • 1.32 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [1.1.0] - 2021-02-14
### :zap: Added
- `toBeEmail` - Expect a value to be an email (contributed by [@alandev2](https://github.com/alandev2))
## [1.0.4] - 2019-12-27
### :policeman: Security
- Security vulnerability in transient dependency `handlebars`
## [1.0.3] - 2019-07-14
### :policeman: Security
- Security vulnerability in transient dependency `diff`
- Security vulnerability in transient dependency `lodash`
## [1.0.2] - 2017-06-07
### :policeman: Security
- Security vulnerability in transient dependency `handlebars`
- Security vulnerability in transient dependency `js-yaml`
## [1.0.1] - 2017-04-10
### :policeman: Security
- Security vulnerability in transient dependency `sshpk`
## [1.0.0] - 2017-06-22
### :zap: Added
- `toBeTrue` - Expect a condition to be true
- `toBeFalse` - Expect a condition to be false
- `toExist` - Expect a value to exist
- `toNotExist` - Expect a value not to exist
- `toBeAlphanumeric` - Expect a value to be alphanumeric
- `toBeCharCodes` - Expect a value to only contain characters from a range of character codes