Releases: lVlyke/ngxs-synchronizers
Releases · lVlyke/ngxs-synchronizers
3.0.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
Breaking 1.0.0 changes from 0.4.0:
NgxsSyncModule.withSynchronizers
has been removed and replaced with inline declarations of synchronizers within the@SyncState
decorator. See the new usage guide for more information.
Other 1.0.0 changes:
- Added
StateSynchronizer.readSubset
helper method for customizingStateSynchronizer
behavior. StateSelector
objects are now cached upon retrieval for better performance and to eliminate issues when tracking synchronization state across different contexts.- Added support for Angular 12 and NGXS 3.7.
- Various typing improvements for synchronizer interfaces and types.
- Added full usage guide.
- Added full API documentation.
1.0.0-rc.1
- Added full API documentation (see readme for more info).
StateSelector.definedProperty
now filters on null and undefined values instead of falsy.SynchronizerDictionary.keys
now returns an empty array if the dictionary is aCollectionSynchronizer
.
1.0.0-rc.0
This is the first release candidate version of ngxs-synchronizers 1.0.0.
- Added support for Angular 12 and the latest version of NGXS.
NgxsSyncModule.withSynchronizers
has been removed and replaced with inline declarations of synchronizers within the@SyncState
decorator. See the new usage guide for more information.- Added
StateSynchronizer.readSubset
helper method for customizingStateSynchronizer
behavior. StateSelector
objects are now cached upon retrieval for better performance and to eliminate issues when tracking synchronization state across different contexts.- Various typing improvements for synchronizer interfaces and types.
- Added full usage guide.