All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.0 (2023-05-08)
- 🧨 The library requires angular v16
5.1.0 (2023-03-22)
- 🎸 add reconnect method (409ad4a)
5.0.0 (2021-11-25)
- 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
.
- 🐛 revert functionality (445082e)
4.0.0 (2021-11-20)
- 🧨 The library requires angular v13
- 🎸 upgrade to angular v13 (826f658)
3.0.1 (2021-11-16)
3.0.0 (2021-11-10)
- 🧨 From now on, empty control values will be removed from the URL query params.
- 🎸 add
removeEmptyValue
config (096b5df)
- 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)
- 🐛 match signature of custom serializer (83cd352)
2.0.0 (2021-10-05)
- 🧨 TwoWay strategy will now listen to query param changes instead of only syncing on init
1.7.0 (2021-09-29)
- 🎸 syncAllDefs (45907ec)
1.6.2 (2021-09-06)
1.6.1 (2021-09-01)
1.6.0 (2021-07-11)
- 🎸 add some param exists method (9744758)
1.5.2 (2021-05-24)
- 🐛 fix serializer type (00077cc)
1.5.1 (2021-02-23)
- properly handle keys with brackets (cf2f6a9)
1.5.0 (2021-02-14)
- add serializer option (165d36c)
1.4.0 (2021-02-14)
- 🎸 add paramExists method (ba3c105)