Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@dustinfarris dustinfarris released this 30 Nov 15:19
· 14 commits to master since this release

Public release of ember-redux-route-connect!

This is a companion addon for ember-redux. Use it to connect your routes to redux state and URL params.

ember install ember-redux-route-connect

See README for more details and usage.

Changelog

  • Use Object.keys instead of for/in
  • Docstrings
  • Updated README