Skip to content

v0.14.0

Latest

Choose a tag to compare

@Mordred Mordred released this 18 Feb 20:07
· 2 commits to master since this release

Features

  • dependencies: Remove aurelia-pal dependency (fca28e7c)
  • karma: Upgrade karma dependency (8e36b5e8)

Breaking Changes

  • DOM event 'aurelia-sails-socket-client-requests-drained' was removed.
    Because of this event we had to import aurelia-pal dependency.
    If you need this event, you can easily implement it using interceptor.

    (fca28e7c)