Skip to content

Commit e6d8f06

Browse files
author
Robert Jackson
committed
Release 2.1.0
1 parent 2f18ca8 commit e6d8f06

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v2.1.0 (2019-05-28)
2+
3+
#### :rocket: Enhancement
4+
* [#666](https://github.com/ember-fastboot/ember-cli-fastboot/pull/666) memoize existsSync calls on the fastboot instance itself ([@stefanpenner](https://github.com/stefanpenner))
5+
6+
#### :bug: Bug Fix
7+
* [#692](https://github.com/ember-fastboot/ember-cli-fastboot/pull/692) Fix deprecation warning for Ember.Logger usage ([@rileyhilliard](https://github.com/rileyhilliard))
8+
* [#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))
9+
10+
#### :memo: Documentation
11+
* [#694](https://github.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))
12+
13+
#### :house: Internal
14+
* [#694](https://github.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))
15+
* [#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))
16+
17+
#### Committers: 5
18+
- David Laird ([@kiwiupover](https://github.com/kiwiupover))
19+
- Dinesh Nalagatla ([@dnalagatla](https://github.com/dnalagatla))
20+
- Riley Hilliard ([@rileyhilliard](https://github.com/rileyhilliard))
21+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
22+
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
23+
124
## 2.0.4
225

326
* Fix issue in IE11 when using `Array.from`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-fastboot",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Server-side rendering for Ember.js apps",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)