File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## v0.3.7...main
3
+
4
+ [ compare changes] ( https://github.com/stacksjs/ts-validation/compare/v0.3.7...main )
5
+
6
+ ### 🩹 Fixes
7
+
8
+ - Tests ([ e9d9c0e] ( https://github.com/stacksjs/ts-validation/commit/e9d9c0e ) )
9
+ - Test types ([ ee644aa] ( https://github.com/stacksjs/ts-validation/commit/ee644aa ) )
10
+ - Test cases ([ 73a1be2] ( https://github.com/stacksjs/ts-validation/commit/73a1be2 ) )
11
+
12
+ ### 🏡 Chore
13
+
14
+ - Refactor types ([ 6f4ce71] ( https://github.com/stacksjs/ts-validation/commit/6f4ce71 ) )
15
+ - Few minor updates ([ 32f062b] ( https://github.com/stacksjs/ts-validation/commit/32f062b ) )
16
+ - Adjust readme ([ 311e51b] ( https://github.com/stacksjs/ts-validation/commit/311e51b ) )
17
+ - Implement timestamptz ([ 8b897d5] ( https://github.com/stacksjs/ts-validation/commit/8b897d5 ) )
18
+ - Minor updates ([ c678149] ( https://github.com/stacksjs/ts-validation/commit/c678149 ) )
19
+ - Implement more validators ([ fa77c58] ( https://github.com/stacksjs/ts-validation/commit/fa77c58 ) )
20
+ - Implement smallint ([ bb5d305] ( https://github.com/stacksjs/ts-validation/commit/bb5d305 ) )
21
+ - Implement more types ([ 31dada6] ( https://github.com/stacksjs/ts-validation/commit/31dada6 ) )
22
+ - Implement more tests ([ 9507154] ( https://github.com/stacksjs/ts-validation/commit/9507154 ) )
23
+ - Update readme.md ([ a4f87dd] ( https://github.com/stacksjs/ts-validation/commit/a4f87dd ) )
24
+ - Properly format timestamptz ([ 7baa0af] ( https://github.com/stacksjs/ts-validation/commit/7baa0af ) )
25
+ - Remove validation function ([ 5dc15ff] ( https://github.com/stacksjs/ts-validation/commit/5dc15ff ) )
26
+
27
+ ### ❤️ Contributors
28
+
29
+ - Glennmichael123 ([ @glennmichael123 ] ( https://github.com/glennmichael123 ) )
30
+ - Chris ([ @chrisbbreuer ] ( https://github.com/chrisbbreuer ) )
31
+
2
32
## v0.3.6...main
3
33
4
34
[ compare changes] ( https://github.com/stacksjs/ts-validation/compare/v0.3.6...main )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stacksjs/ts-validation" ,
3
3
"type" : " module" ,
4
- "version" : " 0.3.7 " ,
4
+ "version" : " 0.4.0 " ,
5
5
"description" : " A simple TypeScript starter kit using Bun." ,
6
6
"author" :
" Chris Breuer <[email protected] >" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments