Skip to content

Commit

Permalink
Update to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petrnymsa committed Nov 25, 2023
1 parent 8af674e commit 79b5992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/auto_mappr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[//]: # (## Unreleased)

## 2.2.0
- Improve error messages. [#147](https://github.com/netglade/auto_mappr/pull/147)
- When the source is not null, `TypeConverter<Object, Object>` and `TypeConverter<Object, Object?>` now support mapping of source field `Object?` -> target field `Object?`. [#142](https://github.com/netglade/auto_mappr/pull/142)
- Support Field's field name mapping in reverse. [#156](https://github.com/netglade/auto_mappr/pull/157)

## 2.1.1
- Fix auto_mappr_annotation dependency. [#130](https://github.com/netglade/auto_mappr/pull/131)
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_mappr/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auto_mappr
description: Code generation for mapping between different objects with ease.
version: 2.1.2
version: 2.2.0
repository: https://github.com/netglade/auto_mappr
issue_tracker: https://github.com/netglade/auto_mappr/issues
screenshots:
Expand Down

0 comments on commit 79b5992

Please sign in to comment.