Skip to content

Commit

Permalink
chore: commits changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrjarrett committed Apr 28, 2024
1 parent 73804f6 commit e611ada
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .changeset/ninety-cows-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"any-ts": patch
---

## features
adds:
- `object.filter`
- `object.filterKeys`

## deprecations
deprecates:
- `any.arrayof` - use `any.arrayOf` instead
- `any.entriesof` - use `any.entriesOf` instead
- `any.entryof` - use `any.entryOf` instead
- `any.keysof` - use `any.keysOf` instead
- `any.subtypeof` - use `any.subtypeOf` instead
- `any.indexedby` - use `any.indexedBy` instead

0 comments on commit e611ada

Please sign in to comment.