Skip to content

Commit 55eecc0

Browse files
committed
Release 0.7.2
1 parent 5f7bc66 commit 55eecc0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.7.2](https://github.com/NoelDeMartin/utils/releases/tag/v0.7.2) - 2025-08-02
8+
9+
### Added
10+
11+
- New type helpers: `IsAny` and `IsPlainObject`.
12+
13+
### Changed
14+
15+
- Improved `isPlainObject` to accept any value and return a type guard.
16+
- Improved `objectEntries` types.
17+
718
## [v0.7.1](https://github.com/NoelDeMartin/utils/releases/tag/v0.7.1) - 2025-05-24
819

920
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noeldemartin/utils",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"type": "module",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)