Releases: hones-dev/array-filter-utils
Releases · hones-dev/array-filter-utils
v0.1.11
v0.1.10
v0.1.9
What's Changed
- build(deps-dev): bump @babel/traverse from 7.14.2 to 7.23.2 by @dependabot in #13
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #12
- build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #14
- build: upgrade node dependencies to node 20 by @lmarvaud in #15
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #7
- 🧑💻🔒 add dependabot by @lmarvaud in #6
- build(deps-dev): bump coveralls from 3.1.0 to 3.1.1 by @dependabot in #10
- build(deps-dev): bump typescript from 4.2.4 to 4.9.5 by @dependabot in #11
- build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #9
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.0
Add
- add a filter function to check if the object key is defined (
requiredIsSet
) - add a filter function to check if the object key is defined and not null (
requiredIsNotNullable
) - add a filter function to exclude undefined (
isSet
) - add a filter function to exclude null and undefined (
notNullable
)