Skip to content

Commit 249fa1e

Browse files
authored
Merge pull request #20 from agiletech-web-dev/release
2 parents 2660b58 + 4da6125 commit 249fa1e

File tree

5 files changed

+241
-195
lines changed

5 files changed

+241
-195
lines changed

packages/core/src/predicate/index.ts

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
export { isBoolean } from './isBoolean.ts';
2+
export { isDate } from './isDate.ts';
13
export { isEqual } from './isEqual.ts';
4+
export { isFunction } from './isFunction.ts';
25
export { isNil } from './isNil.ts';
36
export { isNotNil } from './isNotNil.ts';
47
export { isNull } from './isNull.ts';
8+
export { isNumber } from './isNumber.ts';
9+
export { isObject } from './isObject.ts';
10+
export { isRegExp } from './isRegExp.ts';
11+
export { isString } from './isString.ts';
512
export { isUndefined } from './isUndefined.ts';
13+
export { isWindow } from './isWindow.ts';

scripts/changeLog.json

+40
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
11
[
2+
{
3+
"hash": "a0635cb44eeb737fe0b1c6c3ef6fdacaea6cdde9",
4+
"date": "Thu Jul 18 13:27:08 2024 +0700",
5+
"message": "chore: release v1.0.12",
6+
"refs": "tag: v1.0.12",
7+
"body": "",
8+
"author_name": "hunghg255",
9+
"author_email": "[email protected]",
10+
"version": "v1.0.12"
11+
},
12+
{
13+
"hash": "9da0c8c8b4421654986029a7cf4fc347ce5363f7",
14+
"date": "Thu Jul 18 13:22:51 2024 +0700",
15+
"message": "chore: release v1.0.11",
16+
"refs": "tag: v1.0.11",
17+
"body": "",
18+
"author_name": "hunghg255",
19+
"author_email": "[email protected]",
20+
"version": "v1.0.11"
21+
},
22+
{
23+
"hash": "fd16d0f26080855d39dfdd17cb9ea456261cd56b",
24+
"date": "Thu Jul 18 13:16:39 2024 +0700",
25+
"message": "chore: release v1.0.10",
26+
"refs": "tag: v1.0.10",
27+
"body": "",
28+
"author_name": "hunghg255",
29+
"author_email": "[email protected]",
30+
"version": "v1.0.10"
31+
},
32+
{
33+
"hash": "4e4063004ed9416db474442d37ef40828feb2656",
34+
"date": "Thu Jul 18 13:01:17 2024 +0700",
35+
"message": "chore: release v1.0.9",
36+
"refs": "tag: v1.0.9",
37+
"body": "",
38+
"author_name": "hunghg255",
39+
"author_email": "[email protected]",
40+
"version": "v1.0.9"
41+
},
242
{
343
"hash": "8bc93607abed18bb3b7365f7f1e27e97be70d684",
444
"date": "Thu Jul 18 00:30:42 2024 +0700",

0 commit comments

Comments
 (0)