prettycats
Version:
Helpful, common, and curried predicates library built on Ramda.
127 lines (61 loc) • 1.55 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
Changes not listed here (skipped semver) are typically dependency updates or README fixes.
## [0.7.9] - 2023-05-19
### Added
- missing build files from [0.7.8]
## [0.7.8] - 2023-05-19
### Added
- (string) `isUUID` / `isUuid` alias
- (string) `isJSON` / `isJson` alias
## [0.7.7] - 2023-03-30
### Added
- (string) `isUuid`
## [0.7.5] - 2021-11-03
### Added
- (string) `isMySqlTimestamp`
## [0.7.0] - 2017-12-10
### Added
- (primitive) `isBoolean`
## [0.5.0] - 2017-11-19
### Added
- babel support and point main package to dist es5 version
## [0.4.0] - 2017-08-24
### Added
- (string) `isTimestamp`
## [0.3.0] - 2017-08-11
### Added
- (number) `isNumeric`
- (string) `isNumericString`
## [0.2.2] - 2017-02-22
### Added
- (string) `isStringOfLengthBetween`
### Fixed
- (number) `isCalendarMonth`
- (number) `isCalendarMonthZeroBased`
## [0.2.1] - 2017-02-22
### Changed
- (number) optimize `isNumberBetween`
## [0.2.0] - 2017-02-22
### Added
- (object) `isObject`
- (object) `isObjectContaining`
- (object) `isObjectAbsent`
- (object) `isObjectMatching`
- (object) `isObjectExtending`
- (object) `isObjectSatisfying`
### Changed
- update to ES6
## [0.1.0] - 2015-12-31
### Added
- (string) `isJSON`
## [0.0.9] - 2015-07-08
### Added
- (number) `isNumericBoolean`
## [0.0.5] - 2015-07-07
### Added
- (number) `numberIsOneOf`
- (string) `stringIsOneOf`
## [0.0.1] - 2015-07-07
### Added
- Initial commit