Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@LK-Simon LK-Simon released this 10 Aug 10:42
· 2 commits to main since this release

Version 2.0.0

  • Version 2.0.0 Release Commit
  • Removed the <TKey: Hashable> Generics from all implementations of KeyedObservable
  • KeyedObservable now has <TKey: Hashable> applied to applicable respective funcs
  • KeyedObservable Implementations now use AnyHashable for internal members related to Keys.
  • for: Parameter of KeyedObservable funcs has become key: for individual Keys, and keys: for Arrays of Keys. This is because an Array is itself a Hashable type, and causes ambiguity with func overloading.
  • Keyed Unit Tests updated accordingly
  • README.MD updated to reflect all of the above