UNPKG

21.9 kBMarkdownView Raw
1<a name="2.1.0"></a>
2# [2.1.0](https://github.com/aurelia/bootstrapper/compare/2.0.1...v2.1.0) (2017-03-01)
3
4
5### Bug Fixes
6
7* **startup:** starting promise fullfils too early ([020e851](https://github.com/aurelia/bootstrapper/commit/020e851))
8
9
10
11<a name="2.0.1"></a>
12## [2.0.1](https://github.com/aurelia/bootstrapper/compare/2.0.0...v2.0.1) (2016-12-14)
13
14### Bug Fixes
15
16* Properly detect NWJS
17
18<a name="2.0.0"></a>
19# [2.0.0](https://github.com/aurelia/bootstrapper/compare/1.0.1...v2.0.0) (2016-12-08)
20
21
22### Bug Fixes
23
24* **index:** do not fail when process is polyfilled by Webpack ([7ba0654](https://github.com/aurelia/bootstrapper/commit/7ba0654))
25* **index:** do not trip up on NodeJS if PAL was previously initialized ([c70321d](https://github.com/aurelia/bootstrapper/commit/c70321d))
26* **index:** higher quality checks for SystemJS and AMD ([71a91f2](https://github.com/aurelia/bootstrapper/commit/71a91f2))
27* **index:** ready when no document (not initialized on NodeJS) ([44b0e55](https://github.com/aurelia/bootstrapper/commit/44b0e55))
28* **index:** use module.require for node to trip up webpack's parser ([46830fa](https://github.com/aurelia/bootstrapper/commit/46830fa))
29* **index:** use webpack require to hide from amd ([cdaa0f2](https://github.com/aurelia/bootstrapper/commit/cdaa0f2))
30
31
32### Features
33
34* **all:** rework the bootstrapper to detect and load the proper pal ([8ba596b](https://github.com/aurelia/bootstrapper/commit/8ba596b))
35* **index:** add starting promise export ([1844827](https://github.com/aurelia/bootstrapper/commit/1844827))
36* **index:** add support for module loader detection ([438ffde](https://github.com/aurelia/bootstrapper/commit/438ffde))
37
38
39
40# [1.0.1]
41
42### Bug Fixes
43
44* **bootstrapper:** Check module function configure before execute it
45
46<a name="1.0.0"></a>
47# [1.0.0](https://github.com/aurelia/bootstrapper/compare/1.0.0-rc.1.0.1...v1.0.0) (2016-07-27)
48
49
50
51<a name="1.0.0-rc.1.0.1"></a>
52# [1.0.0-rc.1.0.1](https://github.com/aurelia/bootstrapper/compare/1.0.0-rc.1.0.0...v1.0.0-rc.1.0.1) (2016-06-30)
53
54
55### Features
56
57* **index:** pass config module id along to aurelia instance if present ([51a698c](https://github.com/aurelia/bootstrapper/commit/51a698c))
58
59
60
61<a name="1.0.0-rc.1.0.0"></a>
62# [1.0.0-rc.1.0.0](https://github.com/aurelia/bootstrapper/compare/1.0.0-beta.2.0.1...v1.0.0-rc.1.0.0) (2016-06-22)
63
64
65
66### 1.0.0-beta.1.2.1 (2016-05-10)
67
68
69### 1.0.0-beta.1.2.0 (2016-03-22)
70
71* Update to Babel 6
72
73### 1.0.0-beta.1.1.4 (2016-03-01)
74
75
76### 1.0.0-beta.1.1.3 (2016-03-01)
77
78
79#### Bug Fixes
80
81* **all:** remove core-js ([60ef61a5](http://github.com/aurelia/bootstrapper/commit/60ef61a5f6cd83ce0f29c0b9242ee2aae7a47f8c))
82
83
84#### Features
85
86* **index:** use aurelia polyfills ([c77c982b](http://github.com/aurelia/bootstrapper/commit/c77c982ba24a01bf3528d887898f0895784d74ca))
87
88
89### 1.0.0-beta.1.1.2 (2016-02-08)
90
91
92#### Bug Fixes
93
94* **index:** remove check for localhost ([0f769f4b](http://github.com/aurelia/bootstrapper/commit/0f769f4b88ed96d7a8c4e67181241a5bccb4e881))
95* **lint:** fix eslint config ([a25b4b4e](http://github.com/aurelia/bootstrapper/commit/a25b4b4e662b22af8724347ba62d994274171c4f))
96
97
98### 1.0.0-beta.1.1.0 (2016-01-29)
99
100
101#### Bug Fixes
102
103* **index:** change loader detection to work in more environments ([9a5c169a](http://github.com/aurelia/bootstrapper/commit/9a5c169afa1d72814c9b04c735b3e448d5e3430f))
104
105
106#### Features
107
108* **all:** update jspm meta; core-js; aurelia deps ([65079e91](http://github.com/aurelia/bootstrapper/commit/65079e9135576a7a71226034f2af6ed728946e16))
109
110
111### 1.0.0-beta.1.0.2 (2016-01-08)
112
113
114#### Bug Fixes
115
116* **index:** compose promises ([75f1a33b](http://github.com/aurelia/bootstrapper/commit/75f1a33be2cc31bee29fc2cfd42989142bcacb18))
117
118
119### 1.0.0-beta.1.0.1 (2016-01-08)
120
121
122#### Bug Fixes
123
124* **all:** switch requirejs/system.js check order ([383161e9](http://github.com/aurelia/bootstrapper/commit/383161e933a0b4ecb2d1163a9535307cad6f4379), closes [#26](http://github.com/aurelia/bootstrapper/issues/26))
125
126
127#### Features
128
129* **all:** switch normalizeSync to normalize api ([35e4b10e](http://github.com/aurelia/bootstrapper/commit/35e4b10e05b4bc2972a85210fb346b9b90e96e50))
130
131
132### 1.0.0-beta.1 (2015-11-16)
133
134
135## 0.19.0 (2015-11-10)
136
137
138## 0.18.0 (2015-10-13)
139
140
141#### Bug Fixes
142
143* **all:**
144 * address issues with incorrect code in the last PR; update to more ES6 syntax ([63a5bea3](http://github.com/aurelia/bootstrapper/commit/63a5bea348fe407af04be28741e15e5aa9db352f))
145 * detect fake system and remove core-js dup load ([f135ad39](http://github.com/aurelia/bootstrapper/commit/f135ad39eccb9a5a8e439c09a2354787cedd0fbe))
146 * break out the history from the router plugin config ([864cf2c2](http://github.com/aurelia/bootstrapper/commit/864cf2c2d17bb9dd4d6642b7a7544de25e985926))
147 * root should default to aurelia-app host when not specified ([ed3b7124](http://github.com/aurelia/bootstrapper/commit/ed3b712483696c73b8202ef51cc191b3c4493f35), closes [#5](http://github.com/aurelia/bootstrapper/issues/5))
148 * update to logLevel enum name api change ([64d8edf3](http://github.com/aurelia/bootstrapper/commit/64d8edf355c4caf13fbd02e888a3eaa038ffadf4))
149 * use default loader ([8acf5996](http://github.com/aurelia/bootstrapper/commit/8acf599669c59fb9b5625a98dcbc3f7acd5ce45f))
150* **bootstrapped:**
151 * ensure that templating resources are in System.map ([fb6ad861](http://github.com/aurelia/bootstrapper/commit/fb6ad8615483c7f9dedb017599c4f04bb6135c61))
152 * bad import name for RouterView ([6590f2cf](http://github.com/aurelia/bootstrapper/commit/6590f2cf772d493763d0deac81647282d02edc1a))
153* **bootstrapper:**
154 * remove catch handlers that kill stack traces during startup ([e867ca1f](http://github.com/aurelia/bootstrapper/commit/e867ca1f2c9865e65448c3a5f8074d2711cfe991))
155 * removees5-specific helper detection ([d55802b2](http://github.com/aurelia/bootstrapper/commit/d55802b26f44ff7d837bc8fe1a4b05795f58a57d))
156 * change how default loader is discovered ([13b04160](http://github.com/aurelia/bootstrapper/commit/13b0416081d1cea542e7b54edb086e6ade977692))
157 * ensure di is available as top level import ([3f50f876](http://github.com/aurelia/bootstrapper/commit/3f50f876943ca7b75511c8542ab2bde039bf4597))
158 * update setRoot to remove transition ([98cea82e](http://github.com/aurelia/bootstrapper/commit/98cea82ec63a142c9f364b60cf56a5881a05f888))
159 * ensure that aurelia-logging-console is available ([53ef67d0](http://github.com/aurelia/bootstrapper/commit/53ef67d0eebacd7c71c78fcfcf8251906b12da14))
160 * invalid loader name ([562b17b3](http://github.com/aurelia/bootstrapper/commit/562b17b3f98cd52d56b3c6c73edc8b67f1dd8f9d))
161* **build:**
162 * missing gulp-rename dep ([3d4bb04d](http://github.com/aurelia/bootstrapper/commit/3d4bb04dad7999744bb38f97ffb80833ff6b0a0e))
163 * d.ts generation and doc generation ([43dba2b7](http://github.com/aurelia/bootstrapper/commit/43dba2b71032638aa22897c9dbf64b312be2e1e3))
164 * update linting, testing and tools ([b0fcc33b](http://github.com/aurelia/bootstrapper/commit/b0fcc33bfdff3ed4f2ca0032b035385d80457d18))
165 * add missing bower bump ([e72cf895](http://github.com/aurelia/bootstrapper/commit/e72cf8957e5ca912dbd9a3c2bc2287050450d258))
166* **index:**
167 * switch to console when logger not loaded ([145bd3f2](http://github.com/aurelia/bootstrapper/commit/145bd3f2c0a3f5e3cca2d354446329e49204efe4))
168 * correct core-js import syntax and fix lint errors ([7831d8f3](http://github.com/aurelia/bootstrapper/commit/7831d8f307f5ec125a015f1e53eeab1e8294e3d6))
169 * remove html import polyfill load ([8d99882d](http://github.com/aurelia/bootstrapper/commit/8d99882d6eca2fa16be64cd3798575d697937743))
170 * detect System or require api and load appropriately ([2fa4d3e7](http://github.com/aurelia/bootstrapper/commit/2fa4d3e7a6f525912ed1384c6eab33ff34960eb0), closes [#110](http://github.com/aurelia/bootstrapper/issues/110))
171* **package:**
172 * change jspm directories ([f82ca368](http://github.com/aurelia/bootstrapper/commit/f82ca3689a8b5aa197b22bd804dae0cbfd0cab7a))
173 * update dependencies ([f3435bf8](http://github.com/aurelia/bootstrapper/commit/f3435bf8ecf8beff79494e1d68538fa5688379fd))
174 * update deps and fix bower semver ranges ([8754ff0e](http://github.com/aurelia/bootstrapper/commit/8754ff0e915780ed14797eadcb43d9dccb60bf11))
175 * update dependencies ([a8811da7](http://github.com/aurelia/bootstrapper/commit/a8811da77ecb80ca11b0e7adaec8a76e841517cc))
176 * update Aurelia dependencies ([37aeca13](http://github.com/aurelia/bootstrapper/commit/37aeca13b7b14800c6f15f9103ba20c0c0a28ac3))
177 * update dependencies to latest ([57c487a0](http://github.com/aurelia/bootstrapper/commit/57c487a0284b1ce7c7a7938d16498b894b9b457b))
178 * update loader-systemjs to latest version ([09131833](http://github.com/aurelia/bootstrapper/commit/09131833c0fde8689f0261e57df31e736a481253))
179 * update dependencies to latest ([ba1a63db](http://github.com/aurelia/bootstrapper/commit/ba1a63db7c47487b8f720c4a96fc12d0ce4b8547))
180 * update dependencies to latest ([0fecdbc9](http://github.com/aurelia/bootstrapper/commit/0fecdbc95c4a445bb1e3a1ec65a02cc0059cc4e2))
181 * update dependencies to latest ([21c8d229](http://github.com/aurelia/bootstrapper/commit/21c8d2293fa3fa8e79d6c5e8dd36ef4760da8a9e))
182 * update dependencies to latest versions ([7402bbb8](http://github.com/aurelia/bootstrapper/commit/7402bbb89fb6fc7307af7127365eecb9cb84607b))
183 * update dependencies to latest versions ([06ede457](http://github.com/aurelia/bootstrapper/commit/06ede457f36f9347d7016905197d7b44006ae78c))
184 * update dependencies to latest versions ([1a6ecd09](http://github.com/aurelia/bootstrapper/commit/1a6ecd0999c693ef37d64529670b0274e996af23))
185 * update dependencies to latest versions ([1cb2d30e](http://github.com/aurelia/bootstrapper/commit/1cb2d30e4d75b6a59132cf607a345aaad496ff9f))
186 * update dependencies to latest versions ([24d6d675](http://github.com/aurelia/bootstrapper/commit/24d6d6751086da93d2f00201bdf4afe7f2ad5423))
187 * update dependencies to latest versions ([70c91a0c](http://github.com/aurelia/bootstrapper/commit/70c91a0c8dc514119b3bf7021c1b0d6e7960d054))
188* **preparePlatform:** correct spelling ([010f0a9a](http://github.com/aurelia/bootstrapper/commit/010f0a9a25fe9ccd6536fbb1cfd10b9648aa4abc))
189
190
191#### Features
192
193* **all:**
194 * incorporate pal ([3935af79](http://github.com/aurelia/bootstrapper/commit/3935af79a3cff8e1ed44bd7ebb6baa859c0d170e))
195 * remove static imports and use new loader apis to remove global System ([67993548](http://github.com/aurelia/bootstrapper/commit/6799354869ea3b8eea1c5d5be2c46c73a00f631f))
196 * add more type info ([d593ee59](http://github.com/aurelia/bootstrapper/commit/d593ee596f6c1607393d73d551532386415d6947))
197 * remove AtScript support ([65134367](http://github.com/aurelia/bootstrapper/commit/651343677e3d4d8825f065a7bad8d72708ac83b0))
198 * update compiler and core-is integration ([52d84e7a](http://github.com/aurelia/bootstrapper/commit/52d84e7a6594304f418da63d47cd734c99bf0afc))
199 * update to new plugin api ([50fc5ce6](http://github.com/aurelia/bootstrapper/commit/50fc5ce6f56bd24f3dbbc66a7f5aa0b93f7cbfed))
200* **bootstrapped:** switch router and resources over to plugin model ([aa93bce4](http://github.com/aurelia/bootstrapper/commit/aa93bce4e8ebf20e01128d2ce2a63201d6947c73))
201* **bootstrapper:**
202 * new startup logic ([373bf740](http://github.com/aurelia/bootstrapper/commit/373bf740da2cffbeb33a652dd538ec1f1ce2f4c7))
203 * identify polyfilled system and skip core-js ([76fab9a1](http://github.com/aurelia/bootstrapper/commit/76fab9a153ac71ff78e6d6e5a544b8df05041a5e))
204 * switch to core-js ([166c13d6](http://github.com/aurelia/bootstrapper/commit/166c13d6d8bbf86a7206be00566ded34ef9ab17d))
205 * add plugin helper for event aggregator ([6df89100](http://github.com/aurelia/bootstrapper/commit/6df8910076c8c164cceffd4a402ec7439e892edf))
206 * add plugin helper for binding language ([82a86ffc](http://github.com/aurelia/bootstrapper/commit/82a86ffcca2b3c0a3a23305e51d327244c0c5e19))
207 * add plugin helpers for router and resources ([fcb3ac34](http://github.com/aurelia/bootstrapper/commit/fcb3ac340cdf02e2ea6ad6089cac2a061d8ea1cd))
208* **build:** update compiler and switch to register module format ([b5619c13](http://github.com/aurelia/bootstrapper/commit/b5619c13ffd57f8e93741e98c8522c45ea4b381c))
209* **index:** removed some code that was relocated to aurelia itself ([17ca281d](http://github.com/aurelia/bootstrapper/commit/17ca281d823dc4aa3a22af885e179d83ef6361e1))
210* **polyfills:** automatically detect and load polyfills as needed ([f57132c8](http://github.com/aurelia/bootstrapper/commit/f57132c8849b626e95fd7546b10ae6cdb6b65a93))
211
212
213## 0.17.0 (2015-09-05)
214
215
216#### Bug Fixes
217
218* **all:** address issues with incorrect code in the last PR; update to more ES6 syntax ([63a5bea3](http://github.com/aurelia/bootstrapper/commit/63a5bea348fe407af04be28741e15e5aa9db352f))
219* **build:**
220 * d.ts generation and doc generation ([43dba2b7](http://github.com/aurelia/bootstrapper/commit/43dba2b71032638aa22897c9dbf64b312be2e1e3))
221 * update linting, testing and tools ([b0fcc33b](http://github.com/aurelia/bootstrapper/commit/b0fcc33bfdff3ed4f2ca0032b035385d80457d18))
222* **index:** remove html import polyfill load ([8d99882d](http://github.com/aurelia/bootstrapper/commit/8d99882d6eca2fa16be64cd3798575d697937743))
223
224
225## 0.16.0 (2015-08-14)
226
227
228#### Features
229
230* **all:** add more type info ([d593ee59](http://github.com/aurelia/bootstrapper/commit/d593ee596f6c1607393d73d551532386415d6947))
231
232
233## 0.15.0 (2015-08-05)
234
235
236#### Features
237
238* **index:** removed some code that was relocated to aurelia itself ([17ca281d](http://github.com/aurelia/bootstrapper/commit/17ca281d823dc4aa3a22af885e179d83ef6361e1))
239
240
241### 0.14.1 (2015-07-29)
242
243* improve output file name
244
245## 0.14.0 (2015-07-02)
246
247
248#### Bug Fixes
249
250* **all:** detect fake system and remove core-js dup load ([f135ad39](http://github.com/aurelia/bootstrapper/commit/f135ad39eccb9a5a8e439c09a2354787cedd0fbe))
251
252
253### 0.13.1 (2015-06-09)
254
255
256#### Bug Fixes
257
258* **index:** detect System or require api and load appropriately ([2fa4d3e7](http://github.com/aurelia/bootstrapper/commit/2fa4d3e7a6f525912ed1384c6eab33ff34960eb0), closes [#110](http://github.com/aurelia/bootstrapper/issues/110))
259
260
261## 0.13.0 (2015-06-08)
262
263
264#### Bug Fixes
265
266* **all:** break out the history from the router plugin config ([864cf2c2](http://github.com/aurelia/bootstrapper/commit/864cf2c2d17bb9dd4d6642b7a7544de25e985926))
267* **bootstrapper:** remove catch handlers that kill stack traces during startup ([e867ca1f](http://github.com/aurelia/bootstrapper/commit/e867ca1f2c9865e65448c3a5f8074d2711cfe991))
268
269
270## 0.12.0 (2015-05-01)
271
272
273#### Bug Fixes
274
275* **all:**
276 * root should default to aurelia-app host when not specified ([ed3b7124](http://github.com/aurelia/bootstrapper/commit/ed3b712483696c73b8202ef51cc191b3c4493f35), closes [#5](http://github.com/aurelia/bootstrapper/issues/5))
277 * update to logLevel enum name api change ([64d8edf3](http://github.com/aurelia/bootstrapper/commit/64d8edf355c4caf13fbd02e888a3eaa038ffadf4))
278* **bootstrapper:** removees5-specific helper detection ([d55802b2](http://github.com/aurelia/bootstrapper/commit/d55802b26f44ff7d837bc8fe1a4b05795f58a57d))
279* **preparePlatform:** correct spelling ([010f0a9a](http://github.com/aurelia/bootstrapper/commit/010f0a9a25fe9ccd6536fbb1cfd10b9648aa4abc))
280
281
282## 0.11.0 (2015-04-09)
283
284
285#### Features
286
287* **all:**
288 * remove AtScript support ([65134367](http://github.com/aurelia/bootstrapper/commit/651343677e3d4d8825f065a7bad8d72708ac83b0))
289 * update compiler and core-is integration ([52d84e7a](http://github.com/aurelia/bootstrapper/commit/52d84e7a6594304f418da63d47cd734c99bf0afc))
290
291
292## 0.10.0 (2015-03-25)
293
294
295#### Bug Fixes
296
297* **bootstrapper:** change how default loader is discovered ([13b04160](http://github.com/aurelia/bootstrapper/commit/13b0416081d1cea542e7b54edb086e6ade977692))
298
299
300#### Features
301
302* **bootstrapper:** new startup logic ([373bf740](http://github.com/aurelia/bootstrapper/commit/373bf740da2cffbeb33a652dd538ec1f1ce2f4c7))
303
304
305### 0.9.5 (2015-02-28)
306
307
308#### Bug Fixes
309
310* **package:** change jspm directories ([f82ca368](http://github.com/aurelia/bootstrapper/commit/f82ca3689a8b5aa197b22bd804dae0cbfd0cab7a))
311
312
313### 0.9.4 (2015-02-28)
314
315
316#### Bug Fixes
317
318* **build:** add missing bower bump ([e72cf895](http://github.com/aurelia/bootstrapper/commit/e72cf8957e5ca912dbd9a3c2bc2287050450d258))
319* **package:** update dependencies ([f3435bf8](http://github.com/aurelia/bootstrapper/commit/f3435bf8ecf8beff79494e1d68538fa5688379fd))
320
321
322### 0.9.3 (2015-01-29)
323
324#### Features
325
326* **bootstrapper:** allow for bootstrapping from the main module
327
328
329### 0.9.2 (2015-01-24)
330
331
332#### Bug Fixes
333
334* **bootstrapped:** ensure that templating resources are in System.map ([fb6ad861](http://github.com/aurelia/bootstrapper/commit/fb6ad8615483c7f9dedb017599c4f04bb6135c61))
335
336
337### 0.9.1 (2015-01-24)
338
339
340#### Bug Fixes
341
342* **package:** update deps and fix bower semver ranges ([8754ff0e](http://github.com/aurelia/bootstrapper/commit/8754ff0e915780ed14797eadcb43d9dccb60bf11))
343
344
345## 0.9.0 (2015-01-22)
346
347
348#### Bug Fixes
349
350* **all:** use default loader ([8acf5996](http://github.com/aurelia/bootstrapper/commit/8acf599669c59fb9b5625a98dcbc3f7acd5ce45f))
351* **package:** update dependencies ([a8811da7](http://github.com/aurelia/bootstrapper/commit/a8811da77ecb80ca11b0e7adaec8a76e841517cc))
352
353
354#### Features
355
356* **all:** update to new plugin api ([50fc5ce6](http://github.com/aurelia/bootstrapper/commit/50fc5ce6f56bd24f3dbbc66a7f5aa0b93f7cbfed))
357* **bootstrapper:** identify polyfilled system and skip core-js ([76fab9a1](http://github.com/aurelia/bootstrapper/commit/76fab9a153ac71ff78e6d6e5a544b8df05041a5e))
358
359
360## 0.8.0 (2015-01-12)
361
362
363#### Bug Fixes
364
365* **package:** update Aurelia dependencies ([37aeca13](http://github.com/aurelia/bootstrapper/commit/37aeca13b7b14800c6f15f9103ba20c0c0a28ac3))
366
367
368## 0.7.0 (2015-01-07)
369
370
371#### Bug Fixes
372
373* **package:** update dependencies to latest ([57c487a0](http://github.com/aurelia/bootstrapper/commit/57c487a0284b1ce7c7a7938d16498b894b9b457b))
374
375
376### 0.6.1 (2015-01-06)
377
378
379#### Bug Fixes
380
381* **package:** update loader-systemjs to latest version ([09131833](http://github.com/aurelia/bootstrapper/commit/09131833c0fde8689f0261e57df31e736a481253))
382
383
384## 0.6.0 (2015-01-06)
385
386
387#### Bug Fixes
388
389* **bootstrapper:** ensure di is available as top level import ([3f50f876](http://github.com/aurelia/bootstrapper/commit/3f50f876943ca7b75511c8542ab2bde039bf4597))
390
391
392#### Features
393
394* **bootstrapper:**
395 * switch router and resources over to plugin model ([aa93bce4](http://github.com/aurelia/bootstrapper/commit/aa93bce4e8ebf20e01128d2ce2a63201d6947c73))
396 * switch to core-js ([166c13d6](http://github.com/aurelia/bootstrapper/commit/166c13d6d8bbf86a7206be00566ded34ef9ab17d))
397 * add plugin helper for event aggregator ([6df89100](http://github.com/aurelia/bootstrapper/commit/6df8910076c8c164cceffd4a402ec7439e892edf))
398 * add plugin helper for binding language ([82a86ffc](http://github.com/aurelia/bootstrapper/commit/82a86ffcca2b3c0a3a23305e51d327244c0c5e19))
399 * add plugin helpers for router and resources ([fcb3ac34](http://github.com/aurelia/bootstrapper/commit/fcb3ac340cdf02e2ea6ad6089cac2a061d8ea1cd))
400* **build:** update compiler and switch to register module format ([b5619c13](http://github.com/aurelia/bootstrapper/commit/b5619c13ffd57f8e93741e98c8522c45ea4b381c))
401
402
403### 0.5.2 (2014-12-22)
404
405
406#### Bug Fixes
407
408* **package:** update dependencies to latest ([ba1a63db](http://github.com/aurelia/bootstrapper/commit/ba1a63db7c47487b8f720c4a96fc12d0ce4b8547))
409
410
411### 0.5.1 (2014-12-22)
412
413
414#### Bug Fixes
415
416* **package:** update dependencies to latest ([0fecdbc9](http://github.com/aurelia/bootstrapper/commit/0fecdbc95c4a445bb1e3a1ec65a02cc0059cc4e2))
417
418
419## 0.5.0 (2014-12-22)
420
421
422#### Bug Fixes
423
424* **bootstrapper:**
425 * update setRoot to remove transition ([98cea82e](http://github.com/aurelia/bootstrapper/commit/98cea82ec63a142c9f364b60cf56a5881a05f888))
426 * ensure that aurelia-logging-console is available ([53ef67d0](http://github.com/aurelia/bootstrapper/commit/53ef67d0eebacd7c71c78fcfcf8251906b12da14))
427* **package:** update dependencies to latest ([21c8d229](http://github.com/aurelia/bootstrapper/commit/21c8d2293fa3fa8e79d6c5e8dd36ef4760da8a9e))
428
429
430### 0.4.3 (2014-12-18)
431
432
433#### Bug Fixes
434
435* **package:** update dependencies to latest versions ([7402bbb8](http://github.com/aurelia/bootstrapper/commit/7402bbb89fb6fc7307af7127365eecb9cb84607b))
436
437
438### 0.4.2 (2014-12-18)
439
440
441#### Bug Fixes
442
443* **package:** update dependencies to latest versions ([06ede457](http://github.com/aurelia/bootstrapper/commit/06ede457f36f9347d7016905197d7b44006ae78c))
444
445
446### 0.4.1 (2014-12-17)
447
448
449#### Bug Fixes
450
451* **package:** update dependencies to latest versions ([1a6ecd09](http://github.com/aurelia/bootstrapper/commit/1a6ecd0999c693ef37d64529670b0274e996af23))
452
453
454## 0.4.0 (2014-12-17)
455
456
457#### Bug Fixes
458
459* **bootstrapper:** invalid loader name ([562b17b3](http://github.com/aurelia/bootstrapper/commit/562b17b3f98cd52d56b3c6c73edc8b67f1dd8f9d))
460* **package:** update dependencies to latest versions ([1cb2d30e](http://github.com/aurelia/bootstrapper/commit/1cb2d30e4d75b6a59132cf607a345aaad496ff9f))
461
462
463### 0.3.1 (2014-12-12)
464
465
466#### Bug Fixes
467
468* **bootstrapped:** bad import name for RouterView ([6590f2cf](http://github.com/aurelia/bootstrapper/commit/6590f2cf772d493763d0deac81647282d02edc1a))
469
470
471## 0.3.0 (2014-12-12)
472
473
474#### Bug Fixes
475
476* **package:** update dependencies to latest versions ([24d6d675](http://github.com/aurelia/bootstrapper/commit/24d6d6751086da93d2f00201bdf4afe7f2ad5423))
477
478
479#### Features
480
481* **polyfills:** automatically detect and load polyfills as needed ([f57132c8](http://github.com/aurelia/bootstrapper/commit/f57132c8849b626e95fd7546b10ae6cdb6b65a93))
482
483
484## 0.2.0 (2014-12-11)
485
486
487#### Bug Fixes
488
489* **package:** update dependencies to latest versions ([70c91a0c](http://github.com/aurelia/bootstrapper/commit/70c91a0c8dc514119b3bf7021c1b0d6e7960d054))