Nodes v0.0.15
·
536 commits
to main
since this release
Important
- The Worker Xcode template does not compile out-of-the-box and requires manually adding
override
to the initializer. This has been fixed in Nodes v0.0.16.
What's Changed
Framework
- Add NavigationController by @tinder-cfuller in #222
- Rename
ViewControllable
withModalStyle
omitted argument parameter by @tinder-matthewmourlam in #250 - Add LeakDetector to FlowController's deinit by @seppesnoeck in #226
- Add defaultKey support to PluginList by @tinder-caiofonseca in #312
- Make
DebugInformation
classes final by @tinder-matthewmourlam in #251 - Moved WindowViewControllable and WindowSceneViewControllable to Nodes by @tinder-caiofonseca in #318
- Removed and refactored a handful of ViewControllable methods by @tinder-SamMarshall in #298
- Add NodesTesting module by @tinder-emanharoutunian in #303
- Add timeInterval parameter to LeakDetector.detect function by @tinder-caiofonseca in #320
- Rename "viewControllable" to "viewController" by @tinder-caiofonseca in #321
- Made a few methods private from ViewControllable by @tinder-SamMarshall in #309
- Removed a method and created a new containment file by @tinder-SamMarshall in #315
- Refactor containment code by @tinder-cfuller in #324
- Add MutableState Protocol by @seppesnoeck in #190
Generator
- Remove nodeName and analytics from worker by @seppesnoeck in #317
Templates
- Remove option one in Analytics instructions by @seppesnoeck in #227
- Remove Analytics injection from View Controller by @seppesnoeck in #228
- Fix extra space appearing in dependency protocol in Nodes Xcode template by @tinder-matthewmourlam in #319
- Add NodesTesting Dependency to Nodes QuickStart by @tinder-caiofonseca in #322
Tests
- Limit FileSystem tests to macOS only by @tinder-cfuller in #310
- Move try inside expect (remove unnecessary throws) by @tinder-cfuller in #313
Maintenance
- Fix artifactory workflow by @tinder-cfuller in #307
- Add documentation for creating releases by @tinder-cfuller in #308
- Add status badges by @tinder-cfuller in #311
- Use GITHUB_REF_NAME environment variable in artifactory workflow by @tinder-cfuller in #314
- Add Nodes to documentation redirect page title by @tinder-cfuller in #316
- Delete snapshots recipe by @tinder-matthewmourlam in #323
- Set derived data path and remove temp workaround from DocC workflow by @tinder-garricnahapetian in #325
- Set derived data path and remove temp workaround from Artifactory workflow by @tinder-cfuller in #327
New Contributors
- @tinder-SamMarshall made their first contribution in #298
Full Changelog: 0.0.14...0.0.15