Skip to content

Tags: go-playground/mold

Tags

v4.5.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
support pointers using default tag (#49)

This fixes #47 where `default`, and other set tags, were not setting
pointer types.

v4.5.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Handle ptr smart ptrs (#44)

- Added new default & set types for `chan`, `map`, `slice`, `time.Time`
and `Pointer` types.
- Updated to handle pointer to a `Slice` or `Map` for situations where
code is not under your control. Fixes #43

v4.4.0

CI updates

v4.3.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
add set modifier (#41)

v4.2.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
fix current tracking for unadressable data (#40)

v4.2.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v4.1.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Updated Set logic + added Interceptors (#34)

v4.0.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
V4 release (#31)

v3.1.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Remove debug (#23)

v3.1.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Updates (#8)

* add default modifier tag
* fix linting issues
* add unhappy path tests