The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release Notes
=================================
This version of MathEnhancer includes several improvements and bug fixes:
* **RectEnhancer**: The function for calculating the bounding rectangle of multiple CGRect has been moved into the `RectEnhancer` module for better organization.
* **Test Coverage**: A comprehensive set of XC tests have been added to ensure that the functionality works as intended.
* **Optimization and Bug Fixes**: The method for calculating the bounding rectangle of multiple CGRect has been optimized and a bug that caused issues with the `boundingRect()` method has been fixed.
* **Rounding Fix**: A bug in the function for rounding CGFloat has been fixed.
* **Operable Protocol**: The `Operable` protocol has been added to support mathematical operations, and the logic for math operations has been updated.
Updates to requried swift version & to logic for rounding values
Lowered the minimum version requirement for version of swift to 5.4
1.0.0 - Inital Release
3 weeks ago