Skip to content

Commit

Permalink
Merge pull request #11 from agiletech-web-dev/release
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 authored Jul 17, 2024
2 parents 6cfd6cf + 50034b3 commit af21ad6
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 63 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/prepublish.yml

This file was deleted.

8 changes: 8 additions & 0 deletions docs/.vitepress/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,19 @@ export function getLocaleConfig(lang: string) {
{
text: t('Predicates'),
items: [
{ text: 'isBoolean', link: '/reference/predicate/isBoolean' },
{ text: 'isDate', link: '/reference/predicate/isDate' },
{ text: 'isEqual', link: '/reference/predicate/isEqual' },
{ text: 'isFunction', link: '/reference/predicate/isFunction' },
{ text: 'isNil', link: '/reference/predicate/isNil' },
{ text: 'isNotNil', link: '/reference/predicate/isNotNil' },
{ text: 'isNull', link: '/reference/predicate/isNull' },
{ text: 'isNumber', link: '/reference/predicate/isNumber' },
{ text: 'isObject', link: '/reference/predicate/isObject' },
{ text: 'isRegExp', link: '/reference/predicate/isRegExp' },
{ text: 'isString', link: '/reference/predicate/isString' },
{ text: 'isUndefined', link: '/reference/predicate/isUndefined' },
{ text: 'isWindow', link: '/reference/predicate/isWindow' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down
29 changes: 29 additions & 0 deletions scripts/changeLog.json
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",
Expand Down
85 changes: 74 additions & 11 deletions scripts/contributions.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,77 +475,133 @@
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isEqual.ts": [
"clone.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isNil.ts": [
"invert.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isNotNil.ts": [
"omit.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isNull.ts": [
"omitBy.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isUndefined.ts": [
"pick.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"clone.ts": [
"pickBy.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"invert.ts": [
"isBoolean.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"omit.ts": [
"isDate.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"omitBy.ts": [
"isEqual.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"pick.ts": [
"isFunction.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"pickBy.ts": [
"isNil.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isNotNil.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isNull.ts": [
{
"name": "hunghg255",
"count": 2,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isNumber.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isObject.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isRegExp.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isString.ts": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isUndefined.ts": [
{
"name": "hunghg255",
"count": 2,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"isWindow.ts": [
{
"name": "hunghg255",
"count": 1,
Expand Down Expand Up @@ -607,5 +663,12 @@
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
],
"_internal": [
{
"name": "hunghg255",
"count": 1,
"hash": "3732f6a5b9cdd33a2f401844e7daf029"
}
]
}
Loading

0 comments on commit af21ad6

Please sign in to comment.