Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 21:18

5.0.0 (2023-11-28)

Bug Fixes

  • Update @podium/utils to version 5.0.0-next.1 (29da2c9)
  • Use v5 versions of @podium/utils and @podium/schema (a37ca1f)

Features

  • Convert to ESM (#150) (9f3c2d3)
  • Drop node 10.x support (bcd95a1)
  • Support manifest with array of proxy endpoints (#226) (330384b)
  • Use ES private properties instead of Symbols and defineProperty() for privacy (#84) (37fd140)

BREAKING CHANGES

  • Convert from CommonJS to ESM

  • feat: Convert to ESM

Co-authored-by: Trygve Lie trygve.lie@finn.no

  • Due to dropping node 10.x support we use ES private properties instead of Symbols and .defineProperty().

Co-authored-by: Trygve Lie trygve.lie@finn.no

  • Only support node 12 and 14.