🚀Preview Release - v1.0.0-preview.14
Pre-release
Pre-release
Carbonate Preview Release Notes - v1.0.0-preview.14
Quick Reminder
As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼
New Features ✨
- #77 - Changed the following classes:
💡These changes were done to give users more control.
- Removed the
sealed
keyword from the following classes:NonDirectional.ReceiveReactor
UniDirectional.ReceiveReactor
UniDirectional.RespondReactor
BiDirectional.RespondReactor
- Changed the following methods to
virtual
:NonDirectional.ReceiveReactor.OnReceive()
UniDirectional.ReceiveReactor.OnReceive()
UniDirectional.RespondReactor.OnRespond()
BiDirectional.RespondReactor.OnRespond()
- Removed the