Skip to content

Commit 3434933

Browse files
committed
Prepare 1.0.0 release
1 parent 536a4cc commit 3434933

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased](https://github.com/CodingZeal/redux-persist-sensitive-storage/compare/v0.1.0...HEAD)
5+
## [Unreleased](https://github.com/CodingZeal/redux-persist-sensitive-storage/compare/v1.0.0...HEAD)
6+
7+
## [1.0.0](https://github.com/CodingZeal/redux-persist-sensitive-storage/compare/v0.1.0...1.0.0) - 2017-07-21
8+
9+
### Added
10+
11+
- Add installation and usage instructions to the README.([#2](https://github.com/CodingZeal/redux-persist-sensitive-storage/pull/2))
12+
13+
### Fixed
14+
15+
- Only return `null` from `getItem` if the underlying call returns `undefined`. Originally, any falsy return value was getting converted to `undefined`. ([#1](https://github.com/CodingZeal/redux-persist-sensitive-storage/pull/1))
16+
17+
- Don't fail when a `callback` is not provided to `setItem`, `removeItem`, or `getAllKeys`. ([#1](https://github.com/CodingZeal/redux-persist-sensitive-storage/pull/1))
618

719
## 0.1.0 - 2017-06-14
820

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-persist-sensitive-storage",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "redux-persist storage engine for react-native-sensitive-info",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)