Skip to content

Latest commit

 

History

History
81 lines (38 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

81 lines (38 loc) · 3.18 KB

Changelog

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

3.0.3 (2022-11-28)

Bug Fixes

3.0.2 (2022-03-31)

Bug Fixes

3.0.1 (2022-03-30)

Bug Fixes

  • 🐛 remove redundant operation in omit (79ea420)

3.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • TS target is now ES2020
  • Upgrade to Angular v13

Features

  • 🎸 support excludeKeys in config (97acd82)

  • dirty-check: add useBeforeunloadEvent option to config (506fb41)

  • dirty-check: pass window object in config (16c4a1b)

  • 🤖 upgrade to v13 (fa1e5f9)

2.0.0 (2022-03-15)

⚠ BREAKING CHANGES

  • Upgrade to Angular v13

Features

  • dirty-check: add useBeforeunloadEvent option to config (506fb41)

  • dirty-check: pass window object in config (16c4a1b)

  • 🤖 upgrade to v13 (fa1e5f9)

1.1.0 (2021-04-01)

Features

  • 🎸 Provide ActivatedRouteSnapshot in confirmChanges functi (4651ce4)

Bug Fixes

  • 🐛 browser beforeunload subscription leak (c3ade39), closes #8

1.0.1 (2020-06-18)

Bug Fixes

  • allow getting full raw control value (7e29862)

1.0.0 (2020-04-01)

Features

  • dirty-check: add dirty check guard (1261472)