Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Changelog

## [v0.2.0](https://github.com/tailor-platform/gqlcheck/compare/v0.1.0...v0.2.0) - 2025-12-23
### New Features 🎉
- feat: support query via GET by @k1LoW in https://github.com/tailor-platform/gqlcheck/pull/47
### House Keeping 🧹
- feat: setup tagpr by @k1LoW in https://github.com/tailor-platform/gqlcheck/pull/48
- fix: setup ci by @k1LoW in https://github.com/tailor-platform/gqlcheck/pull/49

## [v0.1.0](https://github.com/tailor-platform/gqlcheck/compare/v0.0.12...v0.1.0) - 2025-12-05
- fix(deps): update module github.com/99designs/gqlgen to v0.17.79 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/39
- fix(deps): update module github.com/99designs/gqlgen to v0.17.80 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/40
- fix(deps): update module github.com/99designs/gqlgen to v0.17.81 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/41
- chore: update package to new repo by @jackchuka in https://github.com/tailor-platform/gqlcheck/pull/46

## [v0.0.12](https://github.com/tailor-platform/gqlcheck/compare/v0.0.11...v0.0.12) - 2025-09-01
- fix(deps): update module github.com/ikawaha/httpcheck to v1.12.5 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/37

## [v0.0.11](https://github.com/tailor-platform/gqlcheck/compare/v0.0.10...v0.0.11) - 2025-08-28
- fix(deps): update module github.com/stretchr/testify to v1.11.1 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/35

## [v0.0.10](https://github.com/tailor-platform/gqlcheck/compare/v0.0.9...v0.0.10) - 2025-08-24
- fix(deps): update module github.com/99designs/gqlgen to v0.17.78 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/30
- chore(deps): update actions/checkout action to v4.3.0 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/32
- chore(deps): update actions/checkout digest to 08eba0b by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/31
- fix(deps): update module github.com/stretchr/testify to v1.11.0 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/33

## [v0.0.9](https://github.com/tailor-platform/gqlcheck/compare/v0.0.8...v0.0.9) - 2025-06-30
- fix(deps): update module github.com/99designs/gqlgen to v0.17.74 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/16
- fix(deps): update module github.com/99designs/gqlgen to v0.17.76 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/28

## [v0.0.8](https://github.com/tailor-platform/gqlcheck/compare/v0.0.7...v0.0.8) - 2025-05-30
- chore(deps): update actions/checkout action to v4 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/18
- chore(deps): update reviewdog/action-golangci-lint digest to 64c1496 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/19
- chore(deps): update actions/setup-go digest to 0aaccfd by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/20
- chore(deps): update reviewdog/action-golangci-lint digest to f9bba13 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/21
- chore: Update support go version from 1.21.5 to 1.23.0 by @ikawaha in https://github.com/tailor-platform/gqlcheck/pull/22
- chore: Correct imports and module updates in GraphQL todo example by @ikawaha in https://github.com/tailor-platform/gqlcheck/pull/24
- chore(deps): update actions/setup-go digest to d35c59a by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/23

## [v0.0.7](https://github.com/tailor-platform/gqlcheck/compare/v0.0.6...v0.0.7) - 2025-03-10
- chore: add Renovate config by @dragon3 in https://github.com/tailor-platform/gqlcheck/pull/11
- chore(deps): pin dependencies by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/12
- chore: update CODEOWNERS (use team) by @dragon3 in https://github.com/tailor-platform/gqlcheck/pull/15
- fix(deps): update github.com/ikawaha/gqlcheck digest to 06a38c1 by @renovate[bot] in https://github.com/tailor-platform/gqlcheck/pull/13

## [v0.0.6](https://github.com/tailor-platform/gqlcheck/compare/v0.0.5...v0.0.6) - 2024-12-03
- chore(deps): bump github.com/ikawaha/httpcheck from 1.12.3 to 1.12.4 by @dependabot[bot] in https://github.com/tailor-platform/gqlcheck/pull/10

## [v0.0.5](https://github.com/tailor-platform/gqlcheck/compare/v0.0.4...v0.0.5) - 2024-06-11
- chore(deps): bump github.com/ikawaha/httpcheck from 1.12.2 to 1.12.3 by @dependabot[bot] in https://github.com/tailor-platform/gqlcheck/pull/8

## [v0.0.4](https://github.com/tailor-platform/gqlcheck/compare/v0.0.3...v0.0.4) - 2024-04-09
- chore: simplify pull request template and delete unused file by @dragon3 in https://github.com/tailor-platform/gqlcheck/pull/4
- chore: add CODEOWNERS by @dragon3 in https://github.com/tailor-platform/gqlcheck/pull/5
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot[bot] in https://github.com/tailor-platform/gqlcheck/pull/6
- chore(deps): bump github.com/ikawaha/httpcheck from 1.12.1 to 1.12.2 by @dependabot[bot] in https://github.com/tailor-platform/gqlcheck/pull/7

## [v0.0.3](https://github.com/tailor-platform/gqlcheck/compare/v0.0.2...v0.0.3) - 2024-02-07
### House Keeping 🏠
- doc: Add license by @ikawaha in https://github.com/tailor-platform/gqlcheck/pull/3

## [v0.0.2](https://github.com/tailor-platform/gqlcheck/compare/v0.0.1...v0.0.2) - 2024-02-06
### Bug Fixes 🐞
- fix: Fix module path by @ikawaha in https://github.com/tailor-platform/gqlcheck/pull/2

## [v0.0.1](https://github.com/tailor-platform/gqlcheck/commits/v0.0.1) - 2024-02-06
### Exciting New Features 🎉
- Initial commit by @ikawaha in https://github.com/tailor-platform/gqlcheck/pull/1