Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 409 Bytes

CHANGELOG-3.md

File metadata and controls

12 lines (11 loc) · 409 Bytes

Change Log

[3.0.0] - 2022-05-19

Changed

  • File Loader load method is now Promised
  • ContainerBuilder compile is now Promised
  • ContainerBuilder findDefinition is now Promised
  • Custom Compiler Pass process needs to be Promised
  • Container Builder findTaggedServiceIds returns an Iterable object instead of Map

Added

  • Autowire support for TypeScript
  • Get container service from a class instance