Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Tags: mitchellh/pointerstructure

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mitchellh Mitchell Hashimoto
a struct field not being found should be an ErrNotFound error

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding ValueTransformationHookFn (#10)

* Adding a GetHook.

* Allow GetHook to run on the top level object being pointed on.

* Disallow GetHook to run on the top level object being pointed on.

* Rename GetHook to ValueTransormationHook and update doc comments.

* Fix a missed rename to ValueTransformationHook in an error message.

* Applying comment suggestions.

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow commas in struct tags, simply ignore everything after the comma (

…#8)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Return descriptive and comparable errors (#6)

* Return descriptive and comparable errors

* Make new error handling work pre-go1.13

The code has been refactored that pre-go1.13, the behavior is
identical to the way it was before. Tested on go1.15, 1.12
(reverted the updated go.mod to its original state), and 1.7.6

* Revert "Make new error handling work pre-go1.13"

This reverts commit 1f54a4f.

v1.0.0

Toggle v1.0.0's commit message
Add a license (#5)

MIT per Seth Vargo, Fixes #4