Releases: AmayaFramework/amaya-di
Releases · AmayaFramework/amaya-di
2.3.1
2.3.0
- Extract asm stub generation to standalone lib
- Extract graph utils to standalone lib
- Update docs
2.2.0
- Add missing methods to ManualProviderBuilder
- Rename Repository to ServiceRepository
- Rename Builders to ProviderBuilders
- Small code reformat
2.1.1
- Added to BytecodeStubFactory the ability to unpack primitives
2.1.0
- Add ability to change type processing for ReflectionSchemeFactory
- Add method to ServiceProviderBuilder for easy addition of instances
- Make ReflectionTypeProcessor non-final
- Improve exception messages
- Change ServiceProvider#instantiate with #get, old #get methods were removed
2.0.0
- Replace Artifact with custom Type implementations
- Use jtype for interaction with generic types
- Clean up code
- Add more specified functional interfaces