Skip to content

Tags: m-mizutani/masq

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(redact): Copy unexported interface field porperly (#44)

* docs(README.md, clone.go, clone_test.go, redact_test.go): update documentation and tests to reflect the preservation of unexported interface fields in redaction process

* feat(clone.go): add tryRedactField method to streamline field redaction logic and improve code readability

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(go.mod): update Go version from 1.22 to 1.24.0 (#42)

* chore(go.mod): update Go version from 1.22 to 1.24.0 for compatibility improvements

* chore(go.mod): update Go version from 1.24.0 to 1.24 for consistency

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #26 from m-mizutani/fix/redact-string-any

fix(redact): RedactString to handle any in map

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #24 from m-mizutani/fix/json-unmarshal-type-error

fix(clone): Ignore `reflect.rtype`

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #19 from m-mizutani/feature/tag-key

Add WithCustomTagKey option

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #17 from m-mizutani/enhance/prevent-circular

Prevent circular reference

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #16 from m-mizutani/fix/nil-error

Add handling for nil interface in clone function

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #15 from m-mizutani/mizutani/fix-interface-handler

Handle interface type properly in clone method

v0.1.5

Toggle v0.1.5'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 #12 from m-mizutani/fix/copy-uuid

fix(clone): Creating array by using src.Type directly

v0.1.4

Toggle v0.1.4'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 #9 from m-mizutani/enhance/mask-string

enhance(filter): Update MaskWithSymbol