Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 163 Bytes

CHANGELOG.md

File metadata and controls

8 lines (7 loc) · 163 Bytes

2.0.0

  • Introduce some breaking changes
    • Ioc.use();
    • Ioc.remove();
    • Ioc.bind((ioc) => MyService());

1.0.0

  • Initial version.