Nodes v0.0.25
·
303 commits
to main
since this release
What's Changed
Framework
- Wrap Combine code within
canImport
condition by @tinder-cfuller in #562
Generator
- Make variation(for:) method public by @tinder-cfuller in #552
- Do not import Nodes in Analytics & State templates by @tinder-cfuller in #553
- Fail decoding on empty string by @tinder-garricnahapetian in #518
- Flatten resources in generator bundle directory by @tinder-cfuller in #573
- Reorder config properties by @tinder-garricnahapetian in #576
Templates
- Improve Builder and ViewState stencils formatting by @tinder-garricnahapetian in #574
- Always run Needle and Mockolo pre-build scripts in Quick Start by @tinder-garricnahapetian in #577
- Added
/// @mockable
to all protocols in the Templates by @tinder-SamMarshall in #575 - Add loadView to UIFramework+DefaultAppKit.swift by @tinder-garricnahapetian in #582
Tests
- Remove Equatable extension where Self is AnyObject by @tinder-cfuller in #554
- Add whitespace by @tinder-cfuller in #555
- Add WithViewState tests by @tinder-cfuller in #558
- Remove extraneous
@testable
by @tinder-cfuller in #559 - Refactor tests to match Config decoding by @tinder-garricnahapetian in #567
- Refactor Framework tests to use expectations by @tinder-garricnahapetian in #568
- Fill ConfigTests gaps by @tinder-garricnahapetian in #525
- Use updated assert snapshot method by @tinder-cfuller in #569
- Use consistent test name by @tinder-cfuller in #570
- Utilize inline snapshot references by @tinder-cfuller in #571
- Add assert snapshot methods by @tinder-cfuller in #578
- Add AppKit and Custom to XcodeTemplatesTests by @tinder-garricnahapetian in #581
Maintenance
- Add missing swift language to code comments by @tinder-cfuller in #557
- Improve RxSwift instructions by @tinder-cfuller in #561
- Remove SwiftUI section from DocC documentation by @tinder-cfuller in #563
- Apply standard Swift package configuration by @tinder-cfuller in #566
- Add documentation for customizing Xcode templates by @tinder-cfuller in #560
- Add introduction to readme and DocC documentation by @tinder-cfuller in #564
Full Changelog: 0.0.24...0.0.25