Skip to content

Commit

Permalink
#### Version 0.7.5
Browse files Browse the repository at this point in the history
* Feature: Support for *[] to *[] with MapperSlice
* Ops: Definitive error messages
* Tips: Merge pull request #9 from MrWormHole/master, Thanks to @mrwormhole
* 2021-01-26 12:00 in ShangHai
  • Loading branch information
devfeel committed Jan 26, 2021
1 parent 2bfb72e commit 2ce1ff2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
)

const (
packageVersion = "0.7.4"
packageVersion = "0.7.5"
mapperTagKey = "mapper"
jsonTagKey = "json"
IgnoreTagValue = "-"
Expand Down
5 changes: 5 additions & 0 deletions version.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## devfeel/mapper

#### Version 0.7.5
* Feature: Support for *[] to *[] with MapperSlice
* Ops: Definitive error messages
* Tips: Merge pull request #9 from MrWormHole/master, Thanks to @MrWormHole
* 2021-01-26 12:00 in ShangHai

#### Version 0.7.4
* Feature: AutoMapper&Mapper support mapper struct to map[string]interface{}
Expand Down

0 comments on commit 2ce1ff2

Please sign in to comment.