mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) v2.0.0
This commit is contained in:
parent
fb73fb1af3
commit
764dcf8464
4 changed files with 77 additions and 3 deletions
73
ChangeLog
73
ChangeLog
|
|
@ -1,3 +1,76 @@
|
|||
2014.12.09, v2.0.0
|
||||
|
||||
fix:
|
||||
- (github) athorize
|
||||
- (cloudfunc) rmLastSlash: remove even when str consist of one slash
|
||||
- (config) do not crypt password when save with sockets
|
||||
- (put) check -> checkup
|
||||
- (edit) err: error -> error.message
|
||||
- (config) onLocalStorageChange map: el, number -> getById id, el
|
||||
- (config) socket emit: error -> err
|
||||
- (edit) wrong file name on win
|
||||
- (cloudcmd) join: add dir
|
||||
- (edit) could not save when diff disabled in options
|
||||
- (tryRequire) tryCatch: return error
|
||||
- (storage) if to much data -> exeption
|
||||
|
||||
feature:
|
||||
- (cloudcmd) speed up: RegExp.test -> indexOf
|
||||
- (hash) hash -> ashify
|
||||
- (edit) rm tryRequire
|
||||
- (route) rm tryRequire
|
||||
- (package) rm js-beautify
|
||||
- (fs) fs -> restafary
|
||||
- (rest) ponse: rm notLog
|
||||
- (rest) rm tryRequire
|
||||
- (github) github -> faust
|
||||
- (packer) packer -> jag
|
||||
- (github) rm tryRequire
|
||||
- (ssl) change mode
|
||||
- (config) rm tryRequire
|
||||
- (packer) rm tryRequire
|
||||
- (package) join-io v1.3
|
||||
- (package) console-io v1.11
|
||||
- (package) minify v1.4.0
|
||||
- (package) add mollify
|
||||
- (dom) Images load: top true -> "top"
|
||||
- (dom) images show.load: top true -> "top"
|
||||
- (dom) showLoad, showError -> show.load, show.error
|
||||
- (config) add traverse
|
||||
- (package) http-auth v2.2.3
|
||||
- (package) gulp-recess v1.1.1
|
||||
- (package) should v4.3.0
|
||||
- (package) gulp-mocha v2.0.0
|
||||
- (package) gulp-jshint v1.9.0
|
||||
- (package) rm dropbox
|
||||
- (put) Util -> exec, check
|
||||
- (put) rm file
|
||||
- (cloudcmd) bin: add minimist
|
||||
- (cloudcmd) bin: rm description
|
||||
- (package) tryRequire -> require
|
||||
- (tryRequire) rm module.parent.filename
|
||||
- (cloudcmd) rm tryRequire
|
||||
- (config) err: Error -> str
|
||||
- (config) log -> alert
|
||||
- (beautify) / -> path.sep
|
||||
- (package) rm nicki
|
||||
- (modules) socket.io v1.2.1
|
||||
- (files) add from npm
|
||||
- (ponse) add from npm
|
||||
- (tryRequire) add module name
|
||||
- (pipe) add pipe-io from npm
|
||||
- (package) rm mkdirp
|
||||
- (package) rm rimraf
|
||||
- (join) add from npm
|
||||
- (flop) add from npm
|
||||
- (edit) socket err: log -> alert
|
||||
- (ischanged) rm
|
||||
- (mellow) add from npm
|
||||
- (tryRequire) options: add exit
|
||||
- (time) time.get -> time
|
||||
- (size) size.get -> size
|
||||
|
||||
|
||||
2014.11.21, v1.5.1
|
||||
|
||||
fix:
|
||||
|
|
|
|||
3
HELP.md
3
HELP.md
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v1.5.1
|
||||
Cloud Commander v2.0.0
|
||||
===============
|
||||
###[Main][MainURL] [Blog][BlogURL] Live(![JitSu][JitSu_LIVE_IMG] [JitSu][JitSuURL], ![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
|
||||
[NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png?downloads=true&&stars "npm install cloudcmd"
|
||||
|
|
@ -344,6 +344,7 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available
|
|||
|
||||
Version history
|
||||
---------------
|
||||
- *2014.12.09*, **[v2.0.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v2.0.0.zip)**
|
||||
- *2014.11.21*, **[v1.5.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.5.1.zip)**
|
||||
- *2014.11.19*, **[v1.5.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.5.0.zip)**
|
||||
- *2014.11.05*, **[v1.4.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.4.1.zip)**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v1.5.1 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
|
||||
Cloud Commander v2.0.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
|
||||
===============
|
||||
###[Main][MainURL] [Blog][BlogURL] Live(![JitSu][JitSu_LIVE_IMG] [JitSu][JitSuURL], ![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
|
||||
[NPMIMGURL]: https://img.shields.io/npm/v/cloudcmd.svg?style=flat
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "1.5.1",
|
||||
"version": "2.0.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