nalexn / ViewInspector

Runtime introspection and unit testing of SwiftUI views
MIT License
2.09k stars 145 forks source link

Is there a timeline on when we can expect 0.10.0 to be released? #299

Closed JOyo246 closed 2 months ago

JOyo246 commented 2 months ago

Just trying to understand the release schedule for VI. In particular, wanting inspect Toggle. (Note: I know I could just target the release branch)

nalexn commented 2 months ago

It was unfortunate for that fix for toggle to be added just before we started an endeavor of adding structured concurrency support. It's mainly done, but I was hoping to get some more experimentation done before we release. We actually can issue 0.9.11 with just that fix for toggle, would that make sense?

JOyo246 commented 2 months ago

That would be awesome!

For the future, any thoughts on using feature branches for additions like structured concurrency?

nalexn commented 2 months ago

We had one, and it was merged when it was done, it's just later I discovered some nice to haves

nalexn commented 2 months ago

0.9.11 is out