All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.4.0 - 2019-03-25
- Support Ember >= 3.6.0. (#47)
- Upgrade majority of dependencies (Babel 7, Ember CLI, etc).
- Drop
ember-cli-mocha
in favor ofember-mocha
.
- Stop using
Ember.NAME_KEY
for connected component name as it is deprecated.
0.3.0 - 2018-10-07
- Display errors as an overlay. (#19)
- Updated various dependencies. (#5, #7, #9, #10, #17, #18)
0.2.0 - 2018-08-14
- Start using Greenkeeper to monitor the project.
Assertion Failed: calling set on destroyed object
issue when store is updated.
0.1.2 - 2018-08-08
- Errors being swallowed by
connectAdvanced
.
0.1.1 - 2018-08-02
- Props are not available in
init
anddidUpdateAttrs
hooks.
connect()
,connectAdvanced()
,provider
,createProvider
APIs.