Nodes v0.0.28
What's Changed
Framework
- Reduce complexity of modal style by @tinder-cfuller in #602
Generator
- Added the implementation logic to create Plugin tests alongside a plugin by @tinder-SamMarshall in #580
- Remove Config factory and rename path argument by @tinder-cfuller in #585
- Remove NodePresetStencilContext by @tinder-cfuller in #586
- Move Xcode templates dependency to initializer by @tinder-cfuller in #592
- Improve directory URL naming (and mocks) by @tinder-cfuller in #593
- Remove newline by @tinder-garricnahapetian in #603
- Rename generator targets by @tinder-cfuller in #611
- Add Nodes code generator by @tinder-cfuller in #612
- Move executable targets to subdirectory by @tinder-cfuller in #613
- Improve stencil renderer implementation and tests by @tinder-cfuller in #615
Templates
- Update stencils for presets by @tinder-cfuller in #583
- Remove unnecessary unset in quick start
preGenCommand
by @tinder-cfuller in #587 - Improve Quick Start project shell scripts by @tinder-cfuller in #588
- Use custom file header in quick start projects by @tinder-cfuller in #590
- Update SwiftLint in quick start to v0.54.0 by @tinder-cfuller in #594
- Move build settings to Quick Start project by @tinder-cfuller in #599
- Add recommended build settings to Quick Start by @tinder-cfuller in #600
- Use
NSLayoutConstraint.activate()
method by @tinder-cfuller in #614 - Fix file headers in Quick Start by @tinder-cfuller in #619
- Fix SwiftLint violations in Plugin tests by @tinder-cfuller in #620
- Add whitespace to Context stencil template by @tinder-cfuller in #621
Tests
- Move custom logic from FileSystem mock to tests by @tinder-cfuller in #591
Maintenance
- Pluralize templates in markdown files by @tinder-cfuller in #584
- Remove extraneous line-breaks in README by @tinder-cfuller in #589
- Move markdown files to customization directory by @tinder-cfuller in #596
- Upgrade Yams to v5 by @tinder-cfuller in #606
- Set Swift settings for tests target by @tinder-cfuller in #605
- Treat warnings as errors in workflows by @tinder-cfuller in #604
- Use standard xcodebuild in genesis workflow by @tinder-cfuller in #616
Full Changelog: 0.0.27...0.0.28