Releases: josephlord/MicroInjection
Stable - Semantic versioning will now apply
1.0.0 Merge pull request #6 from josephlord/revertOptionToStoreClosureRathe…
Override with closures option
This update allows you to override the default with a computed value for the injection. There is a slight possibility that this feature is removed before 1.0 so let me know whether you like it or not (quickly because I'll probably release 1.0 at the weekend).
Existing API is unchanged although underlying implementation is changed a little.
Reset to defaults now possible
The feature set feels basically complete. It would be nice to support making structs injectable too but I can't see a mechanism to do it.
Naming of the types and and functions is potentially subject to change. Shout if you have suggestions to improve it. Once I'm fully happy with the namings I will likely make a 1.0.0 release.
Initial release
I believe this should be working code but it has never been used outside of test/experimental contexts. See the blog post for how it works