Skip to content

2.0.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 08 Dec 06:49
· 51 commits to master since this release

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)