mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
38 lines
No EOL
1.3 KiB
Text
38 lines
No EOL
1.3 KiB
Text
2012.07.*, Version 0.1.3
|
|
|
|
* Fixed bug with nodester (jitsu env.HOME make him go done).
|
|
* Fixed bug: gzip do not working out, becouse accessible flag settet up to _controller object.
|
|
* To every panel added scroll bars which is hiding if do not needed.
|
|
|
|
|
|
2012.07.14, Version 0.1.2
|
|
|
|
* Added suport of jitsu.
|
|
|
|
* Added module objects.js, Minify and Cache objects moved there.
|
|
|
|
* Module Minify moved to node_modules dir
|
|
|
|
* Changed the minimize function calls accroding to Minify 0.1.2 changes.
|
|
|
|
|
|
2012.07.11, Version 0.1.1
|
|
|
|
* Added onerror parametr to anyload in Clinet Side, so now we can process situation when
|
|
js-script(or something other) has not loaded.
|
|
|
|
* Added jquery file, so from now Cloud Commander can totaly work offline.
|
|
|
|
* Added css-lint to travis ci.
|
|
|
|
* Fixed bug in object Minify, doit function, more processing function did not
|
|
return final_code so changes was not saving, and clien side loaded keyBinding.js
|
|
and cloudfunc.js full sized versions.
|
|
|
|
* Changed the way Minify post-processing js-files so, from now in Minify object
|
|
post-processing functions passed like this {'client.js': function(){}}
|
|
|
|
* Added ability to read file data from Minify Cache, without writing to disk
|
|
|
|
* Changed the passing MoreProcessing agrument to jsScripts function Minify module,
|
|
no it passes with a file name, and js file name writing only once. |