File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2025-02-18
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` luthor ` - ` v0.5.3 ` ] ( #luthor---v053 )
19+ - [ ` luthor_generator ` - ` v0.6.4 ` ] ( #luthor_generator---v064 )
20+
21+ ---
22+
23+ #### ` luthor ` - ` v0.5.3 `
24+
25+ - ** FEAT** : Add URL validator support ([ #103 ] ( https://github.com/exaby73/luthor/issues/103 ) ).
26+
27+ #### ` luthor_generator ` - ` v0.6.4 `
28+
29+ - ** FEAT** : Add URL validator support ([ #103 ] ( https://github.com/exaby73/luthor/issues/103 ) ).
30+
31+
632## 2025-01-05
733
834### Changes
Original file line number Diff line number Diff line change 1+ ## 0.5.3
2+
3+ - ** FEAT** : Add URL validator support ([ #103 ] ( https://github.com/exaby73/luthor/issues/103 ) ).
4+
15## 0.5.2+1
26
37- ** CHORE** : Export validations
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: luthor
22description : |
33 A Dart validation library inspired by https://zod.dev
44 with support for code generation.
5- version : 0.5.2+1
5+ version : 0.5.3
66repository : https://github.com/exaby73/luthor/tree/main/packages/luthor
77homepage : https://luthor.netlify.app
88
Original file line number Diff line number Diff line change 1+ ## 0.6.4
2+
3+ - ** FEAT** : Add URL validator support ([ #103 ] ( https://github.com/exaby73/luthor/issues/103 ) ).
4+
15## 0.6.3
26
37 - ** FIX** : Nullable ? in generated code.
Original file line number Diff line number Diff line change 11name : luthor_generator
22description : Generate luthor schemas
3- version : 0.6.3
3+ version : 0.6.4
44repository : https://github.com/exaby73/luthor/tree/main/packages/luthor_generator
55homepage : https://luthor.netlify.app
66
@@ -14,7 +14,7 @@ dependencies:
1414 dart_mappable : ^4.3.0
1515 freezed_annotation : ^2.4.3
1616 json_annotation : ^4.8.1
17- luthor : ^0.5.2+1
17+ luthor : ^0.5.3
1818 source_gen : ^1.5.0
1919
2020dev_dependencies :
You can’t perform that action at this time.
0 commit comments