Releases: tzellman/ember-stopwatch
Releases · tzellman/ember-stopwatch
v1.1.1
v1.1.0
v1.0.0
v0.7.0
0.7.0
This is a minor release composed primarily of dependency updates, and a new modifier.
Changes
- 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
v0.6.0
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
andember-cli-moment-shim
dependencies due to build errors (added a test helper for formatting dates)
v0.5.0
v0.3.0
0.3.0
This is a minor release with some new backwards-compatible features.
Notable Changes
- Added tracked properties for
second
,minute
,hour
andday
to theclock
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 oflint-staged
- Updated to use
ember-cli-terser
instead ofember-cli-uglify