Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 361 Bytes

UPGRADE-3.0.md

File metadata and controls

9 lines (7 loc) · 361 Bytes

UPGRADE FROM 2.x to 3.x

Removed deprecations

  • FileLoader load method is now Promised. Add await to be sync
  • ContainerBuilder compile method is now Promised. Add await to be sync
  • All your custom Compiler Pass process method needs to be promised
  • Container Builder findTaggedServiceIds returns an Iterable object instead of Map