Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Latest commit

 

History

History
347 lines (190 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

347 lines (190 loc) · 11.9 KB

Changelog

3.7.0

Minor Changes

3.6.1

Patch Changes

3.6.0

Minor Changes

Patch Changes

3.5.3

Patch Changes

3.5.2

Patch Changes

3.5.1

Patch Changes

3.5.0

Minor Changes

Patch Changes

3.4.8

Patch Changes

3.4.7

Patch Changes

3.4.6

Patch Changes

3.4.5

Patch Changes

3.4.4

Patch Changes

3.4.3

Patch Changes

3.4.2

Patch Changes

3.4.1

Patch Changes

3.4.0

Minor Changes

3.3.1

Patch Changes

3.3.0

Minor Changes

Patch Changes

3.2.1

Patch Changes

3.2.0

Minor Changes

  • #2410 d177f331f Thanks @jakejosephcs! - An anomalous navigation download size threshold can now be passed in as a parameter to clientPerformanceMetrics

3.1.0

Minor Changes

  • #2413 21435a256 Thanks @rorans! - Introduce a RedirectDuration metric to get more specific server latency timings. This information will be sent via TTFB metadata. No changes need to be made on the consumer.

Patch Changes

3.0.4

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

3.0.1

Patch Changes

3.0.0 - 2022-05-19

Breaking Change

  • Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [#2277]

2.2.0 - 2022-05-03

Added

  • additionalTags, additionalNavigationTags, and additionalNavigationMetrics callbacks are now passed a context argument. [#2262]

2.1.4 - 2022-03-09

Changed

  • Correct wildcard export to ./* [#2209]

2.1.3 - 2022-02-25

Changed

  • Use ./* instead of ./ in package.json exports to fix deprecation warning. [#2184]

2.1.2 - 2022-02-01

Changed

  • Rerelease after failed publish. No code changes.

2.1.1 - 2022-02-01

Changed

  • Reorder exports map to prioritize the esnext condition. [#2148]
  • Update Loom build config. [#2150]

2.1.0 - 2022-01-13

Changed

  • Update koa-compose to 4.1.0 [#2128]

2.0.10 - 2021-11-30

  • No updates. Transitive dependency bump.

2.0.9 - 2021-11-25

  • No updates. Transitive dependency bump.

2.0.8 - 2021-11-23

  • No updates. Transitive dependency bump.

2.0.7 - 2021-11-22

  • No updates. Transitive dependency bump.

2.0.6 - 2021-09-24

Changed

  • Migrate from sewing-kit-next to loom for building - package build output remains identical. [#2039]

2.0.5 - 2021-08-26

Changed

  • Enable type checking in tests and fix type errors. [#2011]

2.0.4 - 2021-08-24

Changed

  • Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]
  • Added file exclusion for tests to package.json. [#2005]
  • Rename test/ to tests/ [#2005]

2.0.3 - 2021-08-04

Changed

  • Ensure tsconfig.tsbuildinfo file is not uploaded to the npm registry. [#1982]

2.0.2 - 2021-08-03

Changed

  • Update to latest sewing-kit-next for build. Update types/typesVersions fields to point directly into the build folder [#1980]

2.0.0 - 2021-05-21

Breaking Change

  • Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. #1906

1.4.1 - 2021-04-13

Changed

  • Removed dependency on tslib, as we no-longer compile with tsc. #1829

1.4.0 - 2021-03-23

Added

  • Adds the ability to pass custom tags to additional navigation metrics #1792

1.3.2 - 2021-03-03

Fixed

  • Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers #1759

1.3.0 - 2020-12-18

Added

  • Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability #1698

1.2.8 - 2020-10-20

  • Added tslib@^1.14.1 in the list of dependencies. #1657

1.2.0 - 2020-02-05

Added

  • Middleware now adds a locale tag to distributions (if provided) #1260

1.1.0 - 2019-10-25

Added

  • clientMetricsMiddleware no longer requires development? to be explicitly set in it's options parameter. If the parameter is missing it will default to true when process.env.NODE_ENV is true, and false otherwise.

1.0.0 - 2019-10-08

Added

  • @shopify/koa-performance package #1095