Skip to content

Commit

Permalink
[bump] version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schultek committed Oct 19, 2024
1 parent 01c2d17 commit 5bda858
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/dart_mappable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 4.3.0

- Added support for reusing annotations as constant variables.
- Added `SimpleMapper1Bounded` and `SimpleMapper2Bounded` for custom bounded generic types.
- Fixed generation for generic functions.
- Fixed bug with nullable generic field.
- Fixed bug with import path on windows.

# 4.2.2

- Added `CaseStyle.upperSnakeCase`.
Expand Down
4 changes: 2 additions & 2 deletions packages/dart_mappable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_mappable
description: Improved json serialization and data classes with full support for generics, inheritance, customization and more.
version: 4.2.2
version: 4.3.0
repository: https://github.com/schultek/dart_mappable
issue_tracker: https://github.com/schultek/dart_mappable/issues
documentation: https://pub.dev/documentation/dart_mappable/latest/topics/Introduction-topic.html
Expand All @@ -23,6 +23,6 @@ dependencies:

dev_dependencies:
build_runner: ^2.2.0
dart_mappable_builder: ^4.2.2
dart_mappable_builder: ^4.3.0
lints: '>=1.0.0 <3.0.0'
test: ^1.20.1
7 changes: 7 additions & 0 deletions packages/dart_mappable_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.3.0

- Added support for reusing annotations as constant variables.
- Fixed generation for generic functions.
- Fixed bug with nullable generic field.
- Fixed bug with import path on windows.

# 4.2.3

- Added lint ignores for 'override_on_non_overriding_member'.
Expand Down
4 changes: 2 additions & 2 deletions packages/dart_mappable_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_mappable_builder
description: Improved json serialization and data classes with full support for generics, inheritance, customization and more.
version: 4.2.3
version: 4.3.0
repository: https://github.com/schultek/dart_mappable
issue_tracker: https://github.com/schultek/dart_mappable/issues
funding:
Expand All @@ -14,7 +14,7 @@ dependencies:
ansicolor: ^2.0.1
build: ^2.0.0
collection: ^1.15.0
dart_mappable: ^4.2.2
dart_mappable: ^4.3.0
dart_style: ^2.2.4
glob: ^2.1.0
path: ^1.8.0
Expand Down

0 comments on commit 5bda858

Please sign in to comment.