# Changelog

## 0.7.0

[feature] - errors.fromJSON() method (build AppError from json)

## 0.6.0

[feature] - options passed as 4th arg to Store#dispatch are now available in method context and middleware context

## 0.5.0

* revert [feature] - new Store({ getDefaultContext }) option (not needed)

## 0.4.0

* [feature] - new Store({ getDefaultContext }) option

## 0.2.7

* [fix] - support empty directories
* [fix] - ignore files that don't export a function

## 0.2.6

* dependencies update

## 0.2.0

* [feature] - set context to null by default

## 0.1.0

* [feature] - plugins.logger: support process.env.STORE_LOG_LEVEL
