Skip to content

aurelia-logging v0.8.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 13 Oct 06:47
· 101 commits to master since this release

0.8.0 (2015-10-13)

Bug Fixes

  • all:
  • build:
    • update linting, testing and tools (88398cc2)
    • add missing bower bump (0a682c5e)
  • eslintrc: adjust the rules (fc14ab5a)
  • index:
  • jspm: fix jspm config. resolve #10 (5ece2e3c)
  • package:
    • correct aurelia section (acffd659)
    • update aurelia tools and dts generator (5d4190ce)
    • change jspm directories (29de7599)

Features

  • AggregateError: add ability to skip wrap if inner already exists (98da4c32)
  • all: enable error aggregation with new AggregateError (88073ddb)
  • build: update compiler and switch to register module format (7eb9aec5)
  • docs: generate api.json from .d.ts file (bac61cfe)
  • index: add the Appender interface (fe39b380)
  • logging: Add new "none" log level. (8f1ffdd6)

Breaking Changes

  • AggregateError has now been moved to the pal library.

    (16784ddf)