Releases: uber/needle
Releases · uber/needle
Various strict validation, extension support and renames
Support passing in individual Swift source files
Support passing in individual Swift source files (#220) This makes debugging and testing easier. I also intent to use this as the test method for Homebrew formula.
Kill SourceKitService process before retry parsing
v0.8.4 Add v0.8.4 executable binary (#195)
Support retry parsing and customizing parsing and exporting timeouts
Update generator binary to v0.8.2 (#191) * Update generator binary to v0.8.2 * Update binary to include customizing timeout values commit
Expand tracking task ID to collecting more information
Merge pull request #185 from uber/generator-release_0.8.1-master Generator v0.8.1 release
First release that includes the Generator
This is the first release that includes the binary Generator, which can be invoked to generate Needle DI code.
Fix typo in Foundation protocol
Merge pull request #146 from uber/foundation-typo-master Fix typo in Foundation protocol
Bound PluginizedComponent purely to PluginizedScopeLifecycle
Merge pull request #144 from uber/foundation-release_lifecycle-master Bound PluginizedComponent purely to PluginizedScopeLifecycle
PluginExtension use just the component name as key
Merge pull request #109 from uber/foundation-plugin_ext_key-master PluginExtensionProvider is unique per PluginizedComponent regardless …
PluginExtension base protocol
Merge pull request #102 from uber/generator-rename_pluginizable-master Rename all Pluginizable to Pluginized