Skip to content

Releases: aurelia/bootstrapper

aurelia-bootstrapper 1.0.0-beta.1.1.2

08 Feb 19:48
Compare
Choose a tag to compare

Bug Fixes

  • index: remove check for localhost (0f769f4b)
  • lint: fix eslint config (a25b4b4e)

aurelia-bootstrapper 1.0.0-beta.1.1.1

30 Jan 02:46
Compare
Choose a tag to compare

aurelia-bootstrapper 1.0.0-beta.1.1.0

30 Jan 01:35
Compare
Choose a tag to compare

Bug Fixes

  • index: change loader detection to work in more environments (9a5c169a)

Features

  • all: update jspm meta; core-js; aurelia deps (65079e91)

aurelia-bootstrapper 1.0.0-beta.1.0.2

09 Jan 04:30
Compare
Choose a tag to compare

Bug Fixes

aurelia-bootstrapper 1.0.0-beta.1.0.1

09 Jan 02:28
Compare
Choose a tag to compare

Bug Fixes

  • all: switch requirejs/system.js check order (383161e9, closes #26)

Features

  • all: switch normalizeSync to normalize api (35e4b10e)

aurelia-bootstrapper 1.0.0-beta.1

16 Nov 21:15
Compare
Choose a tag to compare
chore(all): prepare release 1.0.0-beta.1

aurelia-bootstrapper v0.19.0

10 Nov 16:31
Compare
Choose a tag to compare
chore(all): prepare release 0.19.0

aurelia-bootstrapper v0.18.0

13 Oct 09:20
Compare
Choose a tag to compare

Bug Fixes

  • all:
    • address issues with incorrect code in the last PR; update to more ES6 syntax (63a5bea3)
    • detect fake system and remove core-js dup load (f135ad39)
    • break out the history from the router plugin config (864cf2c2)
    • root should default to aurelia-app host when not specified (ed3b7124, closes #5)
    • update to logLevel enum name api change (64d8edf3)
    • use default loader (8acf5996)
  • bootstrapped:
    • ensure that templating resources are in System.map (fb6ad861)
    • bad import name for RouterView (6590f2cf)
  • bootstrapper:
    • remove catch handlers that kill stack traces during startup (e867ca1f)
    • removees5-specific helper detection (d55802b2)
    • change how default loader is discovered (13b04160)
    • ensure di is available as top level import (3f50f876)
    • update setRoot to remove transition (98cea82e)
    • ensure that aurelia-logging-console is available (53ef67d0)
    • invalid loader name (562b17b3)
  • build:
    • missing gulp-rename dep (3d4bb04d)
    • d.ts generation and doc generation (43dba2b7)
    • update linting, testing and tools (b0fcc33b)
    • add missing bower bump (e72cf895)
  • index:
    • switch to console when logger not loaded (145bd3f2)
    • correct core-js import syntax and fix lint errors (7831d8f3)
    • remove html import polyfill load (8d99882d)
    • detect System or require api and load appropriately (2fa4d3e7, closes #110)
  • package:
    • change jspm directories (f82ca368)
    • update dependencies (f3435bf8)
    • update deps and fix bower semver ranges (8754ff0e)
    • update dependencies (a8811da7)
    • update Aurelia dependencies (37aeca13)
    • update dependencies to latest (57c487a0)
    • update loader-systemjs to latest version (09131833)
    • update dependencies to latest (ba1a63db)
    • update dependencies to latest (0fecdbc9)
    • update dependencies to latest (21c8d229)
    • update dependencies to latest versions (7402bbb8)
    • update dependencies to latest versions (06ede457)
    • update dependencies to latest versions (1a6ecd09)
    • update dependencies to latest versions (1cb2d30e)
    • update dependencies to latest versions (24d6d675)
    • update dependencies to latest versions (70c91a0c)
  • preparePlatform: correct spelling (010f0a9a)

Features

  • all:
    • incorporate pal (3935af79)
    • remove static imports and use new loader apis to remove global System (67993548)
    • add more type info (d593ee59)
    • remove AtScript support (65134367)
    • update compiler and core-is integration (52d84e7a)
    • update to new plugin api (50fc5ce6)
  • bootstrapped: switch router and resources over to plugin model (aa93bce4)
  • bootstrapper:
    • new startup logic (373bf740)
    • identify polyfilled system and skip core-js (76fab9a1)
    • switch to core-js (166c13d6)
    • add plugin helper for event aggregator (6df89100)
    • add plugin helper for binding language (82a86ffc)
    • add plugin helpers for router and resources (fcb3ac34)
  • build: update compiler and switch to register module format (b5619c13)
  • index: removed some code that was relocated to aurelia itself (17ca281d)
  • polyfills: automatically detect and load polyfills as needed (f57132c8)

aurelia-bootstrapper v0.17.0

05 Sep 04:59
Compare
Choose a tag to compare

Bug Fixes

  • all: address issues with incorrect code in the last PR; update to more ES6 syntax (63a5bea3)
  • build:
    • d.ts generation and doc generation (43dba2b7)
    • update linting, testing and tools (b0fcc33b)
  • index: remove html import polyfill load (8d99882d)

aurelia-bootstrapper v0.16.0

14 Aug 08:03
Compare
Choose a tag to compare

Features