|
| 1 | +# 1.2.4 |
| 2 | +- Keep dependencies up to date |
| 3 | +- eslint loader for webpack |
| 4 | + |
1 | 5 | # 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 |
3 | 7 |
|
4 | 8 | # 1.2.2
|
5 |
| -- Update ESLint rules. |
6 |
| -- Add codeclimate configuration. |
| 9 | +- Update ESLint rules |
| 10 | +- Add codeclimate configuration |
7 | 11 |
|
8 | 12 | # 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 |
11 | 15 |
|
12 | 16 | # 1.2.0
|
13 |
| -- Emit custom events on specific operations. |
| 17 | +- Emit custom events on specific operations |
14 | 18 |
|
15 | 19 | # 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 |
18 | 22 |
|
19 | 23 | # 1.0.0
|
20 | 24 | ### 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 |
23 | 27 |
|
24 | 28 | # 0.5.3
|
25 | 29 | ### Features
|
26 |
| -- Add a "Usage Example" in documentation. |
| 30 | +- Add a "Usage Example" in documentation |
27 | 31 |
|
28 | 32 | ### Bug Fixes
|
29 |
| -- Use `JSON.parse` to values on each iteration. |
| 33 | +- Use `JSON.parse` to values on each iteration |
30 | 34 |
|
31 | 35 | # 0.5.2
|
32 | 36 | ### 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 |
34 | 38 |
|
35 | 39 | # 0.5.1
|
36 | 40 | ### 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 |
38 | 42 |
|
39 | 43 | # 0.5.0
|
40 | 44 | ### 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 |
44 | 48 |
|
45 | 49 | ### 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 |
0 commit comments