Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prepare 1.0.0 release
  • Loading branch information
randycoulman committed Jul 21, 2017
1 parent 536a4cc commit 3434933
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,19 @@

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

## [Unreleased](https://github.com/CodingZeal/redux-persist-sensitive-storage/compare/v0.1.0...HEAD)
## [Unreleased](https://github.com/CodingZeal/redux-persist-sensitive-storage/compare/v1.0.0...HEAD)

## [1.0.0](https://github.com/CodingZeal/redux-persist-sensitive-storage/compare/v0.1.0...1.0.0) - 2017-07-21

### Added

- Add installation and usage instructions to the README.([#2](https://github.com/CodingZeal/redux-persist-sensitive-storage/pull/2))

### Fixed

- 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))

- 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))

## 0.1.0 - 2017-06-14

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "redux-persist-sensitive-storage",
"version": "0.1.0",
"version": "1.0.0",
"description": "redux-persist storage engine for react-native-sensitive-info",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 3434933

Please sign in to comment.