Skip to content

aurelia-event-aggregator v0.9.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 13 Oct 07:54
· 63 commits to master since this release

Bug Fixes

  • all:
  • build:
    • update linting, testing and tools (172366a4)
    • add missing bower bump (31130469)
  • event-aggregator: removing another callback when called twice (50e01cd7)
  • index:
    • update to latest framework configuration api (87083a44)
    • remove invalid character (96642658)
  • package: change jspm directories (84c67fbc)
  • publish: catch errors thrown in subscribers (9dafe002)

Features

  • all:
    • subscribe methods now return subscription object with dispose method (862cb83f, closes #10)
    • add more type info (7b08cae1)
  • build: update compiler and switch to register module format (302c2870)
  • docs: generate api.json from .d.ts file (36ac335d)
  • event-aggregator: