Skip to content

Tags: e-ribeiro/diff

Tags

v2.13.1

Toggle v2.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request r3labs#58 from r3labs/panic-on-private-fields

fix calling interface on struct values that are private

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request r3labs#54 from hjr265/patch-1

Apply same filters when producing struct values

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to convert between compatible types (r3labs#49)

* Linting fixes, improve handling of custom types

- Fix bug that made Patch always behave as FlattenEmbeddedStructs was set
- Add option ConvertCompatibleTypes that makes Patch convert between
compatible types when applying changes
- Make Diff store specific type in changelog if the type is an alias
for string. Previously they were just stored as string.

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to flatten embedded structs (r3labs#48)

* Add option to flatten embedded structs

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make Patch a method on Differ, so we can specify custom TagName (r3la…

…bs#46)

* Make Patch a method on Differ, so we can specify custom TagName

v2.9.1

Toggle v2.9.1's commit message
Merge branch 'master' into v2

v2.9.0

Toggle v2.9.0's commit message

Verified

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

Fix flagging change as immutable when finding a field that has "-" ta…

v2.8.0

Toggle v2.8.0's commit message
Merge branch 'master' into v2

v2.7.0

Toggle v2.7.0's commit message
Merge branch 'master' into v2

v2.6.0

Toggle v2.6.0's commit message
update go mod to v2