Skip to content

Commit d1377b4

Browse files
committed
Release 0.7.1
1 parent 528e4ea commit d1377b4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.1](https://github.com/NoelDeMartin/utils/releases/tag/v0.7.1) - 2025-05-24
8+
9+
### Added
10+
11+
- New helpers: `objectDeepValue`, `overridePrototypeMethod`, and `weakMemo`.
12+
13+
### Changed
14+
15+
- `arraySorted` helper now accepts deep keys (separated by dots, eg. `arraySorted(users, 'socials.mastodon')`).
16+
- `after` helper now accepts ms (previously it required an object indicating the units).
17+
18+
### Fixed
19+
20+
- `urlFileName` helper (it wasn't removing fragments from path).
21+
722
## [v0.7.0](https://github.com/NoelDeMartin/utils/releases/tag/v0.7.0) - 2025-03-31
823

924
### Changed

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.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)