Skip to content

Latest commit

 

History

History
230 lines (183 loc) · 20.4 KB

CHANGELOG.md

File metadata and controls

230 lines (183 loc) · 20.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.2 (2023-02-04)

Bug Fixes

3.0.1 (2022-11-13)

Chore

  • deps: bump fastify/github-action-merge-dependabot (#10) (4d3bc14)
  • deps: bump fastify/github-action-merge-dependabot (#11) (a432d3a)
  • deps: bump fastify/github-action-merge-dependabot (#13) (c7ce299)
  • deps: bump fastify/github-action-merge-dependabot (#9) (ceb8780)
  • deps: bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#12) (5aca103)

3.0.0 (2022-09-21)

Refactor

  • improve scenarios (d89af6d)
  • remove repeat matcher and after matchers (a6e8c79)

Chore

  • deps: bump fastify/github-action-merge-dependabot (#7) (5f43de4)
  • deps: bump fastify/github-action-merge-dependabot (#8) (1311ba4)
  • v3 (5056c3b)

2.0.2 (2022-08-24)

Chore

  • deps: bump fastify/github-action-merge-dependabot (#6) (9505426)

Refactor

2.0.1 (2022-07-29)

Bug Fixes

  • matchers: contains with map (e8c05e4)

Chore

  • add simple application example (69e22df)
  • examples: adjust table of contents (b7c15c8)
  • fix cors pkg doc (d56b841)

Docs

  • Add syntax highlighting to all go code in readme (#3) (55fcab6)
  • fix docs and badges references (77bbdb0)

Refactor

  • fix typo (1d480fe)
  • ignore cov of testmocks (5cf2da6)
  • move cov + change describe mismatch params (8182c89)

2.0.0 (2022-07-27)

Bug Fixes

Refactor

Docs

1.1.0 (2022-07-24)

Refactor

  • add missing mismatch descriptions for matchers (fc888a3)
  • change colorize no-color setup (309cfbf)
  • internal events sync + default config + better msgs (a27dbd9)
  • remove noop (4d5d4db)

1.0.0 (2022-07-22)

Features

Build

  • deps: bump codecov/codecov-action from 2 to 3 (#1) (f795d5b)

Docs

Refactor

Chore