File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed
Expand file tree Collapse file tree 4 files changed +27
-2
lines changed 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-09-21
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+ - [ ` dogs_generator ` - ` v7.1.0 ` ] ( #dogs_generator---v710 )
19+
20+ ---
21+
22+ #### ` dogs_generator ` - ` v7.1.0 `
23+
24+ - ** FEAT** : add nullable accessors option to DogsGeneratorSettings.
25+
26+
627## 2025-09-16
728
829### Changes
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dev_dependencies:
1919 flutter_test :
2020 sdk : flutter
2121 flutter_lints : ^5.0.0
22- dogs_generator : ^7.0.2
22+ dogs_generator : ^7.1.0
2323 build_runner : ^2.4.15
2424
2525# For information on the generic Dart part of this file, see the
Original file line number Diff line number Diff line change 1+ ## 7.1.0
2+
3+ - ** FEAT** : add nullable accessors option to DogsGeneratorSettings.
4+
15## 7.0.2
26
37 - Update a dependency to the latest release.
Original file line number Diff line number Diff line change 11name : dogs_generator
22description : Code generator for the dogs serialization library.
3- version : 7.0.2
3+ version : 7.1.0
44repository : https://github.com/DarwinFramework/dogs
55
66environment :
You can’t perform that action at this time.
0 commit comments