UNPKG

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