-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e29d25
commit 420d604
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,37 @@ | ||
# CHANGELOG | ||
|
||
### v2.0.0 2024-05-04 | ||
## v2.0.0 2024-05-04 | ||
|
||
- [#11](https://github.com/lozjackson/ember-clock/pull/11) Update to Ember-cli v5.8.0 | ||
|
||
### v1.0.2 2017-01-26 | ||
### Breaking Changes in v2.0.0 | ||
|
||
- The clock service is no longer automatically injected into controllers and components. | ||
- drop support for Ember 3.x | ||
- Require Node >= 18 | ||
|
||
## v1.0.2 2017-01-26 | ||
|
||
- [#4](https://github.com/lozjackson/ember-clock/pull/4) Update to Ember-cli v2.11.0 | ||
|
||
### v1.0.1 2016-12-06 | ||
## v1.0.1 2016-12-06 | ||
|
||
- [#3](https://github.com/lozjackson/ember-clock/pull/3) Update Ember-try config | ||
|
||
- [#2](https://github.com/lozjackson/ember-clock/pull/2) Update to Ember-cli v2.8.0 | ||
|
||
### v1.0.0 2016-03-22 | ||
## v1.0.0 2016-03-22 | ||
|
||
- Add `isTicking` property | ||
|
||
- Rename `startClock()` and `stopClock()` to `start()` and `stop()` | ||
|
||
- Update to Ember-cli 2.4.2 | ||
|
||
### v0.0.2 2015-10-23 | ||
## v0.0.2 2015-10-23 | ||
|
||
- [BUGFIX] Make the `clock-initializer` work with Ember 2.0 and Ember 2.1 | ||
|
||
### v0.0.1 2015-10-07 | ||
## v0.0.1 2015-10-07 | ||
|
||
- initial release |