signals-ios v2.0.1 Release Notes

Release Date: 2015-10-27 // over 8 years ago
  • 🚦 Augments the fire-signature of an empty signal from (void (^)())fire; to (void (^)(void))fire; to give a compiler error when users accidentally add data to an empty fire.