mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(package) v3.1.0
This commit is contained in:
parent
224bdc4eae
commit
b274fd17ad
3 changed files with 24 additions and 2 deletions
22
ChangeLog
22
ChangeLog
|
|
@ -1,3 +1,25 @@
|
|||
2015.06.09, v3.1.0
|
||||
|
||||
fix:
|
||||
- (util) check: isEmpty
|
||||
|
||||
feature:
|
||||
- (package) checkup v1.3.0
|
||||
- (cloudcmd) speedup: execon.series -> express
|
||||
- (package) checkup v1.1.0
|
||||
- (package) add checkup back
|
||||
- (package) v1.1.0
|
||||
- (package) rm checkup
|
||||
- (package) gulp v3.9.0
|
||||
- (listeners) DOM.toggleClass -> classList.toggleClass
|
||||
- (bower) add domtokenlist-shim
|
||||
- (util) exec.with: callback.bind -> bind.apply
|
||||
- (util) exec.with: arguments[0] -> slice.call(arguments)
|
||||
- (dom) rm addClass, removeClass
|
||||
- (dom) loading, error: DOM.add/removeClass -> classList.add/remove
|
||||
- (dom) Images.show.error: jqXHR -> text
|
||||
|
||||
|
||||
2015.06.04, v3.0.4
|
||||
|
||||
feature:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "3.0.4",
|
||||
"version": "3.1.0",
|
||||
"homepage": "https://github.com/coderaiser/cloudcmd",
|
||||
"authors": [
|
||||
"coderaiser <mnemonic.enemy@gmail.com>"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "3.0.4",
|
||||
"version": "3.1.0",
|
||||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
||||
"description": "Cloud Commander orthodox web file manager with console and editor",
|
||||
"homepage": "http://cloudcmd.io",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue