Skip to content

Tags: soranoba/henge

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Callbacks for the new struct conversion: BeforeConvert{To,From}Callba…

…ck, AfterConvert{To,From}Callback (#11)

* Callbacks for the new struct conversion: BeforeConvert{To,From}Callback, AfterConvert{To,From}Callback

* remove callback count

v2.0.0

Toggle v2.0.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 #9 from soranoba/v2

Enhanced map conversion. (v2)

v1.2.1

Toggle v1.2.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 #7 from soranoba/fix/embeded-field

Fixed copy of embedded field not working properly

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.
Merge pull request #6 from soranoba/feature/syntax-sugar-2

add ToBool, ToBoolPtr

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.
fix indent in README

v1.0.1

Toggle v1.0.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 #1 from soranoba/feature/fix-convert-error

Fix that ConvertError crash and has incorrect value.

v1.0.0

Toggle v1.0.0's commit message
Fixed ConvertError's DstType to be correct

v0.7.0

Toggle v0.7.0's commit message
add .idea in .gitignore

v0.6.0

Toggle v0.6.0's commit message
update README.md

v0.5.0

Toggle v0.5.0's commit message
add docs