Releases: shoenig/test
Releases · shoenig/test
v1.7.2
What's Changed
Changes
- test: single value variants of MapContainsValue(s) helpers by @alessio-perugini in #151
Full Changelog: v1.7.1...v1.7.2
v1.7.1
v1.7.0
1.7.0 marks the first stable release!
Changes
- deps: run dependabot monthly by @shoenig in #140
- build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #139
- repo: add code of conduct by @shoenig in #141
- repo: add contributing document by @shoenig in #142
- repo: move repo files into github directory by @shoenig in #143
- repo: add security policy by @shoenig in #144
- repo: add templates by @shoenig in #145
- setup copywrite by @shoenig in #146
- repo: update readme about 1.7.0 by @shoenig in #147
Full Changelog: v0.6.7...v1.7.0
v0.6.7
v0.6.6
What's Changed
Changes
- bugfix: SliceContainsAll should pass cmp.Option to SliceContainsSubset by @pkazmierczak in #137
New Contributors
- @pkazmierczak made their first contribution in #137
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
Changes
- Better line up error messages by @alessio-perugini in #121
- examples: start on runnable Go doc examples by @shoenig in #122
- examples: add some runnable Go doc examples by @amirkhaki in #124
- repo: run make generate after pr by @shoenig in #125
- more examples by @shoenig in #126
- Add more doc examples by @alessio-perugini in #127
- docs: add more examples by @shoenig in #128
- docs: add File funcs examples by @alessio-perugini in #129
- docs: todays batch of examples by @shoenig in #130
- docs: yet anothe batch of examples by @shoenig in #131
- docs: another round of examples for today by @shoenig in #132
- docs: finish up examples by @shoenig in #136
New Contributors
- @amirkhaki made their first contribution in #124
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
Changes
- readme: use checks for bullet points by @shoenig in #117
- Fix
FileNotExist
func by @alessio-perugini in #119
New Contributors
- @alessio-perugini made their first contribution in #119
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
Changes
- test: add Tweaks convenience type for a []Tweak by @shoenig in #111
- test: remove unecessary type parameter by @shoenig in #112
- test: add AscendingCmp and DescendingCmp by @shoenig in #113
- tests: add Min and Max assertions by @shoenig in #114
- test: add SliceNotContainsFunc assertion by @shoenig in #115
- build: add generate step to makefile by @shoenig in #116
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
What's Changed
Changes
- repo: setup dependabot action by @shoenig in #93
- build(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #94
- readme: add note about protocmp by @johanbrandhorst in #95
- repo: add release.yaml file for automatic changes by @shoenig in #98
- readme: fixup readme badges by @shoenig in #99
- slices: make slice equality comparator flexible on target type by @shoenig in #100
- contains: add ContainsSubset assertion by @shoenig in #101
- assertions: use helper method for failure output details by @shoenig in #102
- test: add ValidJSON and ValidJSONBytes assertions by @shoenig in #104
New Contributors
- @dependabot made their first contribution in #94
- @johanbrandhorst made their first contribution in #95
Full Changelog: v0.6.0...v0.6.1