feature(package) v1.3.1

This commit is contained in:
coderaiser 2014-09-22 07:57:30 -04:00
parent 84e76dcbd8
commit 4c42e8a414
4 changed files with 31 additions and 3 deletions

View file

@ -1,3 +1,30 @@
2014.09.22, v1.3.1
fix:
- (route) showKeysPanel
- (cloudcmd) add auth data
- (cloudcmd) minify: DIR -> DIR_ROOT
- (express) if !config condition
- (server) config
feature:
- (tryRequire) name, callback -> name, options
- (package) morgan: mv to devDependencies
- (travis) rm webhooks
- (package) console-io v1.8.0
- (auth) add config
- (edit) edit.json: add prefix
- (index) add prefix
- (cloudcmd) add prefix to all urls
- (cloudcmd) index.html -> lib/client/cloudcmd.js
- (auth) express -> auth
- (github) auth -> github
- (config) rm socket
- (cloudcmd) add middleware
- (cloudcmd) cloudcmd -> lib/cloudcmd
- (dom) add window
2014.09.18, v1.3.0
fix:

View file

@ -1,4 +1,4 @@
Cloud Commander v1.3.0
Cloud Commander v1.3.1
===============
###[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"
@ -406,6 +406,7 @@ Getting dev version of **Cloud Commander**:
Version history
---------------
- *2014.09.22*, **[v1.3.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.3.1.zip)**
- *2014.09.18*, **[v1.3.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.3.0.zip)**
- *2014.08.29*, **[v1.2.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.2.0.zip)**
- *2014.07.18*, **[v1.1.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.1.1.zip)**

View file

@ -1,4 +1,4 @@
Cloud Commander v1.3.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
Cloud Commander v1.3.1 [![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

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "1.3.0",
"version": "1.3.1",
"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",