Skip to content

Releases: aurelia/bootstrapper

2.4.0

19 Apr 12:51
Compare
Choose a tag to compare

What's Changed

  • fix(deps): resolve vulnerable dep issue in #87

Full Changelog: 2.3.3...2.4.0

2.3.3

27 Mar 23:41
Compare
Choose a tag to compare

Build and package updates.

2.3.2

26 Jan 19:28
Compare
Choose a tag to compare

aurelia-bootstrapper 2.3.2

Bug Fixes

2.3.1

01 Dec 04:37
Compare
Choose a tag to compare

aurelia-bootstrapper 2.3.1

Bug Fixes

  • loader: Use better detection of amd loaders (1b98576)

2.3.0

02 Jul 04:40
Compare
Choose a tag to compare

Update dependencies.

2.2.0

22 Jan 10:47
Compare
Choose a tag to compare

Update history and router dependencies.

2.1.1

06 Mar 00:02
Compare
Choose a tag to compare

2.1.1

Bug Fixes

  • Edge: Chakra/Edge bug when using ES2015 (9d0917b)

2.1.0

01 Mar 07:23
Compare
Choose a tag to compare

aurelia-bootstrapper 2.1.0 (2017-03-01)

Bug Fixes

  • startup: starting promise fullfils too early (020e851)

2.0.1

14 Dec 21:51
Compare
Choose a tag to compare

2.0.1 (2016-12-14)

Bug Fixes

2.0.0

08 Dec 06:49
Compare
Choose a tag to compare

aurelia-boostrapper 2.0.0

Bug Fixes

  • index: do not fail when process is polyfilled by Webpack (7ba0654)
  • index: do not trip up on NodeJS if PAL was previously initialized (c70321d)
  • index: higher quality checks for SystemJS and AMD (71a91f2)
  • index: ready when no document (not initialized on NodeJS) (44b0e55)
  • index: use module.require for node to trip up webpack's parser (46830fa)
  • index: use webpack require to hide from amd (cdaa0f2)

Features

  • all: rework the bootstrapper to detect and load the proper pal (8ba596b)
  • index: add starting promise export (1844827)
  • index: add support for module loader detection (438ffde)