Skip to content

Latest commit

 

History

History
123 lines (57 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

123 lines (57 loc) · 4.93 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2019-09-30)

Bug Fixes

  • security update for deps (e7bf1af)
  • Update ember-concurrency for Ember 3.13+ (#62) (c22a6f5)
  • update more deps (f79e6c2)

2.0.0 (2019-08-06)

Bug Fixes

  • add v1 to concurrency dep (27511bb), closes #60
  • don't use double curlies for version updateMessage vars (1269833)
  • drop node 6 and test Ember 3.4+ (7253281)

BREAKING CHANGES

  • @updateMessage now takes {oldVersion} and {newVersion} instead of {{oldVersion}} to {{newVersion}} since curlies can be used in strings in hbs and with angle bracket syntax you are far more likely to write strings like that.
  • Drop node 6 support and Ember < 3.4

Might still work on <3.4 but untested

1.6.0 (2019-08-06)

Bug Fixes

  • security: fix audit vulnerabilities (65d2821)

Features

  • allow to set initial delay for first check and disable in fastboot mode (#61) (a650b3d)

1.5.0 (2019-05-03)

Features

  • Allow custom version comparison function (#57) (9b0207d)

1.4.4 (2019-03-26)

Bug Fixes

  • Update ember-concurrency to the latest version (#56) (53ded44)

1.4.3 (2019-01-09)

Bug Fixes

  • add ember-fetch via a default blueprint instead (78d97d5)
  • call super in included (9ab9941)

1.4.2 (2019-01-05)

Bug Fixes

1.4.1 (2019-01-04)

Bug Fixes

  • replace ember-ajax with ember-fetch (#54) (5e1c79c)
  • update deps and move ember-fetch to dep (99c1c6e)

1.4.0 (2018-09-28)

Features

  • Add an 'onError' handler that can be used to do something in response to a server error (#51) (1a491c9)

1.3.1 (2018-08-11)

Bug Fixes

  • Log exceptions instead of throwing them (#50) (46e009b)