Skip to content

Releases: Vheissu/aurelia-configuration

v2.0.0

05 Feb 23:26
Compare
Choose a tag to compare

Thank you to the numerous community contributions that have made version 2.0.0 possible.

Latest

26 May 21:45
Compare
Choose a tag to compare
1.0.17

1.0.14

04 Nov 06:40
Compare
Choose a tag to compare

This isn't an overly large release, but it sees the plugin reverting back to a Javascript only structure and removing TypeScript as the compiler. There were numerous issues with some libraries and TypeScript, some were experiencing weird errors thanks to the way TypeScript generated some source files for AMD and CommonJS. The typing definitions are also hand-written instead of being generated.

1.0.13

23 Sep 02:17
Compare
Choose a tag to compare

Just a small fix which addresses a problem with typings.

1.0.8

11 May 05:03
Compare
Choose a tag to compare

Bug Fixes

  • all:
  • Changed loader back to use loader and not default
    • 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)
  • build: Build src for update to environment selectors (4388dac6)
  • 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)
  • environment-selection: Update environment selection (ac2c5c33)
  • jspm: dependency was removed from Jspm section when Webpack fixes were applied. (2a785d3d)
  • npm: update npm main (694cf6f0)
  • package: change JSPM registry format to Github (4e54b748)
  • syntax: simplifying ternary and removing redundant assignments. (caaf7d56)
  • tasks: remove linting from prepare release task (75356786)

Features

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

1.0.4

03 Mar 05:15
Compare
Choose a tag to compare

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)

1.0.3

03 Sep 23:49
Compare
Choose a tag to compare
  • Added in new setEnvironments method for dynamic environments
  • New is method for checking the current environment
  • Better documentation
  • Minor bugfixes and improvements

1.0.2

03 Sep 06:28
Compare
Choose a tag to compare
  • A tonne of bug fixes...
  • Get config method now has support for default values
  • Cascading configuration support
  • Configurable during bootstrap phase
  • Improvements to JSON config file loading
  • Documentation (methods and usage examples)

1.0.1

03 Sep 03:07
Compare
Choose a tag to compare

This fixes a bug of normalised response data using the Aurelia HTTP Client. Instead of manually parsing, we just use response.content and hope the user has a valid JSON file...

1.0.0

03 Sep 03:06
Compare
Choose a tag to compare

The first stable release. Mostly bug fixes and improvements on existing implementation.

  • Singleton state is maintained
  • Configuration file is loaded during bootstrap phase of Aurelia and promisified