chore(package) v3.1.0

This commit is contained in:
coderaiser 2015-06-09 06:57:30 -04:00
parent 224bdc4eae
commit b274fd17ad
3 changed files with 24 additions and 2 deletions

View file

@ -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:

View file

@ -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>"

View file

@ -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",