Releases: drykit-go/testx
Releases · drykit-go/testx
v1.2.0
What's Changed
Features
- Add
ValueCheckerProvidermethods in struct and map checkers by @GregoryAlbouy in #53 - Implement Bytes.AsMap, Bytes.AsString by @GregoryAlbouy in #56
Documentation
- Reword documentation by @GregoryAlbouy in #55
Miscellaneous
- Split CircleCI jobs by @GregoryAlbouy in #54
- Unit test package reflectutil by @GregoryAlbouy in #57
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Accept
nilas noop handler for testx.HTTPHandler by @GregoryAlbouy in #44 - Remove obsolete methods by @GregoryAlbouy in #46
- Reword docs, fix typos by @GregoryAlbouy in #47
- Refactor testx runners by @GregoryAlbouy in #48
- Improve test coverage by @GregoryAlbouy in #49
- Unexport testx private errors by @GregoryAlbouy in #50
- Add contributing guidelines by @GregoryAlbouy in #45
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Set up Codecov by @GregoryAlbouy in #41
- Add badges to readme by @GregoryAlbouy in #42
- Improve documentation by @GregoryAlbouy in #43
Full Changelog: v1.0.0...v1.0.1
First release
What's Changed
- Use CircleCI by @GregoryAlbouy in #8
- Standalone strcase package by @GregoryAlbouy in #7
- Refactor testx.tableRunner by @GregoryAlbouy in #10
- Implement testx.Results by @GregoryAlbouy in #9
- Implement checkconv.Retrieve by @GregoryAlbouy in #11
- Remove erroneous code generation banner by @GregoryAlbouy in #12
- Add doc comments to public definitions by @GregoryAlbouy in #13
- Rename package definitions by @GregoryAlbouy in #14
- Implement checkconv.baseChecker by @GregoryAlbouy in #15
- Automate native checkers interfaces with code generation by @GregoryAlbouy in #16
- Reorganize gen files by @GregoryAlbouy in #17
- Implement new checker providers by @GregoryAlbouy in #18
- Unit test all checker providers by @GregoryAlbouy in #19
- Refactor internal/gen by @GregoryAlbouy in #20
- Improvement/standardize checkers output by @GregoryAlbouy in #21
- Use new package drykit-go/cond by @GregoryAlbouy in #22
- Improve package checkconv by @GregoryAlbouy in #23
- Impement new check.BytesCheckerProvider methods by @GregoryAlbouy in #24
- Implement package internal/reflectutil by @GregoryAlbouy in #26
- Refactor interfaces generation by @GregoryAlbouy in #25
- Specify ValueRunner methods signatures by @GregoryAlbouy in #28
- Implement Float64 checkers by @GregoryAlbouy in #29
- Write main documentation by @GregoryAlbouy in #27
- Revamp HTTPHandlerRunner by @GregoryAlbouy in #30
- Update HTTPHandlerRunner docs by @GregoryAlbouy in #37
- Update HTTPHandlerRunner example by @GregoryAlbouy in #39
- Revamp TableRunner by @GregoryAlbouy in #38
- Add MIT licence by @GregoryAlbouy in #40
Full Changelog: v0.1.0...v1.0.0