Skip to content

Commit

Permalink
feat: 🔖 0.5.0 - IsUndefined, IsNonUndefined, IsNullish & IsNonNullish…
Browse files Browse the repository at this point in the history
… types
  • Loading branch information
CRBroughton committed Apr 28, 2024
1 parent 3e11f02 commit da89d20
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-ducks-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-pans-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-rats-juggle.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @crbroughton/ts-test-utils

## 0.5.0

### Minor Changes

- 3e11f02: Add IsNonNullish type - Check if a type is neither undefined or null
- 02d5394: Add IsUndefined and IsNonUndefined types - Check if a type can be undefined or not
- b1c6950: Add IsNullish type - Check if a type is either undefined or null

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crbroughton/ts-test-utils",
"type": "module",
"version": "0.4.0",
"version": "0.5.0",
"description": "A collection of testing helper types",
"author": "Craig R Broughton",
"license": "MIT",
Expand Down

0 comments on commit da89d20

Please sign in to comment.