Releases: gilbarbara/is-lite
Releases · gilbarbara/is-lite
0.8.0
- Add bigint, asyncGeneratorFunction and primitive checks: 8e3dc3b
- Update domElement to. check for HTMLElement instead of Element: d335fef
- Update is function to be type-safe: 9d5ddcb
0.7.0
- Upgrade dependencies: 109c64e
- Add is.plainFunction: 3e578ed
- Update is.function to identify async and generator functions: b2df924
- Update tests: a430033
Breaking change: If you rely on the old is.function behavior, you can switch to is.plainFunction
0.6.0
- Upgrade dependencies: ed554d1
- Add arrayOf, defined, empty, oneOf, and propertyOf: 99bd987
0.5.1
- Upgrade dependencies and add repo-tools and @gilbarbara/tsconfig: aa8e6cc
0.5.0
- Remove babel, eslint and migrate all files to typescript: 27a96ce
- Refactor: c44dea3
- Default export is a function that returns the type of the value
- Add checks: asyncFunction, error, generatorFunction and instanceOf
- Add type guards for typescript
- Update CI config: 8a2c8e0
0.4.0
- Upgrade dependencies: a4945c0
- Update jest.config.js: 2b2fea0
- Add map, nan, numericString, set, weakMap, weakSet: 20dadbd