This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
Releases: tymondesigns/angular-locker
Releases · tymondesigns/angular-locker
Fix compatibility with latest Chrome
- Fix compatibility with latest Chrome #38
2.0.4
2.0.3
General / Improvements
- adding better Browserify & Webpack support
2.0.2
2.0.1
2.0.0
Breaking Changes
- Changed the way config is set via
lockerProvider
e.g.
lockerProvider.defaults({
driver: 'session',
namespace: 'myApp',
separator: '.',
eventsEnabled: true,
extend: {}
});
General / Improvements
- Added ability to extend locker at the config stage
- Added
keys()
method to return an array of keys that exist within the current driver/namespace - Reduced size of minified file by removing now unnecessary functions
- Adding third default parameter to
put()
method - Hugely refactored and simplified Gulp build process
- Added jscs to enforce coding style
- Namespaces can now contain the separator without any issues
- Lots of micro optimisations
1.2.1
- extracting readme parts to separate files in .gitdown
- updating missing docblocks
- tiny tweak -
watchId
variable - an extra test assertion
1.2.0
- adding current value as function param in put method.
- adding
instance()
method to allow easy instance building. - other little improvements and optimisations
1.1.1
- forgot to pass in separator in
driver()
andnamespace()
setters. doh!
1.1.0
- adding ability to pass false to namespace setters, to remove namespace from keys.
- adding ability to set a custom namespace separator