Skip to content

Latest commit

 

History

History
166 lines (77 loc) · 6.15 KB

CHANGELOG.md

File metadata and controls

166 lines (77 loc) · 6.15 KB

Changelog

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

6.0.0 (2023-05-08)

⚠ BREAKING CHANGES

  • 🧨 The library requires angular v16

Features

  • 🎸 auto destroy manager via destroy ref (0ae016c)

  • 🤖 upgrade to ng v16 (314c707)

5.1.0 (2023-03-22)

Features

  • 🎸 add reconnect method (409ad4a)

5.0.0 (2021-11-25)

⚠ BREAKING CHANGES

  • lib: remove strategy options

The strategy option is removed in favor of two options: syncInitialControlValue - Set the initial control value in the URL (defaults to false) syncInitialQueryParamValue - Sync the initial query paramater with the form group (defaults to true)

modelToUrl is now syncInitialQueryParamValue: false.

Features

  • 🎸 upgrade to v13 (e802dc9)
  • lib: remove strategy options (b4624f1)

Bug Fixes

  • 🐛 revert functionality (445082e)

4.0.0 (2021-11-20)

⚠ BREAKING CHANGES

  • 🧨 The library requires angular v13

Features

  • 🎸 upgrade to angular v13 (826f658)

3.0.1 (2021-11-16)

Bug Fixes

  • 🐛 add protection for nullish array values (526eb99), closes #27

3.0.0 (2021-11-10)

⚠ BREAKING CHANGES

  • 🧨 From now on, empty control values will be removed from the URL query params.

Features

  • 🎸 add removeEmptyValue config (096b5df)

Bug Fixes

  • change 'twoWay' to sync url-> model not only once (18302d3)
  • change 'twoWay' to sync url-> model not only once (a2782a3)

2.0.1 (2021-10-06)

Bug Fixes

  • 🐛 match signature of custom serializer (83cd352)

2.0.0 (2021-10-05)

⚠ BREAKING CHANGES

  • 🧨 TwoWay strategy will now listen to query param changes instead of only syncing on init

Features

  • 🎸 add syncInitialValue option (2aca8b4), closes #14

1.7.0 (2021-09-29)

Features

1.6.2 (2021-09-06)

Bug Fixes

  • 🐛 empty string should considerd null (0c04286), closes #16

1.6.1 (2021-09-01)

Bug Fixes

  • 🐛 support non primitive types (357d638), closes #15

1.6.0 (2021-07-11)

Features

  • 🎸 add some param exists method (9744758)

1.5.2 (2021-05-24)

Bug Fixes

  • 🐛 fix serializer type (00077cc)

1.5.1 (2021-02-23)

Bug Fixes

  • properly handle keys with brackets (cf2f6a9)

1.5.0 (2021-02-14)

Features

1.4.0 (2021-02-14)

Features

  • 🎸 add paramExists method (ba3c105)

1.3.0 (2021-01-18)

Features