Releases: DevYeom/OneWay
Releases · DevYeom/OneWay
3.0.0
Update to 3.0.0 🚀
In version 3.0, conveniences like throttle and debounce are now fully supported, and debug mode is available.
It remains powerful for building robust apps while still being lightweight to integrate.
Please check the documentation for updates on the minimum supported versions.
What's Changed
- Update project to latest versions and configurations by @DevYeom in #107
- Add throttle operator by @DevYeom in #111
- Add logging for actions and state changes by @DevYeom in #112
Full Changelog: 2.10.0...3.0.0
2.10.0
2.9.0
2.8.1
2.8.0
What's Changed
- Add async expectation helper functions for store state validation by @DevYeom in #87
- Explicitly mark
Sendableand a global actor context by @DevYeom in #91 - Add
Task.yield()before validating the viewStore's state by @DevYeom in #93 - Run tests with Swift 6 in CI by @DevYeom in #95
- Separate testing functions into a dedicated testing module by @DevYeom in #97
Full Changelog: 2.7.0...2.8.0
2.7.0
Perfectly supports Swift 6 🚀
What's Changed
- Resolve warnings related to actor isolation that occurred during testing by @DevYeom in #83
- Add
Sendableto key path literals by @DevYeom in #84 - Remove the deprecated types by @DevYeom in #86
- Update the documentation by @DevYeom in #85
Full Changelog: 2.6.0...2.7.0