Skip to content

Releases: darccio/mergo

Support for Struct in Map

24 Mar 21:29
66f88b4

Choose a tag to compare

Merge pull request #105 from svyotov/fix-panic-on-merge

add support for Struct in Map

Several PRs merged

03 Oct 10:54
1afb360

Choose a tag to compare

Merge pull request #125 from rusdevops/master

added WithOverrideEmptySlice config flag

v0.3.7

23 Jan 23:31
7c29201

Choose a tag to compare

Two PR merged to fix bugs. Thanks @requilence, @smgladkovskiy, @vdemeester and @luisdavim for your time!

v0.3.6

30 Jul 21:27
9f23e2d

Choose a tag to compare

Update README.md

v0.3.5: Merge pull request #82 from vdemeester/slice-merge-fix

08 Jun 14:02
9316a62

Choose a tag to compare

New transformer WithAppendSlice

04 Apr 21:31
9d5f127

Choose a tag to compare

Commit e6c5cef change the behavior of how Mergo handles slice when WithOverride is used. If you want the previous behavior, to append source slice in destination slice, use WithAppendSlice and WithOverride.

Fixed bugs, unexported types and semantic versioning

02 Apr 13:57

Choose a tag to compare

We keep improving things: even better nil/invalid values handling

19 Jan 22:02
163f413

Choose a tag to compare

Merge pull request #59 from imdario/fix/pr-58

Fix PR #58

Minor fix for transformer: better nil/invalid values handling

19 Jan 07:53
dc972c8

Choose a tag to compare

Merge pull request #57 from imdario/fix/pr-56

Pull request #56 merged after passing tests in Travis CI

Important release: Transformers and more fixes <3

12 Jan 00:21

Choose a tag to compare

Please check your projects against this new release, as it introduces a new feature: transformers! Thanks to #49 now you can merge specific types differently that the default.