Skip to content

Commit

Permalink
bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 10, 2024
1 parent 154cbaa commit 04bf112
Show file tree
Hide file tree
Showing 5 changed files with 741 additions and 66 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## HISTORY
# HISTORY

- v1.0.0
- upgrade to v1
- changed log to our logg/slog
- fixed bugs found and improved performances

- v0.4.19
- upgrade deps
Expand Down Expand Up @@ -58,12 +63,14 @@
- improved code style, format, ...
- to fore-prevent low-performance and large-memory usage when retrieve expanded fields from a very large struct, use `cms.ByOrdinal` instead default `cms.ByName`
- added new strategy `cms.Flat` and field tag to identify a pointer should be shallow copy to target field,

```go
package main
type A struct {
field1 *ComplexStruct `copy:",flat"`
}
```

- `evendeep` supports to go1.11 currently

### v0.2.51
Expand Down
Loading

0 comments on commit 04bf112

Please sign in to comment.