mergo

Mergo: merging Go structs and maps since 2013

BSD-3-CLAUSE License

Stars
2.7K
Committers
65

Bot releases are hidden (Show)

mergo - 1.0.0 released with new module URL: dario.cat/mergo Latest Release

Published by darccio over 1 year ago

This PR is a release containing 0.3.15 features but changing the module URL to dario.cat/mergo.

What's Changed

Full Changelog: https://github.com/imdario/mergo/compare/v0.3.16...v1.0.0

mergo - Announcement: v1.0.0 will be released on June 18th

Published by darccio over 1 year ago

This release doesn't contain code changes.

After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.

This version will be released under a vanity URL: dario.cat/mergo

PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.

PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.

mergo - Issues #131, #170, #220, and #202 fixed

Published by darccio over 1 year ago

mergo - fix: Respect overwriteWithEmptySrc when merging maps #231

Published by darccio over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/imdario/mergo/compare/0.3.12...v0.3.13

mergo - Some bug fixes

Published by darccio over 3 years ago

Thanks to @abicky and @ndeloof to help to improve Mergo. They fixed issues #90 & #174.

mergo -

Published by darccio about 4 years ago

mergo - v0.3.10: frozen codebase + next steps

Published by darccio over 4 years ago

After the broken 0.3.9, I decided to revert the faulty PR #105, reopening the issues #90 and #103. Also, this release includes all the other pending bugs. As it is getting harder to modify the codebase, I decided to freeze it. I'm going to merge only PRs fixing bugs with proper tests.

On the other hand, I will start a new cleanroom implementation. Existing tests will be reviewed and used as "test subjects". Also, I plan to collect real-world examples to use them also as "test subjects" in a separate repository.

In this process, I would like to work from the bottom to the top, focusing on getting the core right. I plan to keep a legacy compatibility layer, but the new API may differ from the current one to allow better maintenance and new features.

mergo - Support for Struct in Map

Published by darccio over 4 years ago

mergo - Several PRs merged

Published by darccio about 5 years ago

mergo - v0.3.7

Published by darccio over 5 years ago

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

mergo -

Published by darccio about 6 years ago

mergo -

Published by darccio over 6 years ago

mergo - New transformer WithAppendSlice

Published by darccio over 6 years ago

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.

mergo - Fixed bugs, unexported types and semantic versioning

Published by darccio over 6 years ago

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

Published by darccio over 6 years ago

mergo - Minor fix for transformer: better nil/invalid values handling

Published by darccio over 6 years ago

mergo - Important release: Transformers and more fixes <3

Published by darccio almost 7 years ago

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.

mergo - Fixed several bugs with pending PRs

Published by darccio about 7 years ago

This release includes several fixes to known problems. It's advised to update.

mergo - Updated dependencies, documentation and code of conduct

Published by darccio about 7 years ago

Package Rankings
Top 5.63% on Proxy.golang.org
Badges
Extracted from project README
GitHub release GoCard Test status OpenSSF Scorecard OpenSSF Best Practices Coverage status Sourcegraph FOSSA status GoDoc Become my sponsor Tidelift FOSSA Status
Related Projects