Releases: kilianc/pretender
Releases · kilianc/pretender
v1.8.0
What's Changed
- chore: use go-beautiful-html-coverage by @kilianc in #75
- chore: add FUNDING.yaml by @kilianc in #77
- chore: rename coverage action by @kilianc in #78
- chore: set coverage threshold by @kilianc in #81
- chore: update curl instructions by @kilianc in #82
- fix: bind to localhost by default by @kilianc in #87
- chore: remove go list from release process by @kilianc in #88
- fix: address regression on host:port binding by @kilianc in #89
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- feat: add the
—no-color
flag by @kilianc in #64 - chore: remove unnecessary error handling by @kilianc in #61
- chore: improve tests for nil values by @kilianc in #62
- chore: add missing changelog files by @kilianc in #63
- chore: add
commit-check
make target by @kilianc in #65 - chore: use better names for gha workflows by @kilianc in #67
- chore: use stderr for version checker by @kilianc in #66
- chore: beautify the changelog by @kilianc in #68
- chore: sync git tags before generating the changelog by @kilianc in #69
- chore: rearrange code for readibility by @kilianc in #71
- chore: suppress git output from
make changelog
by @kilianc in #70 - chore: fix license typos by @kilianc in #73
- chore: release v1.7.0 by @kilianc in #74
Full Changelog: v1.6.1...v1.7.0
v1.6.1
v1.5.1
What's Changed
- chore: minor nit in README by @kilianc in #53
- feat: strip colors from non TTY output by @kilianc in #54
- chore: fix curl install instructions by @kilianc in #55
- chore: check for version mismatch on release by @kilianc in #56
- chore: add changelog by @kilianc in #57
- fix: handle server shutdown correctly by @kilianc in #58
Full Changelog: v1.4.0...v1.5.1
v1.4.0
v1.3.0
v1.2.0
What's Changed
- chore: rename pretender.go to avoid stuttering by @kilianc in #15
- chore: remove unnecessary tmp variable by @kilianc in #17
- chore: unexport unused HttpHandler type by @kilianc in #16
- chore: refactor mutex to use defer by @kilianc in #18
- chore: use fs.ReadFile for a more idiomatic approach by @kilianc in #19
- chore: simplify unmarshalling and other nits by @kilianc in #20
- chore: adopt examples folder from "standard go project layout" by @kilianc in #22
- chore: use t.run for more descriptive test output by @kilianc in #21
- chore: improve and move versioncheck to the tools folder by @kilianc in #23
- chore: use actions/checkout@v4 by @kilianc in #24
- chore: lint markdown by @kilianc in #25
- chore: add code coverage by @kilianc in #26
- chore: push docker images on releases by @kilianc in #27
- chore: fix docker push credentials by @kilianc in #28
- chore: remove linux/arm/v7 and linux/arm/v6 by @kilianc in #29
- chore: drop ghcr by @kilianc in #30
- chore: fix tag recognition for docker push by @kilianc in #31
- chore: use actions/setup-go@v5 by @kilianc in #32
- chore: fix badge in README.md by @kilianc in #33
- chore: add docker instructions to README by @kilianc in #35
- chore: adopt golangci-lint by @kilianc in #37
- chore: add missing .golangci.yaml by @kilianc in #38
- chore: upload release assets by @kilianc in #39
- chore: fix release workflow by @kilianc in #40
- chore: fix manual trigger for release workflow by @kilianc in #41
- chore: fix docker build by @kilianc in #42
- feat: add native support for json body by @kilianc in #43
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.3
What's Changed
- chore: improve README.md by @kilianc in #2
- chore: prevent project wide version mismatch in go files and readme by @kilianc in #3
- chore: update tagline by @kilianc in #4
- chore: add docker instructions by @kilianc in #5
- chore: address small nits in the version checker script by @kilianc in #6
- chore: add vscode recommended extensions by @kilianc in #7
- chore: adopt gotestsum as test runner by @kilianc in #8
- chore: add .dockerignore by @kilianc in #9
- fix: address bug in test for hh.LoadResponsesFile by @kilianc in #10
- feat: gracefully shut down on SIGINT and SIGTERM by @kilianc in #12
- chore: bump version to v1.0.3 by @kilianc in #13
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2