feature(package) v2.3.0

This commit is contained in:
coderaiser 2015-03-26 06:33:10 -04:00
parent bb924c86fa
commit 4b50c00028
5 changed files with 31 additions and 4 deletions

View file

@ -1,3 +1,29 @@
2015.03.26, v2.3.0
fix:
- (listeners) pop: event.state could be null
- (cloudcmd) port: port -> number
feature:
- (docs) zip -> tar.gz
- (bin) add --no-online, --no-auth, --no-server
- (bin) add --noserver
- (bin) add --no-server
- (bin) add --online, --offline
- (bin) add --auth, --no-auth
- (bin) add --username, --password, --save
- (config) save stringify: add 4
- (config) add algo
- (package) copymitter v1.6.0
- (appveyor) io.js: 1.0 -> 1
- (route) rm checkup
- (util) rm getTime
- (util) rm checkExt
- (util) applyConstructor: util -> client
- (config) add .full-width
- (json) rm ext, edit
2015.03.19, v2.2.1
fix:

View file

@ -1,4 +1,4 @@
Cloud Commander v2.2.1
Cloud Commander v2.3.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&&downloadRank "npm install cloudcmd"
@ -337,6 +337,7 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available
Version history
---------------
- *2015.03.26*, **[v2.3.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v2.3.0.tar.gz)**
- *2015.03.19*, **[v2.2.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v2.2.1.zip)**
- *2015.03.13*, **[v2.2.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v2.2.0.zip)**
- *2015.02.02*, **[v2.1.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v2.1.0.zip)**

View file

@ -1,4 +1,4 @@
Cloud Commander v2.2.1 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Veyor Status][VeyorStatusIMGURL]][VeyorStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL]
Cloud Commander v2.3.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Veyor Status][VeyorStatusIMGURL]][VeyorStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL]
===============
### [Main][MainURL] [Blog][BlogURL] Live(![JitSu][JitSu_LIVE_IMG] [JitSu][JitSuURL], ![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "2.2.1",
"version": "2.3.0",
"homepage": "https://github.com/coderaiser/cloudcmd",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "2.2.1",
"version": "2.3.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",