Skip to content

1.0.4

Compare
Choose a tag to compare
@Vheissu Vheissu released this 03 Mar 05:15
· 104 commits to master since this release

Bug Fixes

  • all:
    • rely on path for loading config files to allow overrides and use path helper (608d1476)
    • instantiate class properties from within constructor (798e4104)
    • changed build process to generate TypeScript definition files and more. (f4db5f9e)
    • removing core-js dependency (ccb31f76)
  • configure:
    • remove weakmaps so we can have a polyfill free class (346faf92)
    • parse data response as JSON (e2a9a834)
  • dependencies:
    • updating and fixing out-of-date dependencies (75583c6d)
    • updating Aurelia dependencies again and fixing config.js file (b5a33032)
    • updating dependencies to beta versions for Aurelia and other dev deps (5dd4eda0)
  • package: change JSPM registry format to Github (4e54b748)

Features

  • configure: use the Aurelia loader dependency to load configuration files instead of HTTP (2b9a8144)