Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq committed Dec 25, 2019
1 parent 0bcd83a commit aa5b1fd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.2.0 / 2019-12-26

* support of array and function values for `period` property
* support of `action` objects having `execute` method
* `repeatTest` function can return number to control next execution scheduling
* add `data` property

### 1.1.0 / 2019-03-03

* remove Jam support
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chronoman",
"main": ["dist/chronoman.js", "dist/chronoman.min.js"],
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/gamtiq/chronoman",
"authors": [
"Denis Sikuler"
Expand All @@ -14,6 +14,7 @@
"timer",
"timeout",
"interval",
"repeat",
"period",
"periodic",
"management",
Expand Down
5 changes: 3 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"name": "chronoman",
"repository": "gamtiq/chronoman",
"description": "Utility class to simplify use of timers created by setTimeout",
"version": "1.1.0",
"version": "1.2.0",
"keywords": [
"setTimeout",
"setInterval",
"time",
"timer",
"timeout",
"interval",
"repeat",
"period",
"periodic",
"management",
Expand All @@ -26,4 +27,4 @@
"scripts": [
"dist/chronoman.js"
]
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chronoman",
"version": "1.1.0",
"version": "1.2.0",
"description": "Utility class to simplify use of timers created by setTimeout",
"main": "dist/chronoman.js",
"jsnext:main": "chronoman.js",
Expand All @@ -19,6 +19,7 @@
"timer",
"timeout",
"interval",
"repeat",
"period",
"periodic",
"management",
Expand Down

0 comments on commit aa5b1fd

Please sign in to comment.