injecteo 1.0.0 injecteo: ^1.0.0 copied to clipboard
Service locator for IoC pattern. Export annotations and abstract classes used by injecteo_generator.
1.0.0 #
Note: This release has breaking changes.
- FIX: Update test expected outputs because some parameters were removed.
- FEAT: Combine test coverage report.
- FEAT: Register singleton instance by executing factory.
- FEAT: Support external module (dependency) registration.
- FEAT: Generator with env filters.
- FEAT: Initial generator files.
- FEAT: Initial setup.
- BREAKING FIX: Skip register of abstract class in InjectionModule.
- BREAKING FEAT: Generate injection modules with correct assignments.
- BREAKING FEAT: Generate injection module classes.
- BREAKING CHORE: Remove empty @named annotation.
- BREAKING CHORE: Remove annotation package and move to injecteo package.