Skip to content

Commit 18d61d2

Browse files
chore(release): v0.7.0
1 parent 9d72db7 commit 18d61d2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

changelogs/2025-12-06_v0.7.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## [0.7.0] - 2025-12-06
2+
3+
### 🚀 Features
4+
5+
- *(dateSchemas)* Add nonEmpty validation step for better error messages
6+
- *(date)* Add date time local schema useful for html input datetime-local
7+
- *(num)* Add formatNumber function with caching of the formatter
8+
- *(date)* Add date time format
9+
10+
### 🚜 Refactor
11+
12+
- *(num/format)* To follow subject-first naming pattern
13+
- *(obj)* Rename to objectValues
14+
- *(date)* Rename formatDate to dateFormat, subject first
15+
16+
### 🧪 Testing
17+
18+
- *(intSchema)* Add test for int schema

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptive-sm/utils",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"scripts": {
55
"build": "rm -rf ./dist && bun tsc -p ./tsconfig.lib.json",
66
"test": "bun test",

0 commit comments

Comments
 (0)