Skip to content

Releases: zoncoen/query-go

Release v1.3.1

25 Jan 16:24
ed40571
Compare
Choose a tag to compare

What's Changed

  • fix: apply custom extract funcs even if the field is inline by @zoncoen in #61

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

25 Jan 09:04
8941364
Compare
Choose a tag to compare

What's Changed

  • fix(yaml): enable to extract a value from a list of yaml.MapSlice by @zoncoen in #36
  • chore(deps): bump golang.org/x/sys from 0.0.0-20220406163625-3f8b81556e12 to 0.1.0 in /extractor/yaml by @dependabot in #37
  • chore(deps): bump actions/setup-go from 3.5.0 to 4.0.0 by @dependabot in #38
  • chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 by @dependabot in #39
  • Use octocov instead of Codecov by @zoncoen in #41
  • fix README by @zoncoen in #42
  • chore(deps): bump actions/setup-go from 4.0.0 to 4.0.1 by @dependabot in #43
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #46
  • chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #45
  • chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #44
  • chore: add dependabot config by @zoncoen in #47
  • chore(deps): bump github.com/goccy/go-yaml from 1.9.6 to 1.11.2 in /extractor/yaml by @dependabot in #49
  • chore(deps): bump github.com/zoncoen/query-go from 1.2.0 to 1.2.1 in /extractor/yaml by @dependabot in #48
  • chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #50
  • chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #52
  • chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #51
  • feat: add CustomIsInlineStructFieldFunc by @zoncoen in #53
  • feat: add IsCaseInsensitive by @zoncoen in #55
  • chore(deps): bump k1LoW/octocov-action from 0 to 1 by @dependabot in #54

Full Changelog: v1.2.1...v1.3.0

Release extractor/yaml v0.2.1

25 Jan 16:33
4332367
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...extractor/yaml/v0.2.1

Release extractor/yaml v0.2.0

25 Jan 10:47
e94950d
Compare
Choose a tag to compare

What's Changed

  • chore(extractor/protobuf): enable dependabot by @zoncoen in #57
  • change(extractor/yaml): implement KeyExtractorContext interface by @zoncoen in #59

Full Changelog: extractor/protobug/v0.1.0...extractor/yaml/v0.2.0

Release extractor/protobuf v0.1.3

25 Jan 16:34
4332367
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...extractor/protobuf/v0.1.3

Release extractor/protobuf v0.1.2

25 Jan 12:06
20ae25e
Compare
Choose a tag to compare

What's Changed

  • fix(extractor/protobuf): fix go.mod by @zoncoen in #60

Full Changelog: extractor/protobuf/v0.1.1...extractor/protobuf/v0.1.2

Release extractor/protobuf v0.1.1

25 Jan 11:49
e94950d
Compare
Choose a tag to compare

What's Changed

  • change(extractor/yaml): implement KeyExtractorContext interface by @zoncoen in #59

Full Changelog: extractor/protobuf/v0.1.0...extractor/protobuf/v0.1.1

Release extractor/protobuf v0.1.0

25 Jan 10:22
b19b282
Compare
Choose a tag to compare

What's Changed

  • feat(extractor/protobuf): add extractor for protobuf by @zoncoen in #56

Full Changelog: v1.3.0...extractor/protobug/v0.1.0

Release extractor/yaml v0.1.1

23 Jan 11:54
b8a3531
Compare
Choose a tag to compare

What's Changed

  • fix(yaml): enable to extract a value from a list of yaml.MapSlice by @zoncoen in #36

Full Changelog: v1.2.1...extractor/yaml/v0.1.1

Release v1.2.1

14 Dec 15:54
950a12c
Compare
Choose a tag to compare
  • allow the same name as unexported fields to be used in struct tags