Commit Graph

238 Commits (52d04ad7ce8324a6644731645e41aeb79be33d56)
 

Author SHA1 Message Date
Ariel Mashraki 52d04ad7ce build(v0.1.3): bump version 0.1.3 10 years ago
Ariel Mashraki d4e3f76c38 fix(README.md): bind example 10 years ago
Gregory Pike 9cf1e0729d Merge pull request #146 from hermantran/master
Fix main path in package.json
10 years ago
hermantran cdf2dd07c3 Fix main path in package.json 10 years ago
Ariel Mashraki 6fdec3ed78 fix(README.md): \n 10 years ago
Ariel Mashraki 6a3c74b43a test(localStorageSpec): test .bind with deep comparison 10 years ago
Ariel Mashraki a425b43caa feat(localStorageService): improve .bind func, issue #144 10 years ago
Gregory Pike aef73ba676 Updated Readme Docs 10 years ago
Ariel Mashraki 3f3cd06bae Merge branch 'den-t-master' 10 years ago
Ariel Mashraki 45fd4c9d9d fix(README.md): unbind doc 10 years ago
Ariel Mashraki 6d763a76c8 fix(README.md): docs typo 10 years ago
Ariel Mashraki bacadf1c0f fix(README.md): .bind doc 10 years ago
Ariel Mashraki ed422c0476 Merge pull request #143 from andion/patch-1
Fixed typo on README's bind example
10 years ago
Lucas Andión Montáns db87118a0c Fixed typo on bind example
Use $scope instead of $rootScope
10 years ago
Ariel Mashraki 6db17f5ed9 fix(README): cookies doc 10 years ago
Ariel Mashraki fe26708204 fix(README): getting started doc + cookies doc 10 years ago
Ariel Mashraki ae13ec45fd fix(README): getting started doc + cookies doc 10 years ago
Ariel Mashraki 5b9cd352ec fix(README): API localStorage doc 10 years ago
Ariel Mashraki eeec036e9e Update README.md 10 years ago
Ariel Mashraki a10a1a7a05 Update README.md 10 years ago
Ariel Mashraki da357b763c fix(RAEDME.md): edit configuration 10 years ago
Ariel Mashraki f95a2420c3 Update README.md 10 years ago
Ariel Mashraki 738e5cae75 Merge pull request #141 from KevinSalter/create-changelog
feat(CHANGELOG): start a CHANGELOG for this repo
10 years ago
Den Teresh 5948d2be36 Usage example for a .bind deregistration function 10 years ago
Den Teresh 887b682815 localStorageService.bind to return a deregistration function 10 years ago
Kevin Salter cbf90c4af3 start a CHANGELOG for this repo 10 years ago
Ariel Mashraki 36926d8cf5 fix(README.md): docs typo 10 years ago
Ariel Mashraki 97c504e7e3 fix(README.md): expand readme 10 years ago
Ariel Mashraki a8d48ff5c7 fix(dist): build for v0.1.1 10 years ago
Ariel Mashraki 6dcc4f1a58 fix(package): update npm version 10 years ago
Ariel Mashraki b12cc0493d fix(bower): update bower version 10 years ago
Ariel Mashraki d2bc39f2ba refa(src/*): refactor improve things 10 years ago
Ariel Mashraki 8a4bdc248b test(localStorageSpec): test cookie dealing with objects and arrays 10 years ago
Ariel Mashraki 7493cd88e0 fix(localStorageService): fix cookie serialization(object/array) issue: #121 10 years ago
Ariel Mashraki 44575f4028 test(localStorageSpec): test serialization numbers , issue #99 10 years ago
Ariel Mashraki fd2fc272fa fix(localStorageService): serialization numbers , issue #99 10 years ago
Gregory Pike 4b25996bac Merge pull request #138 from a8m/master
refacor PR #132 - localStorage.length issue
10 years ago
Ariel Mashraki 82b59ed1b5 test(localStorageService): test localStorage.length + imprve mock 10 years ago
Ariel Mashraki bf33743093 refa(localStorageService): revert and refactor PR: #132 10 years ago
Gregory Pike 74457d4782 Updated version 10 years ago
Gregory Pike 4304808d6d Merge pull request #135 from stenmuchow/bower-invalid-path
fixed main path to include dist folder
10 years ago
Sten Muchow ff25b6d895 fixed main path to include dist folder 10 years ago
Gregory Pike 0afea0e801 Merge branch 'a8m-master' 10 years ago
Gregory Pike 58da1088d8 Get tests working 10 years ago
Gregory Pike b5c681b6f6 Attempted to reorganize module while resolving conflicts 10 years ago
Gregory Pike e01246e356 Merge pull request #132 from ecordoba24/master
Added localStorageService.length()
10 years ago
Gregory Pike 5616a668d1 Merge pull request #129 from webjunkie01/master
Fixed an issue with cookie based storage where values were not being parsed as objects.
10 years ago
Gregory Pike 7d86e3321c Merge pull request #124 from yihangho/binding
Improve binding
10 years ago
Eugenio Cordoba 0ec19f1153 Added localStorageService.length()
Added localStorageService.length()

Number of items stored in the localStorage according to the prefix
10 years ago
Gregory Pike b4750937fd Merge pull request #126 from osama-lionheart/master
Added package.json to bower's ignore list.
10 years ago