Get the Newsletter

Release Update - 11/10/2016

Posted by AureliaEffect on November 10, 2016

Aurelia continues to push forward with regular releases that have fixes and improvements to various parts of the platform. Below are the release notes for this week.

aurelia-cli 0.22.0

Bug Fixes

  • index.html: ensure charset is added to html page
  • build Fix #382 by catching errors with gulp-plumber
  • file-paths: don't use windows style path separators

Features

  • autocomplete: disable built-in Angular1 auto-complete suggest
  • main: only use bluebird long stack traces during debug mode
  • build move require and text to external module

aurelia-bundler 0.5.0

Features

  • Added revisioning to html import template bundler

Bug Fixes

  • Fix condition for special handling in fetch hook.
  • exlude removing redundant attrs

aurelia-validation 0.14.0

Bug Fixes

  • ValidationController: handle null objects
  • build: fix api.json generation
  • ValidationParser: handle parenthesis

Features

  • validation-rules: validate email as per HTML standard
  • package: add tslint

aurelia-logging 1.1.1

Bug Fixes

  • logging: carry a globalDefaultLevel with which subsequent loggers are created ( ec9af2a )
  • logging: relax type on Logger.setLevel() for compatibility with TypeScript ( d52bec2 )

aurelia-http-client 1.0.3

Bug Fixes

  • http-response-message: handle empty responses ( bae5188 )

aurelia-protractor-plugin 1.0.0

  • Initial release to put Aurelia's protractor pluging into its own package.

aurelia-tools 1.0.0

  • Moved Aurelia's protractor plugin to its own package and bumped to 1.0.0.

aurelia-i18n 1.2.1

Bug Fixes

  • attribute: TAttribute related fixes ( d2f8d72 )
  • doc: inject RelativeTime ( 8cb0bff )
  • rt: corrected French translations for relative time ( b3142dc )
  • attribute: fix support for dashed bindables ( e70372c )
  • debug: remove debugger statement ( 1d5f312 )

Features

  • df: add support for ISO8601 strings ( e4771df )
  • rt: add support for rt value converter to accept ISO8601 strings and empty values ( 58e0b30 )