Skip to content

Commit 2047296

Browse files
committed
#124: updated version to 7.0.0
1 parent 8481a15 commit 2047296

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## [6.4.0] - 2023-08-14
2+
## [7.0.0] - 2023-08-14
33
*BREAKING CHANGE*: Every type is now defined inline, this means that 'required' is no longer supported, if a field isn't nullable it is automatically required. This also means that the 'array' type is no longer supported and is instead just defined like 'List<T>'.
44

55
## [6.3.0] - 2023-06-05

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ UserModel:
378378
roles: List<string>
379379
customProperties: Map<String, Property>?
380380
```
381-
since 6.4.0 inline types are supported now even when adding extra configuration:
381+
since 7.0.0 inline types are supported now even when adding extra configuration:
382382

383383
before:
384384
```yaml

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: model_generator
22
description: Dart tool to automatically generate models from a yml file to speed up your development flow.
3-
version: 6.4.0
3+
version: 7.0.0
44
homepage: https://github.com/icapps/flutter-model-generator
55

66
environment:

0 commit comments

Comments
 (0)