Releases: nicolascotton/nject
Releases · nicolascotton/nject
v0.4.4
What's Changed
- Fix macros for reserved prefixes on lifetimes by @traviscross in #47
- Add no_std to nject lib by @nicolascotton in #51
New Contributors
- @traviscross made their first contribution in #47
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Fix non_local_definitions warning on modules by @nicolascotton in #44
- Improve error messages in macros by @nicolascotton in #45
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Add support to inject the provider of a value. by @nicolascotton in #40
- Add factory declaration on export attribute by @nicolascotton in #41
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Add support to export non-crate types in modules by @nicolascotton in #35
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.2
v0.3.1
What's Changed
- Add an example using actix by @nicolascotton in #25
- Add optional type on fields with export attribute by @nicolascotton in #27
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Adding support for modules to export internal shared dependencies by @nicolascotton in #17
- Provide directly on provider fields by @nicolascotton in #19
- Updating dependencies by @nicolascotton in #20
- Add optional reference type on field with provide attribute by @nicolascotton in #22
Full Changelog: v0.2.3...v0.3.0
v0.2.3
v0.2.2
What's Changed
- Enabling the use of injectable dependencies in inject attribute factory. by @nicolascotton in #9
Full Changelog: v0.2.0...v0.2.2