1 | # Change Log
|
2 |
|
3 | - **Last updated**: 2025-02-13T16:03:11Z
|
4 | - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
5 |
|
6 | All notable changes to this project will be documented in this file.
|
7 | Only versions published since **2022-01-01** are listed here.
|
8 | Please consult the Git history for older version information.
|
9 | See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
|
10 |
|
11 | **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
12 | and/or version bumps of transitive dependencies.
|
13 |
|
14 | ### [3.6.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.6.19) (2025-01-14)
|
15 |
|
16 | #### ♻️ Refactoring
|
17 |
|
18 | - use optional chaining & nullish coalescing ([c5a0a13](https://github.com/thi-ng/umbrella/commit/c5a0a13))
|
19 |
|
20 | ## [3.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.6.0) (2024-04-08)
|
21 |
|
22 | #### 🚀 Features
|
23 |
|
24 | - add optional generics for collection checks ([8d55530](https://github.com/thi-ng/umbrella/commit/8d55530))
|
25 |
|
26 | ## [3.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.5.0) (2024-02-22)
|
27 |
|
28 | #### 🚀 Features
|
29 |
|
30 | - add isArrayBufferLike(), isArrayBufferView() ([652a1d2](https://github.com/thi-ng/umbrella/commit/652a1d2))
|
31 |
|
32 | ### [3.4.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.4.7) (2023-11-09)
|
33 |
|
34 | #### 🩹 Bug fixes
|
35 |
|
36 | - update isTypedArray() to return boolean ([2c0f72f](https://github.com/thi-ng/umbrella/commit/2c0f72f))
|
37 |
|
38 | ## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.4.0) (2023-08-04)
|
39 |
|
40 | #### 🚀 Features
|
41 |
|
42 | - add isGenerator() ([af8ffb3](https://github.com/thi-ng/umbrella/commit/af8ffb3))
|
43 |
|
44 | ### [3.3.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.3.5) (2022-12-16)
|
45 |
|
46 | #### ♻️ Refactoring
|
47 |
|
48 | - add generics for isFunction() ([2850048](https://github.com/thi-ng/umbrella/commit/2850048))
|
49 |
|
50 | ## [3.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.3.0) (2022-10-17)
|
51 |
|
52 | #### 🚀 Features
|
53 |
|
54 | - add isTouchEvent() ([7ef2acc](https://github.com/thi-ng/umbrella/commit/7ef2acc))
|
55 |
|
56 | ### [3.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.2.1) (2022-06-11)
|
57 |
|
58 | #### 🩹 Bug fixes
|
59 |
|
60 | - update export map (add missing isBigInt()) ([9270de0](https://github.com/thi-ng/umbrella/commit/9270de0))
|
61 |
|
62 | ## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.2.0) (2022-06-09)
|
63 |
|
64 | #### 🚀 Features
|
65 |
|
66 | - add isBigInt(), update pkg/readme ([bb6d833](https://github.com/thi-ng/umbrella/commit/bb6d833))
|