Closed
Description
Hi all,
I'm a new contributor on ng-redux and I'm taking over for @wbuchwalter on this repo. There are a few changes I'd like to implement and I want to use this issue to track them. If anyone has any input, I'm totally all for it and let's discuss it.
3.5.0 Milestone
Currently, the latest "version" of 3.4.0-beta.1 without any tags and release information. I'd like to release 3.4.0 ASAP and then brace for the final 3.X release: 3.5.0. What will be in this release (or will at least be considered):
- deprecation notice for removing Bower support (will be removed in 4.0.0) (Bower deprecation notice #151)
- dispatch result return (No longer swallowing the result of dispatch #120)
- remove unneeded $scope injection (Remove unneeded $scope injection. #108)
- copy over Symbol from Redux's
createStore
(preserve Symbol(observable) when connecting the store #129, fix: Replace lodash assign with Object.assign for symbol copy #144) - type definition fix (Type definition now includes a 4th parameter on createStoreWith #114)
- dependency updates (chore(build): Switch to rollup + Update Dependencies #150)
- general doc updates/cleanup (chore(build): Switch to rollup + Update Dependencies #150)
- npm scripts syntax that uses binaries directly (feat(scripts): Use NPM path resolution over custom paths to binaries #146)
- prepublish scripts +
.npmignore
(chore(build): Switch to rollup + Update Dependencies #150)
Other features/fixes:
- set env to
production