This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Releases: neotoolkit/dummy
Releases · neotoolkit/dummy
v0.2.0
What's Changed
- feat(parse): add parse pkg by @sashamelentyev in #259
Full Changelog: v0.1.7...v0.2.0
v0.1.7
What's Changed
- refactor(internal/api): rename file by @sashamelentyev in #257
- feat(cmd): add acmd by @sashamelentyev in #258
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- test(all): add RemoveTrailingSlash test and test format by @sashamelentyev in #256
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- style(all): format all by @sashamelentyev in #254
- test(internal/openapi3): add tests by @sashamelentyev in #255
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- ci(.github/workflows): remove ruby and pact, add race for test by @sashamelentyev in #243
- test(read): add read test by @sashamelentyev in #244
- ci(.github/workflows): remove verbose and fix covermode by @sashamelentyev in #245
- ci(.github/workflows): add coverage job by @sashamelentyev in #246
- test(api): add test for PathByParamDetect and FindResponseError by @sashamelentyev in #247
- test(internal): add ExampleToResponse test and change check FindRespo… by @sashamelentyev in #248
- docs(internal): add empty description by @sashamelentyev in #249
- test(openapi3): add ObjectExampleError test by @sashamelentyev in #250
- test(openapi3): add SchemaError test by @sashamelentyev in #251
- ci(.github/workflows): change job by @sashamelentyev in #252
- test(openapi3): add LookupByReference test by @sashamelentyev in #253
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- style(test): format yml by @sashamelentyev in #237
- ci(.github/workflows): remove race and change path by @sashamelentyev in #238
- test(logger): add logger tests by @sashamelentyev in #239
- docs(all): add empty description by @sashamelentyev in #240
- test(config): add config test by @sashamelentyev in #241
- docs(examples/docker): change dockerfile by @sashamelentyev in #242
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- refactor: rename package by @sashamelentyev in #235
- perf(openapi3): add map prealloc by @sashamelentyev in #236
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- ci(.github/workflows): Add check dependencies step by @sashamelentyev in #234
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Merge pull request #233 from go-dummy/feature/bind feature: Add bad request case