-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from agiletech-web-dev/release
- Loading branch information
Showing
6 changed files
with
199 additions
and
63 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "js-utils-es", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"packageManager": "[email protected]", | ||
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,33 @@ | ||
[ | ||
{ | ||
"hash": "8bc93607abed18bb3b7365f7f1e27e97be70d684", | ||
"date": "Thu Jul 18 00:30:42 2024 +0700", | ||
"message": "chore: release v1.0.8", | ||
"refs": "HEAD -> release, tag: v1.0.8, origin/release", | ||
"body": "", | ||
"author_name": "hunghg255", | ||
"author_email": "[email protected]", | ||
"version": "v1.0.8" | ||
}, | ||
{ | ||
"hash": "3a88b973c2cee5bcd225dc0c3ec7b1de702e21c6", | ||
"date": "Thu Jul 18 00:28:29 2024 +0700", | ||
"message": "feat(predicate): add is utils", | ||
"refs": "origin/feat/update-is-utils, feat/update-is-utils", | ||
"author_name": "hunghg255", | ||
"author_email": "[email protected]", | ||
"functions": [ | ||
"toString", | ||
"isBoolean", | ||
"isDate", | ||
"isFunction", | ||
"isNumber", | ||
"isObject", | ||
"isRegExp", | ||
"isString", | ||
"isWindow" | ||
] | ||
}, | ||
{ | ||
"hash": "b46fd189054ce51423c4a64be7d18178faa97404", | ||
"date": "Tue Jul 16 01:24:15 2024 +0700", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.