File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments