Nodes v0.0.33
What's Changed
Framework
- Use autoclosure in Binding factory methods by @tinder-cfuller in #831
Generator
- Remove redundant type by @tinder-garricnahapetian in #818
- Improve imports(with:including:) by @tinder-garricnahapetian in #828
- Fix imports(with:) when UIFramework nil by @tinder-garricnahapetian in #830
Templates
- Remove self as not needed in BuilderTests.stencil by @tinder-garricnahapetian in #821
- Add self to capture list in test templates by @tinder-garricnahapetian in #822
- Set deploymentTarget to iOS 17.0 in genesis.yml by @tinder-garricnahapetian in #823
- Do not publish view injected state in Context by @tinder-cfuller in #825
- Move isReady to RootState by @tinder-garricnahapetian in #826
Tests
- Use consistent newline formatting in test by @tinder-garricnahapetian in #824
- Add testImportsWithConfig() by @tinder-garricnahapetian in #829
Maintenance
- Exclude non-UIKit ViewControllable in BUILD.bazel by @tinder-garricnahapetian in #819
- Rename NeedleFoundation in bazel files by @tinder-garricnahapetian in #820
- Fix BUILD.bazel by @tinder-garricnahapetian in #827
Full Changelog: 0.0.32...0.0.33