Skip to content

Releases: ungoldman/pino-gris

Release list

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 20:54
6f678a7

2.1.0 (2026-06-18)

Features

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 08:31
73f368a

2.0.0 (2026-06-18)

⚠ BREAKING CHANGES

  • pino-gris is now ESM-only and requires Node >= 22.12.
    • prefer the named export import { pinoGris } from 'pino-gris'; the default import pinoGris from 'pino-gris' still works
    • CommonJS can still require('pino-gris') on Node >= 22.12, but it now returns the namespace, so use const { pinoGris } = require('pino-gris') (or .default), not const pinoGris = require('pino-gris')

Build System

  • convert to TypeScript and ESM (#4) (9859aa4)