Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Latest commit

 

History

History
86 lines (43 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

86 lines (43 loc) · 4.21 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2022-12-14)

Features

  • provide typesafe mocks for SSR_USER_AGENT & SSR_LOCATION (#41) (ee98d1b)

2.0.0 (2022-01-28)

Features

  • update to Angular 12 and Ivy distribution (#25) (a3e9eaa)

1.13.0 (2022-01-28)

Features

  • MEDIA_DEVICES: add SSR mock for the new token (7232e1b)

1.12.0 (2021-07-13)

Features

  • module: add module with providers (#13) (ea56681)
  • tokens: sync with new tokens from common package (#15) (2f064fb)

1.9.5 (2021-03-12)

Bug Fixes

  • WINDOW: fix navigator used in clientInformation (89cbabb)

1.9.4 (2021-03-08)

Bug Fixes

  • WINDOW: provide typesafe mock for WINDOW (#9) (9ec57bb)

1.9.3 (2021-01-12)

Bug Fixes

  • LOCAL_STORAGE: fix incorrect provider (676d5e4)

1.9.2 (2020-11-30)

Bug Fixes

  • mocks: add mocks to side effects so they are not tree shaken (777a1e0)

1.9.1 (2020-11-25)

Bug Fixes

  • navigator: fix rejected Promise error and add mocks for native classes (#6) (6db2660)

1.9.0 (2020-11-17)

Bug Fixes

  • navigator: fix always pending Promises (c75c60a)

1.8.0 (2020-10-27)

Features

  • SPEECH_SYNTHESIS: add new mock (#5) (dbb5e43)

1.6.0 (2020-08-10)

Features

  • UNIVERSAL_SESSION_STORAGE: add SESSION_STORAGE support (#3) (0625aa2)

1.5.0 (2020-07-24)

Features

  • page-visibility: cover new token from common package in README and sync minor version (b95998a)

1.4.0 (2020-05-06)