Nodes v0.0.13
What's Changed
Framework
- Add hero image to API documentation by @tinder-cfuller in #174
- Remove state param from PluginListWithDefault by @seppesnoeck in #191
- Add new Binding factory methods by @seppesnoeck in #186
Generator
- Remove NodeWithoutViewState by @tinder-garricnahapetian in #193
- Introduce UIFramework and tests by @tinder-garricnahapetian in #205
- Use CodingKeys in Config init from decoder by @tinder-garricnahapetian in #207
- Add uiFrameworks property to Config by @tinder-garricnahapetian in #208
- Add isViewInjectedNodeEnabled property to Config by @tinder-garricnahapetian in #209
- Add uiFramework(for kind:) to Config by @tinder-garricnahapetian in #211
- Use uiFramework(for kind:) in XcodeTemplates by @tinder-garricnahapetian in #212
- Use UIFramework in NodeTemplate by @tinder-garricnahapetian in #213
- Remove includedTemplates property from Config by @tinder-garricnahapetian in #215
- Use framework name for Xcode File Template name by @tinder-garricnahapetian in #217
- Remove all unused properties and methods by @tinder-garricnahapetian in #219
- Update sortOrder of templates by @tinder-garricnahapetian in #221
- Move viewControllerSuperParameters to Framework by @tinder-garricnahapetian in #223
- Introduce StencilTemplate by @tinder-garricnahapetian in #225
- Modify XcodeTemplate to require StencilTemplate by @tinder-garricnahapetian in #230
- Change StencilRenderer param to UIFramework.Kind by @tinder-garricnahapetian in #231
- Use StencilTemplate in StencilRenderer params by @tinder-garricnahapetian in #232
- Introduce name property to StencilTemplate and use it by @tinder-garricnahapetian in #234
- Remove decodeString as not used by @tinder-garricnahapetian in #236
- Rename Config imports properties by @tinder-garricnahapetian in #237
- Revert baseImports removal by @tinder-garricnahapetian in #249
Templates
- Rename childComponentFactory to ComponentFactory by @seppesnoeck in #173
- Edit Generated folders .gitignore file by @tinder-caiofonseca in #176
- Remove extra new line if imports are empty by @tinder-garricnahapetian in #198
- Fixed Builder template extra space by @tinder-caiofonseca in #199
- Remove newline from ViewController-SwiftUI.stencil by @tinder-garricnahapetian in #206
- Use view controller type in swift UI stencil by @tinder-garricnahapetian in #216
Tests
- Rename FileSystem mock by @tinder-cfuller in #218
- Add TemplateTests for AppKit and Custom frameworks by @tinder-garricnahapetian in #220
- Update StencilRendererTests to use UIFramework.Kind.allCases by @tinder-garricnahapetian in #233
Maintenance
- Improve Makefile recipe to list changes by @tinder-cfuller in #170
- Improve Makefile recipe to list changes by @tinder-cfuller in #171
- Fix changelog by @tinder-cfuller in #172
- Use macos-12 in GitHub actions by @tinder-cfuller in #179
- Upgrade build_bazel_rules_apple to v1.1.2 by @tinder-cfuller in #180
- Upgrade to Swift 5.7 by @tinder-cfuller in #178
- Use SPM command plugin for Swift-DocC by @tinder-cfuller in #181
- Utilize docs make commands in GitHub actions by @tinder-cfuller in #182
- Revert to using xcodebuild to build docs by @tinder-cfuller in #183
- Update Xcode Templates image by @seppesnoeck in #177
- Save documentation to archive directory by @tinder-cfuller in #187
- Use Xcode 14 workaround to fix DocC CI issue by @tinder-cfuller in #188
- Improve Xcode 14 workaround to fix DocC CI issue by @tinder-cfuller in #189
- Upgrade Stencil to 0.15.0 by @tinder-garricnahapetian in #224
- Link changelog to GitHub releases by @tinder-cfuller in #252
- Increment version in podspec by @tinder-cfuller in #253
Full Changelog: 0.0.12...0.0.13