Skip to content

Tags: jinzhu/copier

Tags

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #190 from driventokill/feature/custom-field-names

feat: Support custom file name mappings

v0.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #124 from cavanwang/master

fix bug from issue 117 that 'Copy map with slice-type value panic'

v0.3.4

Fix copier on v1.13

v0.3.3

Ignore unexported fields

v0.3.2

Fix copy from slice to single elem

v0.3.1

Update README

v0.3.0

Fix copy map with nested slice map

v0.2.9

Fix copy map with nil interface

v0.2.8

Fix deep copy slice of interface, close #89

v0.2.7

Fix copy slice, close #88