Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Releases: tymondesigns/angular-locker

Fix compatibility with latest Chrome

15 Jun 20:56
Compare
Choose a tag to compare
  • Fix compatibility with latest Chrome #38

2.0.4

11 Jan 20:13
Compare
Choose a tag to compare

Fixes

  • Fix Webpack support #30

2.0.3

05 Oct 19:55
Compare
Choose a tag to compare
General / Improvements
  • adding better Browserify & Webpack support

2.0.2

15 Jul 20:27
Compare
Choose a tag to compare
Fixes
  • Fixed issue with multiple sequential calls to same driver - see #22
General / Improvements
  • improving docblocks, to work with jsdoc

2.0.1

16 Jun 19:37
Compare
Choose a tag to compare
Fixes
  • Improving driver support checking - see #18
General / Improvements
  • Gulpfile now uses ES6 goodness via babel :)
  • Removing needless bower dev dependencies from project

2.0.0

10 Jun 18:58
Compare
Choose a tag to compare
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

27 Feb 09:59
Compare
Choose a tag to compare
  • extracting readme parts to separate files in .gitdown
  • updating missing docblocks
  • tiny tweak - watchId variable
  • an extra test assertion

1.2.0

25 Jan 21:52
Compare
Choose a tag to compare
  • 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

19 Jan 10:08
Compare
Choose a tag to compare
  • forgot to pass in separator in driver() and namespace() setters. doh!

1.1.0

18 Jan 19:41
Compare
Choose a tag to compare
  • adding ability to pass false to namespace setters, to remove namespace from keys.
  • adding ability to set a custom namespace separator