go-types
Version:
Type-checking utilities for JavaScript
41 lines (27 loc) • 641 B
Markdown
### v1.3.1
2022-10-21
* Updated the bundle path in the readme file.
* Removed the console.log line.
### v1.3.0
2022-10-19
* Converted to CommonJS module format.
* Added isValidDate function.
* Added isInvalidDate function.
* Added a build script.
* Added a changelog file.
* Added the bundle files.
### v1.2.0
2022-09-01
* Added isCyclic function.
* Added isPair function.
### v1.1.0
2022-07-30
* Added isThenable function.
* Added isArrayOf function.
* Added isArrayLikeOf function.
* Added isNode function.
* Added isElement function.
* Added isFragment function.
### v1.0.0
2022-07-10
* Initial release