Skip to content

Releases: josephlord/MicroInjection

Stable - Semantic versioning will now apply

Choose a tag to compare

@josephlord josephlord released this 20 Feb 15:18
47bd609
1.0.0

Merge pull request #6 from josephlord/revertOptionToStoreClosureRathe…

Override with closures option

Pre-release

Choose a tag to compare

@josephlord josephlord released this 16 Feb 23:41
48be014

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

Pre-release

Choose a tag to compare

@josephlord josephlord released this 14 Feb 23:02

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

Initial release Pre-release
Pre-release

Choose a tag to compare

@josephlord josephlord released this 14 Feb 02:56

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