Skip to content

Releases: tiendc/go-deepcopy

v1.1.0

07 Oct 11:12
fffdf70
Compare
Choose a tag to compare
  • Support changing name of struct tag, default is "copy"
  • Added more UT

v1.0.0

22 Sep 20:45
8ee704e
Compare
Choose a tag to compare
  • 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

11 Sep 11:11
fca8bc7
Compare
Choose a tag to compare
  • Update deps and CI action

v0.5.1

26 Jul 06:22
fd7c970
Compare
Choose a tag to compare
  • Add docs for functions and types

v0.5.0

22 Jul 09:41
f91fb04
Compare
Choose a tag to compare
Merge pull request #10 from tiendc/refactor/clean-up-github-workflow

Cleanup github workflow