Skip to content

Releases: uber/needle

Support passing in individual Swift source files

10 Dec 22:12
e08b1ad
Compare
Choose a tag to compare
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

20 Nov 22:19
8410f65
Compare
Choose a tag to compare
v0.8.4

Add v0.8.4 executable binary (#195)

Support retry parsing and customizing parsing and exporting timeouts

13 Nov 21:18
0e3a0b4
Compare
Choose a tag to compare
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

05 Nov 22:55
5d902ac
Compare
Choose a tag to compare
Merge pull request #185 from uber/generator-release_0.8.1-master

Generator v0.8.1 release

First release that includes the Generator

09 Oct 21:47
06a3ec9
Compare
Choose a tag to compare

This is the first release that includes the binary Generator, which can be invoked to generate Needle DI code.

Fix typo in Foundation protocol

23 Aug 21:08
9191f3d
Compare
Choose a tag to compare
Merge pull request #146 from uber/foundation-typo-master

Fix typo in Foundation protocol

Bound PluginizedComponent purely to PluginizedScopeLifecycle

22 Aug 23:16
0598a28
Compare
Choose a tag to compare
Merge pull request #144 from uber/foundation-release_lifecycle-master

Bound PluginizedComponent purely to PluginizedScopeLifecycle

PluginExtension use just the component name as key

02 Jul 21:35
83acaff
Compare
Choose a tag to compare
Merge pull request #109 from uber/foundation-plugin_ext_key-master

PluginExtensionProvider is unique per PluginizedComponent regardless …

PluginExtension base protocol

27 Jun 21:10
be5621c
Compare
Choose a tag to compare
Merge pull request #102 from uber/generator-rename_pluginizable-master

Rename all Pluginizable to Pluginized

Merged in pluginized foundation classes

15 Jun 23:23
ade51db
Compare
Choose a tag to compare
Merge pull request #94 from uber/sample-prepare_extension_merge-master

Move existing Sample into MVC folder