forked from kubetail-org/sentineljs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version with improved handling for custom animations
* Removed support for `extraAnimations` * Added support for custom animation names with "!" prefix * Decreased payload size * Bumped version number
- Loading branch information
Showing
17 changed files
with
729 additions
and
1,075 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,10 +1,15 @@ | ||
# SentinelJS Changelog | ||
|
||
## 0.0.3 - September 23, 2017 | ||
|
||
* Removed `extraAnimations` option | ||
* Added support for custom animation names with "!" prefix | ||
* Decreased size of payload | ||
|
||
## 0.0.2 - September 22, 2017 | ||
|
||
* New release to update NPM README | ||
|
||
## 0.0.1 - September 18, 2017 | ||
|
||
* First release | ||
|
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
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,6 +1,6 @@ | ||
{ | ||
"name": "sentinel-js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
"authors": [ | ||
"Andres Morey <[email protected]>" | ||
|
Oops, something went wrong.