Skip to content

Releases: darccio/mergo

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

20 Jun 06:43
131de81
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v0.3.16...v1.0.0

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

27 May 08:01
Compare
Choose a tag to compare

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.

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

24 Mar 09:57
fb3c082
Compare
Choose a tag to compare
v0.3.15

Update stackaid dependencies for imdario/mergo

fix: Respect overwriteWithEmptySrc when merging maps #231

15 Mar 23:01
d19834b
Compare
Choose a tag to compare
v0.3.14

Update stackaid dependencies for imdario/mergo

Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformers

25 May 20:12
1949787
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.12...v0.3.13

Some bug fixes

03 Mar 23:04
29fb3d3
Compare
Choose a tag to compare

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

v0.3.11: Merge pull request #161 from modopayments/fix160

11 Aug 19:51
cd55aea
Compare
Choose a tag to compare
fixed issue #160 by removing unused old test code

v0.3.10: frozen codebase + next steps

18 Jul 14:56
Compare
Choose a tag to compare

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.

Support for Struct in Map

24 Mar 21:29
66f88b4
Compare
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
Compare
Choose a tag to compare
Merge pull request #125 from rusdevops/master

added WithOverrideEmptySlice config flag