Skip to content

🚀Preview Release - v1.0.0-preview.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 16:05
89322f1

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 ✨

  1. #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()