You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests for ensuring that closures include specified variables on hook callbacks (0389925)
Container: Fix Promise handling on #load(), change event namespace from 'open' to 'load' as spec (1f40417)
Features
Container: Container now extends AsyncEventEmitter; pass mapper names to callback on hooks first; add tests for regular and Promise-returning hooks (cb3a3c6)
BREAKING CHANGES
Container: All hooks specified on Container instantiation now include the Mapper instance's name before the Record instance.