All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.7.3 (2020-07-02)
- checks: update isPlainObject() type assertion (e5ceb7d)
2.7.0 (2020-05-14)
- checks: add isAsyncIterable() (59ac3a9)
2.6.0 (2020-03-28)
- checks: typo (4e4a6e1)
- checks: add better type assertion for isTypedArray() (548ba52)
- checks: add new string validators (9d9e8a8)
2.5.0 (2020-01-24)
- checks: add hasBigInt() (aa4faed)
2.4.0 (2019-09-21)
- checks: add generics to existsAndNotNull() (bced8b9)
2.3.0 (2019-08-16)
- checks: better hex string, export, isNil doc (19b1981)
- checks: fix vscode autoimport (8ac6408)
- checks: test, better naming (90dce20)
- checks: isNil and isHexColorString (ebaa15e)
2.2.0 (2019-07-07)
- checks: isMobile for Chrome iOS (8216d48)
- checks: enable TS strict compiler flags (refactor) (90515e7)
2.1.2 (2019-03-12)
2.1.0 (2019-02-10)
- checks: add isPrimitive() (190701e)
2.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
1.5.4 (2018-06-18)
- checks: isOdd() for negative values (3589e15)
1.5.1 (2018-04-29)
1.5.0 (2018-04-26)
- checks: add date, map, nan, set checks (a865f62)
1.4.0 (2018-04-08)
- checks: add hasPerformance() check (performance.now) (40d706b)
1.3.2 (2018-04-04)
- checks: add prototype check for isPlainObject(), add tests (bffc443)
1.3.0 (2018-03-08)
- checks: add isPromise() & isPromiseLike() (9900e99)
1.2.0 (2018-02-08)
- checks: add new predicates, refactor existing (68f8fc2)