Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Oct 13, 2020
1 parent 5ec1065 commit 203f19c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## [3.1.0] - 2020-10-13
### Added
- Added support for importing other dart packages when using path (Thanks to [NicolaChimerapps](https://github.com/NicolaChimerapps))
- Added support for json_converter (Thanks to [NicolaChimerapps](https://github.com/NicolaChimerapps))

## [3.0.0] - 2020-10-06
### Breaking Change
### Breaking Change
- renamed includeIfNull to include_if_nul to keep a consistent api
### Added
- Added unknown_enum_value support
- Added unknown_enum_value support (Thanks to [DimmyMaenhout](https://github.com/DimmyMaenhout))
- Added non_final support
- Added support for json_converter

## [2.3.0] - 2020-10-04
### Added
Expand Down Expand Up @@ -43,11 +47,11 @@
## [2.0.0] - 2020-06-11
### BREAKING
### Added
- Change snake case to camelCase (Thanks to [NicolaChimerapps](https://github.com/NicolaChimerapps "Github NicolaChimerapps"))
- Change snake case to camelCase (Thanks to [NicolaChimerapps](https://github.com/NicolaChimerapps))

## [1.6.0] - 2020-06-11
### Added
- Custom jsonKey support (Thanks to [NicolaChimerapps](https://github.com/NicolaChimerapps "Github NicolaChimerapps"))
- Custom jsonKey support (Thanks to [NicolaChimerapps](https://github.com/NicolaChimerapps))

## [1.5.0] - 2020-05-19
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: model_generator
description: Dart tool to automaticly generate models from a yml file to speed up your development flow.
version: 3.0.0
version: 3.1.0
homepage: https://github.com/icapps/flutter-model-generator

environment:
Expand Down

0 comments on commit 203f19c

Please sign in to comment.