All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
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.2 (2019-07-31)
Note: Version bump only for package @thi.ng/checks
2.2.1 (2019-07-12)
Note: Version bump only for package @thi.ng/checks
2.2.0 (2019-07-07)
- checks: isMobile for Chrome iOS (8216d48)
- checks: enable TS strict compiler flags (refactor) (90515e7)
2.1.6 (2019-04-24)
Note: Version bump only for package @thi.ng/checks
2.1.5 (2019-04-02)
Note: Version bump only for package @thi.ng/checks
2.1.4 (2019-03-28)
Note: Version bump only for package @thi.ng/checks
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)