ember-bunsen-core
Advanced tools
Changelog
1.0.3 (2017-07-19)
Stops pinning the dependencies. If it is required to pin a specific dependency of bunsen-core
, that's still possible in the app. This addon will now just follow the most recent version of bunsen-core@1.x.x
.
Changelog
1.0.2 (2017-07-12)
Changelog
1.0.1 (2017-07-07)
Changelog
0.27.14 (2017-06-21)
Fixed check for _internal
properties in validation that is no longer needed.
Changelog
0.27.12 (2017-06-16)
Fixed how BunsenModelPath handles appending string paths using dot notation. This was causing internal models to be added to the wrong spot in the bunsen model if the cell defining the internal model used dot notation.
Changelog
0.27.10 (2017-06-13)
Incorrect views no longer cause normalization to crash. Instead, model and view are returned unchanged.