Skip to content

Releases: fastify/process-warning

v3.0.0

12 Dec 20:27
8b04794
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v3.0.0

v2.3.2

02 Dec 15:27
9f67874
Compare
Choose a tag to compare

📚 PR:

  • revert 2.3.1 (#93)

v2.3.1

18 Nov 18:48
b435e64
Compare
Choose a tag to compare

What's Changed

  • fix: avoid global unlimited config by @Eomm in #89
  • Use constants instead of magic numbers by @jsumners in #90

Full Changelog: v2.3.0...v2.3.1

v2.3.0

27 Oct 16:24
c0649f8
Compare
Choose a tag to compare

What's Changed

  • ci: only trigger on pushes to main branches by @Fdawgs in #79
  • build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #80
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #81
  • docs: extend documentation about suppression mechanism by @Uzlopak in #83
  • chore: add .gitattributes file by @Fdawgs in #85
  • chore(package): explicitly declare js module type by @Fdawgs in #86
  • Add createDeprecation method by @jsumners in #87

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Apr 17:13
ca9dd68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

04 Dec 23:42
f605697
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

19 May 09:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

19 May 09:03
Compare
Choose a tag to compare

What's Changed

  • Add note about codes needing to be uppercase to README by @humphd in #4
  • chore: add dependabot automerge by @salmanm in #5
  • Bump standard from 14.3.4 to 16.0.3 by @dependabot in #6
  • Bump tsd from 0.13.1 to 0.14.0 by @dependabot in #7
  • chore(gitignore): use latest github ignore template by @Fdawgs in #8
  • ci(dependabot): update github actions by @Fdawgs in #9
  • Bump actions/setup-node from v1 to v2.1.5 by @dependabot in #11
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 by @dependabot in #10
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 by @dependabot in #12
  • style(ci): use standardized template by @Fdawgs in #13
  • docs(readme): minor grammatical fixes by @Fdawgs in #14
  • Bump tsd from 0.14.0 to 0.15.0 by @dependabot in #16
  • Bump actions/checkout from 2 to 2.3.4 by @dependabot in #17
  • Bump jest from 26.6.3 to 27.0.1 by @dependabot in #18
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #19
  • Bump tsd from 0.15.1 to 0.16.0 by @dependabot in #20
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #21
  • Bump tsd from 0.16.0 to 0.17.0 by @dependabot in #22
  • Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #23
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #24
  • Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #25
  • Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #26
  • Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #27
  • Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #28
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #29
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #30
  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #31
  • Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #32
  • Bump tsd from 0.17.0 to 0.18.0 by @dependabot in #33
  • Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #34
  • ci: add nodejs v16 to test matrix by @Fdawgs in #15
  • Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #35
  • Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #36
  • Bump tsd from 0.18.0 to 0.19.0 by @dependabot in #37
  • Bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #39
  • Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #40
  • Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #41
  • automatic PR by @Eomm in #44
  • Bump actions/setup-node from 2.5.0 to 2.5.1 by @dependabot in #46
  • Renamed to process-warning by @mcollina in #45

New Contributors

Full Changelog: v0.2.0...v1.0.0

v0.2.0

28 Jul 15:01
Compare
Choose a tag to compare

Breaking changes:

  • create no longer returns an error constructor but an object containing the warning metadata - #3

Fixes:

  • Make emit work in jest #3

v0.1.0

26 Jul 13:23
Compare
Choose a tag to compare

Initial release.