Skip to content

Releases: hones-dev/array-filter-utils

v0.1.11

29 Apr 09:32
c0854e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

13 Feb 14:46
cee0591
Compare
Choose a tag to compare

What's Changed

  • build: upgrade node dependencies to node 21 by @lmarvaud in #16

Full Changelog: v0.1.9...v0.1.10

v0.1.9

13 Feb 10:54
e9c228b
Compare
Choose a tag to compare

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

05 Sep 08:24
52b0fca
Compare
Choose a tag to compare

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

Full Changelog: v0.1.7...v0.1.8

v0.1.7

26 Aug 15:39
47c5a4e
Compare
Choose a tag to compare

Fix

  • fix: non nullable type with multiple keys

v0.1.6

26 Aug 15:25
0607c20
Compare
Choose a tag to compare

Add

  • feature: the filter functions can take a bunch of elements

v0.1.5

12 Aug 11:16
5439a8c
Compare
Choose a tag to compare

Add

  • add a type to define some props of an object as required (WithRequired)
  • add a type to define some props of an object as required and not nullable (WithNonNullable)

v0.1.0

25 May 13:04
v0.1.0
11a0a26
Compare
Choose a tag to compare

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)