Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 312 Bytes

changes.md

File metadata and controls

17 lines (13 loc) · 312 Bytes

1.3.0

Breaking Changes
  • Changed the way config is set via lockerProvider e.g.
lockerProvider.defaults({
    driver: 'session',
    namespace: 'myApp',
    separator: '.',
    eventsEnabled: true
});
General
  • Reduced size of minified file by removing now unnecessary functions.