Angular Locker Versions Save

?️ A simple & configurable abstraction for local/session storage in angular js projects

1.0.3

9 years ago
  • adding gitdown for readme generation
  • various readme updates
  • other small tweaks/improvements

1.0.2

9 years ago
  • fixing missing $id on $scope

1.0.1

9 years ago
  • adding broader angular dependency to bower and npm.

1.0.0

9 years ago
  • refactoring whole structure to enable proper support for switching out drivers/namespaces via a chainable method
  • improving tests by mocking localStorage and sessionStorage
  • adding events when an item is added, updated and removed
  • adding the ability to bind $scope properties to a locker value
  • improving error handling
  • remove() method is now forget()
  • using spaces instead of tabs
  • adding sauce labs testing on real browsers (although disabled for now since servers often timeout)

0.6.3

9 years ago
  • tweaking api to make swapping storage drivers a liitle more succint - see #3 (maintains backwards compatibility for now)

0.6.2

9 years ago
  • adding count() - provides the ability to count the number of items in a given namespace

0.6.1

9 years ago
  • adding ability to pass a function to has() and remove()
  • cleaning up tests a little bit

0.6.0

9 years ago
  • adding supported() method to aid in the loading of a polyfill
  • merging fix #2 (addresses issue with returning default values correctly)

0.5.0

9 years ago
  • adding ability to pass an array to get() method
  • some minor tweaks

0.4.1

9 years ago
  • adding angular as a dependency