feathersjs/feathers-redux

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log

## [v3.0.0](https://github.com/feathers-plus/feathers-redux/tree/v3.0.0) (2018-09-25)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v2.1.2...v3.0.0)

**Merged pull requests:**

- Move redux to peerDependencies \(\#54\) [\#55](https://github.com/feathers-plus/feathers-redux/pull/55) ([petermikitsh](https://github.com/petermikitsh))

## [v2.1.2](https://github.com/feathers-plus/feathers-redux/tree/v2.1.2) (2018-09-25)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v2.1.1...v2.1.2)

## [v2.1.1](https://github.com/feathers-plus/feathers-redux/tree/v2.1.1) (2018-09-25)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v2.1.0...v2.1.1)

**Closed issues:**

- Is this project abandoned? [\#51](https://github.com/feathers-plus/feathers-redux/issues/51)
- Is it working with feathers-rest-client? [\#47](https://github.com/feathers-plus/feathers-redux/issues/47)
- SSR Support [\#44](https://github.com/feathers-plus/feathers-redux/issues/44)
- Error with ON\_CREATED & co. reducers, when queryResult is null [\#42](https://github.com/feathers-plus/feathers-redux/issues/42)

**Merged pull requests:**

- Babel 7: use transform-runtime to externalize babel helper fns [\#57](https://github.com/feathers-plus/feathers-redux/pull/57) ([petermikitsh](https://github.com/petermikitsh))

## [v2.1.0](https://github.com/feathers-plus/feathers-redux/tree/v2.1.0) (2018-01-10)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v2.0.0...v2.1.0)

**Merged pull requests:**

- adds idField option [\#45](https://github.com/feathers-plus/feathers-redux/pull/45) ([erkkaha](https://github.com/erkkaha))
- Replace initial state of queryResult from null to proper object structure [\#43](https://github.com/feathers-plus/feathers-redux/pull/43) ([bsubedi26](https://github.com/bsubedi26))

## [v2.0.0](https://github.com/feathers-plus/feathers-redux/tree/v2.0.0) (2017-11-27)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v1.1.0...v2.0.0)

**Implemented enhancements:**

- Remove isSaving/isLoading and replace by isCreating/isRemoving... [\#38](https://github.com/feathers-plus/feathers-redux/issues/38)
- README updates [\#40](https://github.com/feathers-plus/feathers-redux/pull/40) ([bsubedi26](https://github.com/bsubedi26))
- Individual action pending/loading [\#39](https://github.com/feathers-plus/feathers-redux/pull/39) ([bsubedi26](https://github.com/bsubedi26))
- Added actions/action creators/reducers that update redux state when feathers service is changed in real time. [\#37](https://github.com/feathers-plus/feathers-redux/pull/37) ([bsubedi26](https://github.com/bsubedi26))

**Closed issues:**

- ngrx [\#28](https://github.com/feathers-plus/feathers-redux/issues/28)

## [v1.1.0](https://github.com/feathers-plus/feathers-redux/tree/v1.1.0) (2017-09-11)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

- Data key set to null whilst loading/saving [\#31](https://github.com/feathers-plus/feathers-redux/issues/31)
- Data key not set to null before promise resolves or rejects [\#32](https://github.com/feathers-plus/feathers-redux/pull/32) ([Jackleberry](https://github.com/Jackleberry))

**Merged pull requests:**

- Add missing quote [\#33](https://github.com/feathers-plus/feathers-redux/pull/33) ([bertho-zero](https://github.com/bertho-zero))

## [v1.0.0](https://github.com/feathers-plus/feathers-redux/tree/v1.0.0) (2017-08-23)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v0.1.0...v1.0.0)

## [v0.1.0](https://github.com/feathers-plus/feathers-redux/tree/v0.1.0) (2017-08-23)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v0.0.3...v0.1.0)

**Implemented enhancements:**

- How to achieve autobound action creators with a store? [\#21](https://github.com/feathers-plus/feathers-redux/issues/21)
- Export action types [\#29](https://github.com/feathers-plus/feathers-redux/pull/29) ([amaurymartiny](https://github.com/amaurymartiny))
- added bindWithDispatch method [\#25](https://github.com/feathers-plus/feathers-redux/pull/25) ([subodhpareek18](https://github.com/subodhpareek18))

**Closed issues:**

- Action Type Namespace [\#20](https://github.com/feathers-plus/feathers-redux/issues/20)

## [v0.0.3](https://github.com/feathers-plus/feathers-redux/tree/v0.0.3) (2017-06-22)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v0.0.2...v0.0.3)

**Fixed bugs:**

- Added required dependency helmet to package.json [\#17](https://github.com/feathers-plus/feathers-redux/pull/17) ([eddyystop](https://github.com/eddyystop))

## [v0.0.2](https://github.com/feathers-plus/feathers-redux/tree/v0.0.2) (2017-06-21)
[Full Changelog](https://github.com/feathers-plus/feathers-redux/compare/v0.0.1...v0.0.2)

## [v0.0.1](https://github.com/feathers-plus/feathers-redux/tree/v0.0.1) (2017-06-21)
**Implemented enhancements:**

- Edited examples/README [\#15](https://github.com/feathers-plus/feathers-redux/pull/15) ([eddyystop](https://github.com/eddyystop))
- Finished editing README [\#14](https://github.com/feathers-plus/feathers-redux/pull/14) ([eddyystop](https://github.com/eddyystop))
- Edited README [\#13](https://github.com/feathers-plus/feathers-redux/pull/13) ([eddyystop](https://github.com/eddyystop))
- Updated README for getServicesStatus [\#12](https://github.com/feathers-plus/feathers-redux/pull/12) ([eddyystop](https://github.com/eddyystop))
- Finalized example app [\#11](https://github.com/feathers-plus/feathers-redux/pull/11) ([eddyystop](https://github.com/eddyystop))
- Enhanced example [\#10](https://github.com/feathers-plus/feathers-redux/pull/10) ([eddyystop](https://github.com/eddyystop))
- Got new example working [\#9](https://github.com/feathers-plus/feathers-redux/pull/9) ([eddyystop](https://github.com/eddyystop))
- Finished integration tests [\#8](https://github.com/feathers-plus/feathers-redux/pull/8) ([eddyystop](https://github.com/eddyystop))

**Closed issues:**

- Action required: Greenkeeper could not be activated 🚨 [\#6](https://github.com/feathers-plus/feathers-redux/issues/6)
- Action required: Greenkeeper could not be activated 🚨 [\#5](https://github.com/feathers-plus/feathers-redux/issues/5)
- Action required: Greenkeeper could not be activated 🚨 [\#4](https://github.com/feathers-plus/feathers-redux/issues/4)
- Action required: Greenkeeper could not be activated 🚨 [\#3](https://github.com/feathers-plus/feathers-redux/issues/3)
- Action required: Greenkeeper could not be activated 🚨 [\#2](https://github.com/feathers-plus/feathers-redux/issues/2)

**Merged pull requests:**

- Finished transfer from feathers-reduxify-services by merging in its README [\#1](https://github.com/feathers-plus/feathers-redux/pull/1) ([eddyystop](https://github.com/eddyystop))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*