- Updated dependencies
- ran ember-cli-update to 4.11
This is a patch release that resolves deprecation warnings with ember-modifier.
- resolve ember-modifier deprecation warnings
- use registerDestructor from @ember/destroyable for teardown
This is a minor release composed primarily of dependency updates.
- Updated to Ember 4.7.x
- Updated most other dependencies to the latest
🎉 This is the first major release of ember-stopwatch! 🎉
- Updated to Ember 4.x
- Updated to use ember-auto-import 2.x
- Updated most other dependencies to the latest
This is a minor release composed primarily of dependency updates, and a new modifier.
- Added
call-after
modifier (alias ofstopwatch-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
This is a minor release that adds no new functionality to the core addon. Primarily dependency updates and test lint/assertion updates.
- Updated to Ember CLI 3.27
- Updated several dependencies to the latest versions
- Removed usage of
moment
andember-cli-moment-shim
dependencies due to build errors (added a test helper for formatting dates)
This is a minor release that adds two new render modifier
s that can help reduce setup/teardown logic.
- Added
clock-tick
andstopwatch-tick
render modifiers - Updated to several dependencies (eslint*, qunit)
- Updated to Ember CLI 3.26
This is a minor release with no new features, mainly dependency updates.
- Updated to Ember CLI 3.25.3
- Bumped versions of most dependencies to latest
This is a minor release with some new backwards-compatible features.
- Added tracked properties for
second
,minute
,hour
andday
to theclock
service. Thanks @arthur5005! - Bumped most dependencies to latest, including Ember/CLI 3.24
- Integrated with GitHub Actions for CI and demo publishing
- Updated to use
pretty-quick
instead oflint-staged
- Updated to use
ember-cli-terser
instead ofember-cli-uglify
- Bumped most dependencies to latest, including Ember 3.17 -> 3.22