Skip to content

Releases: tzellman/ember-stopwatch

v1.1.1

04 Oct 17:23
Compare
Choose a tag to compare

This is a patch release that resolves deprecation warnings with ember-modifier.

Changes

  • resolve ember-modifier deprecation warnings
  • use registerDestructor from @ember/destroyable for teardown

v1.1.0

04 Oct 13:12
Compare
Choose a tag to compare
  • update ember-cli to 4.7.0
  • update dependencies to latest

v1.0.0

05 Jan 15:25
Compare
Choose a tag to compare

1.0.0

🎉 This is the first major release of ember-stopwatch! 🎉

Changes

  • Updated to Ember 4.x
  • Updated to use ember-auto-import 2.x
  • Updated most other dependencies to the latest

v0.7.0

28 Oct 12:42
Compare
Choose a tag to compare

0.7.0

This is a minor release composed primarily of dependency updates, and a new modifier.

Changes

  • Added call-after modifier (alias of stopwatch-tick)
  • Updated to Ember CLI 3.28
  • Updated several dependencies to the latest versions
  • Dropped support for Node.js v10.0
  • linting fixes after eslint plugin updates, in tests

v0.6.0

28 Jun 13:00
Compare
Choose a tag to compare

0.6.0

This is a minor release that adds no new functionality to the core addon. Primarily dependency updates and test lint/assertion updates.

Changes

  • Updated to Ember CLI 3.27
  • Updated several dependencies to the latest versions
  • Removed usage of moment and ember-cli-moment-shim dependencies due to build errors (added a test helper for formatting dates)

v0.5.0

19 Apr 21:11
Compare
Choose a tag to compare

0.5.0

This is a minor release that adds two new render modifiers that can help reduce setup/teardown logic.

Changes

  • Added clock-tick and stopwatch-tick render modifiers
  • Updated to several dependencies (eslint*, qunit)
  • Updated to Ember CLI 3.26

v0.3.0

21 Jan 22:32
Compare
Choose a tag to compare

0.3.0

This is a minor release with some new backwards-compatible features.

Notable Changes

  • Added tracked properties for second, minute, hour and day to the clock service. Thanks @arthur5005!
  • Bumped most dependencies to latest, including Ember/CLI 3.24

Other Changes

  • Integrated with GitHub Actions for CI and demo publishing
  • Updated to use pretty-quick instead of lint-staged
  • Updated to use ember-cli-terser instead of ember-cli-uglify