-
Notifications
You must be signed in to change notification settings - Fork 35
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
Showing
14 changed files
with
203 additions
and
79 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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
module.exports = [ | ||
{ | ||
version: '1.1.0', | ||
date: '2016.10.31', | ||
feature: [ | ||
'增加最大最小速度(maxSpeed, minSpeed),删除原有只是表示最大速度(speed)的API' | ||
], | ||
bugs: [ | ||
'修改最大最小半径API名称', | ||
'修改粒子特效距离(dis)API名称为全称(distance)' | ||
] | ||
}, | ||
{ | ||
version: '1.0.1', | ||
date: '2016.10.16', | ||
bugs: [ | ||
'修复IE9以下浏览器报错' | ||
] | ||
}, | ||
{ | ||
version: '1.0.0', | ||
date: '2016.10.14', | ||
description: [ | ||
'Particleground.js v1.0.0 诞生啦!', | ||
'提供粒子无序运动,波浪运动,雪花飘落三种特效!' | ||
], | ||
|
||
// 新特性 | ||
feature: [], | ||
|
||
// 功能优化 | ||
optimizing: [], | ||
|
||
// 问题修正 | ||
bugs: [] | ||
} | ||
]; |
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
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
Oops, something went wrong.