Skip to content

Commit

Permalink
feat: 🔖 0.2.0 - Add isArray, isNonArray and NotEquals types
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Apr 19, 2024
1 parent 6f07d0b commit 33c7a46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-seas-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-needles-fold.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 65f5143: Add the isArray and isNonArray - Checks if a type is either an array or not an array
- c5bb362: Add the NotEquals type - Checks if a type does not equal another type

## 0.1.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.1.0",
"version": "0.2.0",
"description": "A collection of testing helper types",
"author": "Craig R Broughton",
"license": "MIT",
Expand Down

0 comments on commit 33c7a46

Please sign in to comment.