Skip to content

Releases: young2j/gocopy

v1.1.14

08 Sep 05:07
Compare
Choose a tag to compare
  1. add MIT license;
  2. remove built-in bson transformation, converter function is recommended.

v1.1.13

10 May 11:00
Compare
Choose a tag to compare
fix: fix bug - convertValue maybe nil

v1.1.12

22 Mar 03:36
Compare
Choose a tag to compare
fix: fix append for interface value like bson.M

v1.1.11

19 Mar 15:00
Compare
Choose a tag to compare
feat: support ignore level for copy from struct

v1.1.10

17 Mar 13:39
Compare
Choose a tag to compare
feat: support ignoreFields when copy from struct

v1.1.9

23 Feb 04:32
Compare
Choose a tag to compare
feat: support customized convert func

v1.1.8

17 Feb 10:25
Compare
Choose a tag to compare
feat: strcut2map->copy nested struct to map

v1.1.7

16 Feb 11:58
Compare
Choose a tag to compare
feat: support ignore zero value

v1.1.6

16 Feb 09:48
Compare
Choose a tag to compare
feat: support copy struct to map/bson.M

v1.1.5

11 Feb 10:48
Compare
Choose a tag to compare
feat: support time.Time to string and vice versa