2.2.0 (2024-12-09)
2.1.0 (2023-11-25)
2.0.1 (2023-08-02)
2.0.0 (2023-07-28)
- drop Node.js <= 14
1.4.0 (2023-05-04)
1.3.0 (2023-05-04)
fixes
- [
1468e4e
] - fix: hotfix is-class bug (#10) (fengmk2 <[email protected]>)
others
- [
32aab2b
] - chore: Improve some functions (#8) (Runrioter Wung <[email protected]>)
- feat: Add async function test function. (#6)
- deps: upgrade [email protected]
- feat: is.array() use Array.isArray() directly
- feat: improve is.error performance
- feat: improve is.regExp performance
- test: support coverage
- feat: imrpove is.date performance (#4)
- deps: update all dependencies
- detect class
- add is.finite()
- split Long from long
- fix history
- bump deps version
- Merge pull request #1 from node-modules/support-long-module
- is.long() support long module
- refactor
- add readme for isstream
- add isStream
- add travis-yml
- add isNaN
- add is.int32
- add readme
- add test, add number type checker
- add core-util-is and generator promise
- Initial commit