Skip to content

Releases: DevYeom/OneWay

3.0.0

15 Nov 12:49
5894a6e

Choose a tag to compare

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

Full Changelog: 2.10.0...3.0.0

2.10.0

22 Oct 12:18
514c714

Choose a tag to compare

What's Changed

Full Changelog: 2.9.0...2.10.0

2.9.0

06 Oct 04:41
3cdbc76

Choose a tag to compare

What's Changed

  • Add a binding helper for easier SwiftUI integration by @DevYeom in #102

Full Changelog: 2.8.1...2.9.0

2.8.1

28 Sep 01:13
f495cd5

Choose a tag to compare

What's Changed

  • Temporarily disable the visionOS simulator in the CI by @DevYeom in #100
  • Remove the package access modifier and update the store's interface by @DevYeom in #101

Full Changelog: 2.8.0...2.8.1

2.8.0

23 Sep 13:02
2ba406b

Choose a tag to compare

What's Changed

  • Add async expectation helper functions for store state validation by @DevYeom in #87
  • Explicitly mark Sendable and 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

07 Sep 09:00
4d25b54

Choose a tag to compare

Perfectly supports Swift 6 🚀

What's Changed

  • Resolve warnings related to actor isolation that occurred during testing by @DevYeom in #83
  • Add Sendable to 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

2.6.0

01 Jun 04:02
bc687d5

Choose a tag to compare

What's Changed

  • Change property wrappers to intuitive names by @DevYeom in #82

Full Changelog: 2.5.0...2.6.0

2.5.0

05 May 06:27
71fb483

Choose a tag to compare

What's Changed

  • Reduce CI timeout duration by @DevYeom in #80
  • Enhance the processing performance of the store in multi-threaded environments by @DevYeom in #79
  • Update the documentation by @DevYeom in #81

Full Changelog: 2.4.0...2.5.0

2.4.0

01 Apr 13:36
5abb6ba

Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

2.3.0

16 Jan 23:24
7db913f

Choose a tag to compare

What's Changed

  • Add effects result builder for sugar by @sobabear in #68
  • Support for result builder in concat and merge by @DevYeom in #70
  • Add Create effect that creates an asynchronous stream by @DevYeom in #71

Full Changelog: 2.2.1...2.3.0