Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

63 lines (38 loc) · 1.62 KB

ember-redux Changelog

1.5.3

  • [DOCS]: added twiddle link to the README (commit)

1.5.2

  • [BUG]: properly explode args for route function (#18)

1.5.1

  • [DOCS]: added "how to time travel" to the readme (commit)

1.5.0

  • [FEATURE]: Create default blueprint (#15)

1.4.0

  • [FEATURE]: Ember.Route is provided by default for connected routes (commit)

1.3.0

  • [FEATURE]: return dispatch value to allow model hook to wait for thunk promises (#7)

  • [DEPENDENCY]: updated node version of ember-browserify (commit)

1.2.0

  • [FEATURE]: added support for both redux-thunk 1.x and 2.x (commit)

1.1.0

  • [REFACTOR]: improved the optional reducer configuration test (commit)

  • [FEATURE]: added support for custom enhancers (commit)