Releases: tiendc/go-deepcopy
Releases · tiendc/go-deepcopy
v1.1.0
- Support changing name of struct tag, default is "copy"
- Added more UT
v1.0.0
- Added support for copying inherited fields from embedded structs.
- If a struct has a copyng method, it will have higher priority than matching field.
- Code refactoring.
v0.5.2
- Update deps and CI action
v0.5.1
- Add docs for functions and types
v0.5.0
Merge pull request #10 from tiendc/refactor/clean-up-github-workflow
Cleanup github workflow