Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed Nov 20, 2023
1 parent aa0d0d5 commit dbdef7a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@


## [1.5.0](https://github.com/Akurganow/is/compare/v1.4.0...v1.5.0) (2023-11-20)


### Features

* **is-plain-object:** Check if the object has any non-enumerable properties ([ce5ec38](https://github.com/Akurganow/is/commit/ce5ec38613afd8c10ef5b6e2a80b24d99d288215))


### Bug Fixes

* add isArrayOfSame to index.ts ([1ffc18e](https://github.com/Akurganow/is/commit/1ffc18ef99e95bf79e70fcdd3ea5721380e3c8cb))
* **detect:** export types ([aa0d0d5](https://github.com/Akurganow/is/commit/aa0d0d58d72149b448ac2e0c0516ae1f91f9a924))
* **isArrayOf:** use .some instead of .every ([b88500d](https://github.com/Akurganow/is/commit/b88500dda72e9428ac5bc22951f956d99faad95c))
* **isGeneratorFunction:** remove console.log ([45a0d72](https://github.com/Akurganow/is/commit/45a0d72a90d74f9438a10e6777eef141dbe829ff))

## [1.4.0](https://github.com/Akurganow/is/compare/v1.3.0...v1.4.0) (2023-10-10)


Expand Down Expand Up @@ -46,4 +61,4 @@

### Features

* Add isAsyncFunction ([ff7073c](https://github.com/Akurganow/is/commit/ff7073c7d6e2dfdca383cdb5d7ea0ddbff4139e6))
* Add isAsyncFunction ([ff7073c](https://github.com/Akurganow/is/commit/ff7073c7d6e2dfdca383cdb5d7ea0ddbff4139e6))
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plq/is",
"version": "1.4.0",
"version": "1.5.0",
"description": "Small utility package that provides a set of functions to check if a given argument is of a certain type",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit dbdef7a

Please sign in to comment.