-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
## v2.1.0 (2019-05-28) | ||
|
||
#### :rocket: Enhancement | ||
* [#666](https://github.com/ember-fastboot/ember-cli-fastboot/pull/666) memoize existsSync calls on the fastboot instance itself ([@stefanpenner](https://github.com/stefanpenner)) | ||
|
||
#### :bug: Bug Fix | ||
* [#692](https://github.com/ember-fastboot/ember-cli-fastboot/pull/692) Fix deprecation warning for Ember.Logger usage ([@rileyhilliard](https://github.com/rileyhilliard)) | ||
* [#690](https://github.com/ember-fastboot/ember-cli-fastboot/pull/690) Moved building fastboot config tree from postProcessTree to treeForPublic ([@dnalagatla](https://github.com/dnalagatla)) | ||
|
||
#### :memo: Documentation | ||
* [#694](https://github.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue)) | ||
|
||
#### :house: Internal | ||
* [#694](https://github.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#679](https://github.com/ember-fastboot/ember-cli-fastboot/pull/679) Get tests passing again by testing against [email protected] instead of master ([@kiwiupover](https://github.com/kiwiupover)) | ||
|
||
#### Committers: 5 | ||
- David Laird ([@kiwiupover](https://github.com/kiwiupover)) | ||
- Dinesh Nalagatla ([@dnalagatla](https://github.com/dnalagatla)) | ||
- Riley Hilliard ([@rileyhilliard](https://github.com/rileyhilliard)) | ||
- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) | ||
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner)) | ||
|
||
## 2.0.4 | ||
|
||
* Fix issue in IE11 when using `Array.from` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters