Version 2.0.0
- Version 2.0.0 Release Commit
- Removed the
<TKey: Hashable>Generics from all implementations ofKeyedObservable KeyedObservablenow has<TKey: Hashable>applied to applicable respectivefuncsKeyedObservableImplementations now useAnyHashablefor internal members related to Keys.for:Parameter ofKeyedObservablefuncs has becomekey:for individual Keys, andkeys:forArrays of Keys. This is because anArrayis itself aHashabletype, and causes ambiguity withfuncoverloading.- Keyed Unit Tests updated accordingly
- README.MD updated to reflect all of the above