Skip to content

Releases: fastify/one-line-logger

v2.2.0

Choose a tag to compare

@Eomm Eomm released this 08 Aug 15:12
215036f

What's Changed

  • feat: add flexible time formatting options by @mcollina in #77
  • ci: remove unused github files by @Tony133 in #78
  • chore(license): standardise license notice by @Fdawgs in #79
  • Build(deps): Bump fastify/workflows/.github/workflows/plugins-ci.yml from 5 to 6 by @dependabot[bot] in #81
  • Build(deps-dev): Bump neostandard from 0.12.2 to 0.13.0 by @dependabot[bot] in #83
  • ci: add lock-threads workflow by @Fdawgs in #84
  • refactor(types): migrate from tsd to tstyche by @Tony133 in #85
  • chore: update depedabot setting by @climba03003 in #87
  • docs: fix "occured" -> "occurred" in README sample by @EduardF1 in #89
  • chore: Bump @types/node from 25.9.4 to 26.0.0 in the dev-dependencies-typescript group by @dependabot[bot] in #90
  • ci: pin actions to commit-hash by @Fdawgs in #91
  • chore: Bump fastify/workflows/.github/workflows/lock-threads.yml from 6.0.0 to 7.0.0 by @dependabot[bot] in #93
  • chore: Bump fastify/workflows/.github/workflows/plugins-ci.yml from 6.0.0 to 7.0.0 by @dependabot[bot] in #94
  • chore(.npmrc): add min-release-age by @Fdawgs in #92

New Contributors

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

v2.1.0

Choose a tag to compare

@mcollina mcollina released this 10 Jan 20:24

What's Changed

  • build(dependabot): reduce npm updates to monthly by @Fdawgs in #60
  • chore: rename master to main by @Fdawgs in #61
  • ci(ci): set job permissions by @Fdawgs in #62
  • ci: set permissions at workflow level by @Fdawgs in #63
  • ci: restore job level permissions by @Fdawgs in #64
  • Build(deps-dev): Bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in #66
  • chore(license): update date ranges; standardise style by @Fdawgs in #67
  • chore(.npmrc): ignore scripts by @Fdawgs in #68
  • Refactor by @Uzlopak in #71
  • ci(ci): add concurrency config by @Fdawgs in #72
  • Build(deps-dev): Bump @types/node from 20.19.24 to 24.9.2 by @dependabot[bot] in #73
  • Build(deps-dev): Bump tinybench from 5.1.0 to 6.0.0 by @dependabot[bot] in #74
  • Build(deps-dev): Bump @types/node from 24.10.4 to 25.0.3 by @dependabot[bot] in #75
  • feat: include reqId in log output by @mcollina in #76

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

Choose a tag to compare

@Fdawgs Fdawgs released this 11 Jan 07:44
v2.0.2
2ca5c95

What's Changed

  • Build(deps): Bump pino-pretty from 11.3.0 to 13.0.0 by @dependabot in #49
  • chore(package): add homepage and bugs urls by @Fdawgs in #52
  • build(deps-dev): replace standard with neostandard by @Fdawgs in #53
  • build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #54
  • chore(package): add funding by @Fdawgs in #55
  • chore(package): add author and contribs by @Fdawgs in #56
  • refactor: prefix unused params with underscores by @Fdawgs in #57
  • docs(readme): grammar fixes by @Fdawgs in #58
  • perf(lib): replace redundant reduce call on array by @Fdawgs in #59

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@Fdawgs Fdawgs released this 12 Nov 14:08
v2.0.1
14234e5

What's Changed

  • chore: update fastify to ^5.0.0 by @Fdawgs in #46

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@Fdawgs Fdawgs released this 12 Nov 10:32
2d5d780

What's Changed

New Contributors

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

v1.4.0

Choose a tag to compare

@mcollina mcollina released this 12 Jun 16:30
6db8c6c

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@mcollina mcollina released this 19 Mar 17:46
5739626

What's Changed

  • Build(deps-dev): Bump tsd from 0.28.1 to 0.29.0 by @dependabot in #25
  • chore: add .gitattributes file by @Fdawgs in #27
  • chore: correct use strict directives by @Fdawgs in #28
  • chore(package): explicitly declare js module type by @Fdawgs in #30
  • Build(deps-dev): Bump tsd from 0.29.0 to 0.30.0 by @dependabot in #31
  • chore(package): fix repository url by @Fdawgs in #32
  • chore(.gitignore): add .tap/ dir by @Fdawgs in #34
  • Added option for custom level colors by @synapse in #36

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@Eomm Eomm released this 14 May 19:06
14c023d

What's Changed

  • ci: fix job parameter by @climba03003 in #9
  • remove dateformat by @Uzlopak in #10
  • chore(.gitignore): add clinic by @Fdawgs in #12
  • chore(.gitignore): add bun lockfile by @Fdawgs in #13
  • Build(deps-dev): Bump tsd from 0.25.0 to 0.26.0 by @dependabot in #14
  • Build(deps): Bump pino-pretty from 9.4.0 to 10.0.0 by @dependabot in #16
  • Build(deps-dev): Bump tsd from 0.26.1 to 0.27.0 by @dependabot in #15
  • Build(deps-dev): Bump tsd from 0.27.0 to 0.28.0 by @dependabot in #17
  • feat: add support for custom levels by @bortolottidev in #18
  • ci(package-manager-ci): add node 18 to test matrix by @Fdawgs in #19
  • ci(package-manager): update ubuntu os to latest by @Fdawgs in #20
  • ci: only trigger on pushes to main branches by @Fdawgs in #21
  • ci(package-manager-ci): replace jobs with reusable workflow by @Fdawgs in #22

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@mcollina mcollina released this 05 Dec 10:34
ec6c3e7

Fixup botched release

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@mcollina mcollina released this 05 Dec 10:22
ee13139

What's Changed

  • Build(deps): Bump pino-pretty from 8.1.0 to 9.0.1 by @dependabot in #3
  • fix Date-mocks in unit tests by @Uzlopak in #4
  • Refactor for performance and nodenext by @Uzlopak in #6

New Contributors

Full Changelog: v1.0.0...v1.1.0