UNPKG

4.8 kBMarkdownView Raw
1## v2.2.3 (2020-06-10)
2
3#### :bug: Bug Fix
4* [#763](https://github.com/ember-fastboot/ember-cli-fastboot/pull/763) Prevent errors when `fastboot-body-end` is not present. ([@rwjblue](https://github.com/rwjblue))
5
6#### :memo: Documentation
7* [#762](https://github.com/ember-fastboot/ember-cli-fastboot/pull/762) Update documentation on shoebox. ([@burritoIand](https://github.com/burritoIand))
8
9#### Committers: 2
10- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
11- [@burritoIand](https://github.com/burritoIand)
12
13## v2.2.2 (2020-04-09)
14
15#### :rocket: Enhancement
16* [#752](https://github.com/ember-fastboot/ember-cli-fastboot/pull/752) Add support for custom configuration ([@bobisjan](https://github.com/bobisjan))
17
18#### :bug: Bug Fix
19* [#737](https://github.com/ember-fastboot/ember-cli-fastboot/pull/737) Fix custom app build issue #730 ([@dnalagatla](https://github.com/dnalagatla))
20
21#### :memo: Documentation
22* [#728](https://github.com/ember-fastboot/ember-cli-fastboot/pull/728) fix typo in property name isFastboot -> isFastBoot ([@jelhan](https://github.com/jelhan))
23
24#### :house: Internal
25* [#760](https://github.com/ember-fastboot/ember-cli-fastboot/pull/760) Re-roll yarn.lock ([@kratiahuja](https://github.com/kratiahuja))
26* [#738](https://github.com/ember-fastboot/ember-cli-fastboot/pull/738) Re-roll yarn.lock. ([@rwjblue](https://github.com/rwjblue))
27
28#### Committers: 5
29- Dinesh Nalagatla ([@dnalagatla](https://github.com/dnalagatla))
30- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
31- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
32- Krati Ahuja ([@kratiahuja](https://github.com/kratiahuja))
33- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
34
35
36## v2.2.1 (2019-09-11)
37
38#### :bug: Bug Fix
39* [#725](https://github.com/ember-fastboot/ember-cli-fastboot/pull/725) cheerio is used outside of tests so must be a dependency ([@stefanpenner](https://github.com/stefanpenner))
40
41## v2.2.0 (2019-09-10)
42
43* use volta to pin node to ease development
44* Added support to update manifest app files from index.html
45 Embroider Support: Moved app factory module out of fastboot-app-module (#714)
46* Point to ember-data-storefront instead of ember-cached-shoe (#718)
47* Dev server forwards out of scope requests
48
49## v2.1.1 (2019-06-03)
50
51#### :bug: Bug Fix
52* [#699](https://github.com/ember-fastboot/ember-cli-fastboot/pull/699) Ensure FastBoot rendered content is cleared even if the server rendered application contains malformed HTML. ([@noslouch](https://github.com/noslouch))
53
54#### Committers: 1
55- Brian Whitton ([@noslouch](https://github.com/noslouch))
56
57## v2.1.0 (2019-05-28)
58
59#### :rocket: Enhancement
60* [#666](https://github.com/ember-fastboot/ember-cli-fastboot/pull/666) memoize existsSync calls on the fastboot instance itself ([@stefanpenner](https://github.com/stefanpenner))
61
62#### :bug: Bug Fix
63* [#692](https://github.com/ember-fastboot/ember-cli-fastboot/pull/692) Fix deprecation warning for Ember.Logger usage ([@rileyhilliard](https://github.com/rileyhilliard))
64* [#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))
65
66#### :memo: Documentation
67* [#694](https://github.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))
68
69#### :house: Internal
70* [#694](https://github.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))
71* [#679](https://github.com/ember-fastboot/ember-cli-fastboot/pull/679) Get tests passing again by testing against ember-data@3.8.0 instead of master ([@kiwiupover](https://github.com/kiwiupover))
72
73#### Committers: 5
74- David Laird ([@kiwiupover](https://github.com/kiwiupover))
75- Dinesh Nalagatla ([@dnalagatla](https://github.com/dnalagatla))
76- Riley Hilliard ([@rileyhilliard](https://github.com/rileyhilliard))
77- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
78- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
79
80## 2.0.4
81
82* Fix issue in IE11 when using `Array.from`
83
84## 2.0.1
85* Fixes issue where shoebox data was being cleared when clearing the server side content.
86
87## 2.0.0
88
89* Drop Node 4 support.
90* Disentangle from broccoli-asset-rev (requires broccoli-asset-rev@3.0.0).
91
92## 1.1.3
93
94Support without rootElement
95
96## 1.1.2
97
98* Make FastBoot addon compatible with Ember CLI 3.0.0
99
100## 1.1.1
101
102* Make manifest in package.json respect outputPaths configuration in EmberApp (PR # 539) (@SergeAstapov)
103* Register fastboot transform for apps to wrap non compatible asserts (PR#470) (@kratiahuja)
104* Move fastboot-transform and fs-extra to depedencies in package.json (@SergeAstapov)
105
106## 1.1.0
107
108* Bumping `fastboot-express-middleware` to 1.1.0