Skip to content

Commit

Permalink
Bump version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spideythewebhead committed Jun 29, 2024
1 parent eab91fa commit 9bb1c4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/file_generation_mode/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ packages:
path: "../../package"
relative: true
source: path
version: "1.4.1"
version: "1.5.0"
file:
dependency: transitive
description:
Expand Down
5 changes: 5 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.0

- Generate respective field in union classes when "unionJsonKey" is present [(issue #388)](https://github.com/spideythewebhead/data_class_plugin/issues/388)
- Add option to drop nullable values in "toJson" [(issue #390)](https://github.com/spideythewebhead/data_class_plugin/issues/390)

## 1.4.1

- "fromJson" in union not respecting json.key_name_convention configuration [(issue #383)](https://github.com/spideythewebhead/data_class_plugin/issues/383)
Expand Down
2 changes: 1 addition & 1 deletion package/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: data_class_plugin
version: 1.4.1
version: 1.5.0
description: A tool that uses Dart's Analyzer to generate code on-the-fly.

homepage: https://github.com/spideythewebhead/dart_data_class_plugin
Expand Down
2 changes: 1 addition & 1 deletion package/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ environment:
sdk: ">=3.1.0 <4.0.0"

dependencies:
data_class_plugin: ^1.4.1
data_class_plugin: ^1.5.0

0 comments on commit 9bb1c4c

Please sign in to comment.