Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit e9472ab

Browse files
committed
update dependencies
1 parent dcc5d4a commit e9472ab

7 files changed

+783
-739
lines changed

CHANGELOG.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,50 @@
1+
# 1.2.4
2+
- Keep dependencies up to date
3+
- eslint loader for webpack
4+
15
# 1.2.3
2-
- Change the way to update dependancies using the caret `^` strategy.
6+
- Change the way to update dependancies using the caret `^` strategy
37

48
# 1.2.2
5-
- Update ESLint rules.
6-
- Add codeclimate configuration.
9+
- Update ESLint rules
10+
- Add codeclimate configuration
711

812
# 1.2.1
9-
- Fix bug that caused custom events not to emit when using the default instance of webStorage.
10-
- Keep devDependancies up to date.
13+
- Fix bug that caused custom events not to emit when using the default instance of webStorage
14+
- Keep devDependancies up to date
1115

1216
# 1.2.0
13-
- Emit custom events on specific operations.
17+
- Emit custom events on specific operations
1418

1519
# 1.1.0
16-
- Rewrite using ES2015 syntax.
17-
- Do not throw error on initialization if `localStorage` or `sessionStorage` is not supported or unavailable. User can still use the `supported` method to test for.
20+
- Rewrite using ES2015 syntax
21+
- Do not throw error on initialization if `localStorage` or `sessionStorage` is not supported or unavailable. User can still use the `supported` method to test for
1822

1923
# 1.0.0
2024
### Features
21-
- Add `quota()` public API method.
22-
- Automate building distributable files in releases.
25+
- Add `quota()` public API method
26+
- Automate building distributable files in releases
2327

2428
# 0.5.3
2529
### Features
26-
- Add a "Usage Example" in documentation.
30+
- Add a "Usage Example" in documentation
2731

2832
### Bug Fixes
29-
- Use `JSON.parse` to values on each iteration.
33+
- Use `JSON.parse` to values on each iteration
3034

3135
# 0.5.2
3236
### Bug Fixes
33-
- Fix issue when trying to save item with `undefined` as value.
37+
- Fix issue when trying to save item with `undefined` as value
3438

3539
# 0.5.1
3640
### Features
37-
- Add `supported()` method to public API, to check if the driver of choice is supported by the browser.
41+
- Add `supported()` method to public API, to check if the driver of choice is supported by the browser
3842

3943
# 0.5.0
4044
### Features
41-
- Add `length()` and `iterate()` public API methods.
42-
- Make database name a required option to easily distinguish between different datastores.
43-
- Remove comments (inline and block) and empty lines from production files.
45+
- Add `length()` and `iterate()` public API methods
46+
- Make database name a required option to easily distinguish between different data stores
47+
- Remove comments (inline and block) and empty lines from production files
4448

4549
### Bug Fixes
46-
- Fix issues with creating the keys prefixes from the database name.
50+
- Fix issues with creating the keys prefixes from the database name

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
A minimal Javascript library that improves the way you work with `localStorage` or `sessionStorage`.
44

55
[![Build Status](https://travis-ci.org/georapbox/webStorage.svg?branch=master)](https://travis-ci.org/georapbox/webStorage)
6-
[![Code Climate](https://codeclimate.com/github/georapbox/webStorage/badges/gpa.svg)](https://codeclimate.com/github/georapbox/webStorage)
76
[![npm version](https://badge.fury.io/js/webStorage.svg)](http://badge.fury.io/js/webStorage)
7+
[![npm downloads](https://img.shields.io/npm/dt/webStorage.svg)](http://badge.fury.io/js/webStorage)
8+
[![npm license](https://img.shields.io/npm/l/webStorage.svg)](http://badge.fury.io/js/webStorage)
9+
[![Code Climate](https://codeclimate.com/github/georapbox/webStorage/badges/gpa.svg)](https://codeclimate.com/github/georapbox/webStorage)
10+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
811
[![Dependencies](https://david-dm.org/georapbox/webStorage.svg?theme=shields.io)](https://david-dm.org/georapbox/webStorage)
912
[![devDependency Status](https://david-dm.org/georapbox/webStorage/dev-status.svg)](https://david-dm.org/georapbox/webStorage#info=devDependencies)
1013

0 commit comments

Comments
 (0)