## 0.0.15

* [COMPILE] [PUBLISH] 0.0.15
* [ADD] redux-locale

npm i -S redux-locale

## 0.0.13

* [COMPILE] [PUBLISH] 0.0.13
* [REFACTOR] As redux-location

## 0.0.12

* [COMPILE] [BUILD] [PUBLISH] 0.0.12
* [REFACTOR] [API] Express
* [REFACTOR] [API] Socket
* [REFACTOR] [API] Local
* [REFACTOR] [REDUCER] Remove immutable
* Remove all terminated semicolon
* [REFACTOR] Move to redux-manager

## 0.0.11

* [COMPILE] [BUILD] [PUBLISH] 0.0.11
* [ADD] Move to dynamic store config

## 0.0.10

* [COMPILE] [BUILD] [PUBLISH] 0.0.10
* [FIX] [API] [AUTH] configureFlow error pass to reducer
* [FIX] [REDUCER] [AUTH] Wrong type names
* [ADD] Export initialState, initialAuth, initialUsers, initialSessions

## 0.0.9

* [COMPILE] [BUILD] [PUBLISH] 0.0.9
* [REFACTOR] [API] Separate request on two parts client and server (for example auth.login and auth.loginServer)
* [ADD] [API] configureFlow
* [ADD] [API] controlFlow

## 0.0.5, 0.0.6, 0.0.7, 0.0.8

* [COMPILE] [BUILD] [PUBLISH] 0.0.6
* [REFACTOR] [API] [SAGA] Move validation from saga to API

## 0.0.4

* [COMPILE] [BUILD] [PUBLISH] 0.0.4
* [FIX] [EXAMPLES] react using pouch instead of local
* [FIX] [API] api.pouch, api.local - logout
* [ADD] [EXAMPLES] pouch
* [ADD] [API] Pouch - to store data on servers effectively in pouch or couch db
* [REFACTOR] [API] make all api calls async
* [REFACTOR] [API] store.api.auth, store.api.users and etc...

## 0.0.3

* [COMPILE] [BUILD] [PUBLISH] 0.0.3
* [FIX] [AUTH] [SAGA] codeConfirm remove code from user after success confirm
* [ADD] [EXAMPLES] [REACT] codeEmail with fake send and codeConfirm
* [ADD] [API] [AUTH] [SOCKET.IO] process codeEmail
* [FIX] joi does not work in iOS Safari
* [ADD] [API] [SERVER] [EXPRESS] process codeConfirm
* [ADD] [API] [AUTH] [LOCAL] Extend signup with codeEmail
* [ADD] [ACTIONS] [AUTH] codeConfirm({ code }) - to confirm user email

## 0.0.2

* [ADD] auth.action.codeEmail({ sessionID }) - send code to email for email confirmation
* [ADD] [REACT] AuthSignupForm
* [ADD] Auth signup to actions, types, reducer, saga
* [FIX] Session reducer update without Immutable.Map(payload)
* [ADD] [REACT] AuthForm component
* [FIX] [WEBPACK] with joi - fs and dns module not found
* [FIX] [WEBPACK] webpack.config.base.js with webpack-node-externals to lower build size
* [ADD] Auth saga validate login, logout output
* [ADD] Auth reducer state on request with username
* [FIX] User reducer update without Immutable.Map(payload)
* [ADD] CHANGES.md

## 0.0.1

* [ADD] build target
```
npm run build
```
* [ADD] compile target
```
npm buid compile
```
* [ADD] [REACT] AuthAvatar react component
* [ADD] [EXAMPLES] [REACT] react
```
npm run react
```
* [ADD] [EXAMPLES] socket.io
```
npm run socket.io:server
npm run socket.io:client
```
* [ADD] [EXAMPLES] node
```
npm run node
```
* [ADD] auth types, reducer, saga and add to store
* [ADD] sessions types, reducer and add to store
* [ADD] users types, actions, reducer and add to store
