This release update refactors and renames the toast service, eliminates an unused comment, and updates the README. The refactoring involves renaming the toast service to a more specific name and migrating related files accordingly.
Changes
Refactored the toast service by renaming IToastService to IRizzyToastService. Updated its implementation and dependent files to use the new name.
Moved and renamed middleware, models, and enums associated with the toast service to the new RizzyToast directory structure.
Removed an unused npm publish comment from the GitHub Actions workflow file.
Updated README.md by removing an unnecessary description.
Impact
Behavioral changes include updated naming conventions across the toast service classes, which could affect any components dependent on the service.
Files and components in src/Rizzy related to toast notifications are renamed and reorganized, which might require updates to any references in the rest of the codebase.
The unused comment removal from the CI file does not impact behavior but might improve workflow readability.
No apparent performance implications or breaking changes, but testing should ensure the refactor did not inadvertently break existing functionality.