Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Quality of Life Changes

Compare
Choose a tag to compare
@ArtSabintsev ArtSabintsev released this 06 Nov 07:14
· 169 commits to master since this release
  • Overloaded variadic sync(_:) method with a method that takes an array of strings.
  • Overloaded variadic addKeysToBeMonitored(_:) method with a method that takes an array of strings.
  • Overloaded variadic removeKeysFromBeingMonitored(_:) method with a method that takes an array of strings.
  • Fixed bug with removeKeysFromBeingMonitored(_:), as it was removing all keys.
  • Improved monitoring by creating a second, private array, that keeps track of currently registered observers.
  • Greatly abstracted logging system.
  • Fixed documentation on certain comments.