Skip to content

Releases: iZettle/structextract

Add omitempty tag option

09 Dec 08:09
6519d35
Compare
Choose a tag to compare

Changelog

  • Add omitempty tag option to methods extracting values based on tag

Use 1.11 Go and gometalinter

07 Jun 11:38
1f24a3c
Compare
Choose a tag to compare

Retagging to ensure correct semantic versioning and therefore compatibility with Go modules

Use 1.11 Go and gometalinter

20 Nov 09:13
1f24a3c
Compare
Choose a tag to compare

Update travis build with 1.11 go version
Use gometalinter for linting

Add support for embedded structs

13 Feb 13:25
1de0807
Compare
Choose a tag to compare
1.1.0

Merge pull request #9 from intelligentpos/feature-support-embeded-str…

Mapping method using tags

16 Oct 08:45
Compare
Choose a tag to compare
Merge pull request #6 from intelligentpos/feature/tag_mappings

Implemented TagMapping

Add two extra methods

21 Jul 12:19
Compare
Choose a tag to compare
  • ValuesFromTag: returns an interface slice with all the values of fields with the given tag
  • NamesFromTagWithPrefix: returns an array with all the tag names for each field including the given prefix

Use variadic in IgnoreField

16 Jun 09:36
Compare
Choose a tag to compare
Merge pull request #3 from intelligentpos/add-budges

add extra budges

Initial release

07 Apr 13:09
Compare
Choose a tag to compare
Merge pull request #1 from intelligentpos/develop

Merge Develop to Master