- [Bugfix] Default paths work again
- [Bugfix] Fix behavior of linkable, see issue #35
- [Bugfix] Avoid deprecation warnings, #42
- [Bugfix] Compatibility with Glimmer/Ember 1.13
- [Bugfix] Add tmp dir to npmignore
- [Bugfix] Don't depend on Ember extending prototypes
- [Bugfix] Revert 0.1.5. The attempted fix caused other problems, see issue #27.
- [Enhancement] Avoid triggering spurious deprecation warnings
- [Bugfix] Remove erroneous "main" entry in package.json.
- [Bugfix] Fix bug introduced in 0.1.2 that caused the addon to observe the Ember.Route's controller property.
- [Enhancement] Add support for having a single controller provide multiple breadcrumbs.
- [Enhancement] Improve ability to customize breadcrumbs template: no longer require reopening the component class.
- Converted to ember-cli addon