mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) v1.5.0
This commit is contained in:
parent
ab424fef82
commit
d678d51257
3 changed files with 43 additions and 2 deletions
40
ChangeLog
40
ChangeLog
|
|
@ -1,3 +1,43 @@
|
|||
2014.11.19, v1.5.0
|
||||
|
||||
fix:
|
||||
- (util) check: add check
|
||||
- (ncp) call cb only if no case is suitable
|
||||
|
||||
feature:
|
||||
- (gulp) add place from npm
|
||||
- (cl) cl.getVersion -> cl
|
||||
- (cl) save Version after first call
|
||||
- (gulp) release: add --major, --minor, --patch
|
||||
- (put) rm deprecated patch
|
||||
- (auth) rm deprecated oldSha
|
||||
- (util) exec.if: rm condition
|
||||
- (package) minify v1.3.0
|
||||
- (package) minify v1.2.0
|
||||
- (shell) rm log.sh
|
||||
- (util) check: add indexOf undefined
|
||||
- (package) console-io v1.10.0
|
||||
- (package) minify v1.1.0
|
||||
- (dom) loadRemote options: add name
|
||||
- (shell) rm install-dev
|
||||
- (edit) patch: add socket sync
|
||||
- (edit) keep cursor on same position after remote patch
|
||||
- (edit) patch: add socket
|
||||
- (edit) ace: add elixir, elm
|
||||
- (edit) ace v1.1.8
|
||||
- (package) add local ncp
|
||||
- (package) should v4.2.1
|
||||
- (package) morgan v1.5.0
|
||||
- (edit) add socket
|
||||
- (edit) save -> Edit.save
|
||||
- (ponse) send: rm unused isGzip
|
||||
- (config) add sockets
|
||||
- (dom) loadRemote: add options
|
||||
- (load) rm xhr.responseText overwriting
|
||||
- (config) set value after receive response about saving
|
||||
- (files) set: callback -> Util.exec
|
||||
|
||||
|
||||
2014.11.05, v1.4.1
|
||||
|
||||
fix:
|
||||
|
|
|
|||
3
HELP.md
3
HELP.md
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v1.4.1
|
||||
Cloud Commander v1.5.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"
|
||||
|
|
@ -388,6 +388,7 @@ Getting dev version of **Cloud Commander**:
|
|||
|
||||
Version history
|
||||
---------------
|
||||
- *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)**
|
||||
- *2014.10.28*, **[v1.4.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.4.0.zip)**
|
||||
- *2014.10.02*, **[v1.3.2](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.3.2.zip)**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v1.4.1 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
|
||||
Cloud Commander v1.5.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue