Skip to content

Releases: fastly/performance-observer-polyfill

v2.0.0

23 Feb 14:59
v2.0.0
bf67571
Compare
Choose a tag to compare
  • #17 Move from Babel to native TypeScript for bundle compilation
  • #17 Export a ES module alongside ComonJS bundle
  • #18 PerformanceObserverEntryList should not extend Array

v1.1.1

20 Apr 11:58
f9033c2
Compare
Choose a tag to compare
  • PerformanceObserver should not throw when entryTypes is empty. 5e14a02
  • build(deps): Bump acorn from 5.7.3 to 5.7.4 4e2329b

v1.1.0...v1.1.1

v1.1.0

25 Nov 15:35
Compare
Choose a tag to compare
  • #6 Add readonly supportedEntryTypes to PollingperformanceObserver class to satisfy spec and extended type.
  • #6 Update npm dependencies, mainly to move to TypeScript 3.7.2

v1.0.2...v1.1.0

v1.0.2

19 Jun 13:32
Compare
Choose a tag to compare
  • Merge pull request #1 from fastly/phamann/fix-typings 0837e3b
  • Merge pull request #2 from coreylight/patch-1 82d0d1d
  • Correct README typos b257248

v1.0.2-0...v1.0.2

v1.0.2-0

17 Jun 10:58
Compare
Choose a tag to compare
v1.0.2-0 Pre-release
Pre-release
  • 1.0.1-0 e47da7e
  • fix: Add polyfill/index.ts module to npmignore to ensure it isn't imported in consuming typescript projects. 56e3477
  • fix: Remove module declaration in package.json to prevent module loaders from importing .ts modules. 6948dfc
  • fix(types): Ensure @types/index.d.ts types are exported to work when consuming as library. 819ca3c
  • fix(types): Ensure library is exported on this to work in both WebWorker and Window global scopes 17a3f8a

v1.0.0...v1.0.2-0

v1.0.1-0

17 Jun 10:36
Compare
Choose a tag to compare
v1.0.1-0 Pre-release
Pre-release
  • fix: Add polyfill/index.ts module to npmignore to ensure it isn't imported in consuming typescript projects. 10d9f82
  • fix: Remove module declaration in package.json to prevent module loaders from importing .ts modules. 118087f
  • fix(types): Ensure @types/index.d.ts types are exported to work when consuming as library. d19f2a8
  • fix(types): Ensure library is exported on this to work in both WebWorker and Window global scopes 0244e5c

v1.0.0...v1.0.1-0