-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.7.8 - add isJSON/isJson and isUUID/isUuid aliases and add CHANGELOG.md
- Loading branch information
1 parent
90b7c2b
commit 5197f4a
Showing
7 changed files
with
154 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
# 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.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters