Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-01-27)

### Bug Fixes

* add & object to return function ([db6d235](db6d235))
* add type guard to index signature ([4428463](4428463))
* import types ([a16f2f4](a16f2f4))
* moduleNameMapper [@lib](https://github.com/lib) path ([cfa8f8a](cfa8f8a))
* paths [@lib](https://github.com/lib) ([0dcd742](0dcd742))

### Features

* add AnyObject type ([689151b](689151b))
* add areEqual function ([d61741d](d61741d))
* add classify ([c5cd61a](c5cd61a))
* add date ([01b95a8](01b95a8))
* add Dictionary ([9dc28fe](9dc28fe))
* add getLenght helper for string | array | object ([e185ab1](e185ab1))
* add getTag function ([a20c0ab](a20c0ab))
* add hasDuplicates ([8ce4714](8ce4714))
* add hasDuplicates to index ([8996776](8996776))
* add isArray ([64d5021](64d5021))
* add isArrayOfString function ([8dbba82](8dbba82))
* add isDateValid ([eea52fc](eea52fc))
* add isEmpty ([3d8d535](3d8d535))
* add isEqual ([ef1ef0d](ef1ef0d))
* add isNotEmpty ([10446f7](10446f7))
* add isNull function ([5897464](5897464))
* add isNumber ([cb50253](cb50253))
* add isNumber ([38d9f22](38d9f22))
* add isObject ([cec4fbf](cec4fbf))
* add isObjectLike ([9e8f322](9e8f322))
* add isString ([05b346a](05b346a))
* add null and function check ([cd97d55](cd97d55))
* add PredicateFunction ([71170f7](71170f7))
* add Primitive type ([8aeed4c](8aeed4c))
* add public tag ([3255c57](3255c57))
* add removeEmptyKeys ([348181c](348181c))
* add return true on primitive types ([a167788](a167788))
* add splitIntoChunks ([3fabd0d](3fabd0d))
* add toRecord ([46501cf](46501cf))
* add twoSum function ([c80f611](c80f611))
* add util ([9c3ec93](9c3ec93))
* add utils ([0bdf848](0bdf848))
* add wrapInArray ([cab15f8](cab15f8))
* add wrapInArray ([3b0b0bf](3b0b0bf))
* change release tag to alpha ([7dd86f7](7dd86f7))
* change tag to beta release ([46f0a55](46f0a55))
* export getTag ([71f1af2](71f1af2))
* export isEqualDate ([3a110af](3a110af))
* export isNull ([266af52](266af52))
* initial commit ([447e863](447e863))
* move twoSum to solved repo ([bf17d66](bf17d66))
* remove areSame from exports ([bb02b82](bb02b82))
* remove aresame.md ([c035ba7](c035ba7))
* remove home features ([d1da7fc](d1da7fc))
* remove isNotEmpty ([dccd1bb](dccd1bb))
* remove type guard ([98c08d4](98c08d4))
* replace any with unknown ([e3c78dc](e3c78dc))
* replace value:any with unknown ([27af436](27af436))
* update with regexp ([905fce3](905fce3))

### Reverts

* Revert "chore: change jest config to ts" ([3fa4245](3fa4245))
  • Loading branch information
semantic-release-bot committed Jan 27, 2023
1 parent ec82a19 commit b70cff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b70cff3

Please sign in to comment.