# Changelog

## 1.2.0

### Features

* Add actions, reducers and selectors for each resource to check the loading state of a resource

## 1.1.0

### Features

* Add actions, selectors and reducers for `VatItem` resource
* Optimized actions, reducers and selectors to use composed identifier.
* Add actions and selectors for translation operations.

### Bugfixes

* Fix dependency errors in package.json
* Fix reducer creator function
* Fix item selector.

## 1.0.1

### Bugfixes

* Fix getList selector to prevent new objects on every call.
* Fix list, get and update reducer to not update the state if the data have not changed
