Skip to content

Releases: zoncoen/query-go

Release v1.2.0

13 Nov 19:09
bac45fe
Compare
Choose a tag to compare
  • add CaseInsensitive
  • add ExtractByStructTag
  • add CustomExtractFunc
  • deprecate CustomStructFieldNameGetter
    • use CustomExtractFunc instead

Release extractor/yaml v0.1.0

13 Nov 19:15
3ebc3af
Compare
Choose a tag to compare
Merge pull request #32 from zoncoen/yaml

feat: add extractor/yaml.MapSliceExtractFunc

Release v1.1.0

16 Oct 13:47
aa4cb2f
Compare
Choose a tag to compare

Features

  • add Extractors() method

Release v1.0.4

29 Jun 14:39
7b17ac4
Compare
Choose a tag to compare

Bug Fixes

  • enable to handle untyped nil

Release v1.0.3

18 Jun 10:40
a9ba74a
Compare
Choose a tag to compare

Bug Fixes

  • don't call CanInterface() if the value is invalid

Release v1.0.2

18 Jun 06:04
9919fa9
Compare
Choose a tag to compare

Bug fixes

  • fix panic if the value is unexported

Release v1.0.1

13 Jun 08:19
7a2f1c4
Compare
Choose a tag to compare
  • Append copies the slice of Extractors.

Release v1.0.0

31 May 03:35
ccf6ca9
Compare
Choose a tag to compare

First release 🚀