Releases: quii/learn-go-with-tests
Releases Β· quii/learn-go-with-tests
More stuff
What's Changed
- Possible solution to set the correct version in the PDF footer by @thrashwerk in #836
- Use a safer sed separator in build script to avoid conflicts by @thrashwerk in #837
- Add strings.Builder example in for's benchmark section by @domcorvasce in #838
- Structs: Clarify where to create a struct. by @ReloadingBee in #849
- fix: markdown rendering by @chapeupreto in #856
- fix: wording by @chapeupreto in #855
- feat: Update benchmarking to use b.Loop() and bump go specification to 1.24 by @andrew-field in #862
- Complete French translation : adding links to READMEs by @GooseGeeseJeez in #868
- fix: change SpyTime receiver function name from Sleep to SetDurationSlept by @fdelsert in #866
New Contributors
- @thrashwerk made their first contribution in #836
- @domcorvasce made their first contribution in #838
- @ReloadingBee made their first contribution in #849
- @chapeupreto made their first contribution in #856
- @andrew-field made their first contribution in #862
- @GooseGeeseJeez made their first contribution in #868
- @fdelsert made their first contribution in #866
Full Changelog: 16.1.0...16.2.0
Over a year's worth of corrections and improvements
Plus, a small example of custom iterators.
Thanks everyone for your contributions.
New chapter: Refactoring checklist
16.0.1 fix formatter panic
Various formatting issues and a little more commentary on fakes
Update working-without-mocks.md The real insight, i think
Attempt to fix #598
This should fix the epub rendering in google play books
15.1.0
New chapter: Working without mocks, stubs and spies
Plus some fixes from the community
Scaling acceptance tests (with light intro to gRPC)
14.0.0 Fix error in example
Various edits and fixes from the community
Thanks everyone
Little structural changes
13.0.2 little edits