Skip to content

Releases: josephlord/MicroInjection

Stable - Semantic versioning will now apply

20 Feb 15:18
47bd609
Compare
Choose a tag to compare
1.0.0

Merge pull request #6 from josephlord/revertOptionToStoreClosureRathe…

Override with closures option

16 Feb 23:41
48be014
Compare
Choose a tag to compare
Pre-release

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

14 Feb 23:02
Compare
Choose a tag to compare
Pre-release

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

14 Feb 02:56
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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