ChangeLog 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026
  1. 2019.07.11, v4.1.3
  2. feature:
  3. - (minify) forEach -> for-of
  4. 2019.06.23, v4.1.2
  5. feature:
  6. - (package) html-minifier v4.0.0
  7. - (package) terser v4.0.0
  8. - (package) eslint v6.0.0
  9. - (minify) add madrun
  10. - (package) eslint-plugin-node v9.1.0
  11. - (package) nyc v14.1.1
  12. 2019.02.22, v4.1.1
  13. fix:
  14. - (minify) base64 (#50)
  15. 2018.11.21, v4.1.0
  16. fix:
  17. - (minify) log
  18. feature:
  19. - (package) uglify-js -> terser: add support of es6
  20. 2018.11.15, v4.0.3
  21. fix:
  22. - (minify) not a promise error (#48)
  23. 2018.11.14, v4.0.2
  24. fix:
  25. - (js) then is not a function (#48)
  26. 2018.10.31, v4.0.1
  27. fix:
  28. - (minify) base64
  29. feature:
  30. - (package) eslint-plugin-node v8.0.0
  31. 2018.10.26, v4.0.0
  32. feature:
  33. - (minify) es2018-ify
  34. - (package) debug v4.1.0
  35. - (package) drop support of node < 8
  36. - (package) redrun v7.0.2
  37. - (package) nyc v13.1.0
  38. - (package) eslint-plugin-node v7.0.1
  39. - (package) eslint v5.7.0
  40. 2018.03.22, v3.0.5
  41. fix:
  42. - (minify) output in cli (#47)
  43. feature:
  44. - (package) redrun v6.0.0
  45. 2018.02.22, v3.0.4
  46. fix:
  47. - (minify) node v4 support (#46)
  48. feature:
  49. - (package) rm jscs, jshint
  50. 2018.02.09, v3.0.3
  51. feature:
  52. - (package) try-catch v2.0.0
  53. 2017.10.09, v3.0.2
  54. feature:
  55. - (package) babel-preset-env v1.6.0
  56. - (package) tomas v2.0.0
  57. - (package) coveralls v3.0.0
  58. 2017.08.09, v3.0.1
  59. feature:
  60. - (package) debug v3.0.0
  61. 2017.07.12, v3.0.0
  62. feature:
  63. - (minify) drop support of node < 4.0.0
  64. - (package) clean-css v4.1.6
  65. 2017.06.16, v2.1.8
  66. feature:
  67. - (minify) rm rendy
  68. - (minify) add coverage
  69. 2017.06.16, v2.1.7
  70. fix:
  71. - (minify) cannot find module (#43)
  72. 2017.06.13, v2.1.6
  73. fix:
  74. - (minify) help
  75. 2017.06.13, v2.1.5
  76. fix:
  77. - (minify) package
  78. 2017.06.13, v2.1.4
  79. fix:
  80. - (npmignore) package.json
  81. 2017.06.13, v2.1.3
  82. fix:
  83. - (npmignore) legacy
  84. 2017.06.13, v2.1.2
  85. fix:
  86. - (npmignore) legacy
  87. - (package) dependencies -> deveDependencies: babel
  88. 2017.06.13, v2.1.1
  89. feature:
  90. - (npmignore) decrease size
  91. 2017.06.13, v2.1.0
  92. feature:
  93. - (minify) es2015-ify
  94. - (package) eslint v4.0.0
  95. - (gitignore) package-lock
  96. 2017.05.10, v2.0.14
  97. feature:
  98. - (package) uglify-js v3.0.3
  99. 2016.11.09, v2.0.13
  100. feature:
  101. - (package) debug v2.3.0
  102. 2016.10.04, v2.0.12
  103. fix:
  104. - (minify) do not encode images to base64
  105. 2016.07.11, v2.0.11
  106. feature:
  107. - (package) html-minifier
  108. 2016.07.04, v2.0.10
  109. feature:
  110. - (package) uglify-js v2.7.0
  111. 2016.05.10, v2.0.9
  112. feature:
  113. - (package) html-minifier v2.1.2
  114. 2016.04.21, v2.0.8
  115. feature:
  116. - (package) html-minifier v2.0.0
  117. - (package) jscs v3.0.3
  118. 2016.04.11, v2.0.7
  119. feature:
  120. - (package) html-minifier v1.5.0
  121. 2016.04.04, v2.0.6
  122. feature:
  123. - (package) html-minifier v1.4.0
  124. 2016.03.17, v2.0.5
  125. feature:
  126. - (package) html-minifier v1.3.0
  127. 2016.02.21, v2.0.4
  128. feature:
  129. - (package) html-minifier v1.2.0
  130. 2016.01.10, v2.0.3
  131. feature:
  132. - (package) html-minifier v1.1.1
  133. 2015.11.19, v2.0.2
  134. fix:
  135. - (minify) stdin (js, css, html) options: "-", "--"
  136. 2015.11.14, v2.0.1
  137. feature:
  138. - (package) uglify-js v2.6.0
  139. 2015.10.26, v2.0.0
  140. fix:
  141. - chore(jscs)
  142. feature:
  143. - (package) rm preferGlobal
  144. - (minify) add help
  145. - (help) add
  146. - (minify) -flag -> --flag
  147. - (package) add jscs
  148. - (jscs) add
  149. - (package) gulp -> jshint
  150. - (travis) rm 0.10, 0.12
  151. - (test) add
  152. 2015.10.26, v1.4.23
  153. feature:
  154. - (package) html-minifier v1.0.0
  155. 2015.10.12, v1.4.22
  156. feature:
  157. - (package) uglify-js v2.5.0
  158. 2015.09.28, v1.4.21
  159. feature:
  160. - (package) html-minifire v0.8.0
  161. 2015.09.01, v1.4.20
  162. feature:
  163. - (package) clean-css v3.4.1
  164. 2015.07.04, v1.4.19
  165. feature:
  166. - (minify) else if -> else
  167. - (minify) rm assert
  168. 2015.06.08, v1.4.18
  169. feature:
  170. - (minify) check -> forEach
  171. 2015.06.08, v1.4.17
  172. feature:
  173. - (package) rm checkup
  174. - (package) gulp v3.9.0
  175. - (travis) add iojs
  176. - (travis) rm before_install
  177. 2015.06.03, v1.4.16
  178. feature:
  179. - (minify) log: rm "\n"
  180. 2015.06.03, v1.4.15
  181. feature:
  182. - (minify) exec.try -> tryCatch
  183. - (package) execon v1.2.0
  184. 2015.06.01, v1.4.14
  185. feature:
  186. - (package) clean-css v3.3.0
  187. - (package) gulp-jshint: ~ -> ^
  188. 2015.05.21, v1.4.13
  189. feature:
  190. - (package) rendy v1.1.0
  191. 2015.05.12, v1.4.12
  192. feature:
  193. - (package) debug v2.2.0
  194. 2015.04.20, v1.4.11
  195. feature:
  196. - (package) clean-css v3.2.1
  197. - (package) gulp-jshint v1.10
  198. 2015.03.10, v1.4.10
  199. feature:
  200. - (package) html-minifier v0.7.0
  201. 2015.03.10, v1.4.9
  202. feature:
  203. - (package) clean-css v3.1.5
  204. 2015.01.15, v1.4.8
  205. feature:
  206. - (package) execon v1.1.0
  207. 2015.01.14, v1.4.7
  208. fix:
  209. - (minify) regexp -v -> ^-v$
  210. 2014.12.31, v1.4.6
  211. feature:
  212. - (minify) rm notLog
  213. 2014.12.31, v1.4.5
  214. fix:
  215. - (css) error -> errors
  216. - (minify) util -> exec
  217. feature:
  218. - (package) gulp-jshint v1.9.0
  219. - (gulp) rm changelog-io
  220. 2014.12.24, v1.4.4
  221. feature:
  222. - (package) clean-css v3.0.1
  223. 2014.12.19, v1.4.3
  224. fix:
  225. - (gulpfile) util-io -> execon
  226. 2014.12.19, v1.4.2
  227. fix:
  228. - (minify) rm Util.slice
  229. feature:
  230. - (package) rm util-io
  231. - (package) add rendy
  232. - (package) v1.4.1
  233. 2014.12.17, v1.4.1
  234. fix:
  235. - (minify) rm Util.slice
  236. 2014.12.03, v1.4.0
  237. feature:
  238. - (minify) rm middleware
  239. 2014.12.03, v1.3.6
  240. feature:
  241. - (package) rm ischanged, mkdirp
  242. 2014.12.02, v1.3.5
  243. fix:
  244. - (package) author
  245. 2014.12.02, v1.3.4
  246. feature:
  247. - (minify) add tomas
  248. 2014.11.27, v1.3.3
  249. feature:
  250. - (minify) util-io -> execon, checkup
  251. 2014.11.20, v1.3.2
  252. fix:
  253. - (minify) mkdir with wrong path on win
  254. 2014.11.19, v1.3.1
  255. fix:
  256. - (minify) first minimize error
  257. - (minify) getDir: join
  258. feature:
  259. - (minify) getDir: add path.join
  260. 2014.11.14, v1.3.0
  261. feature:
  262. - (minify) options: retName -> name, retStream -> stream
  263. - (package) v1.2.0
  264. - (minify) rm option log
  265. 2014.11.13, v1.2.0
  266. feature:
  267. - (minify) rm option log
  268. 2014.11.12, v1.1.0
  269. feature:
  270. - (minify) options: add returnStream
  271. 2014.11.10, v1.0.13
  272. feature:
  273. - (package) css-b64-images v0.2.5
  274. - (gitignore) add npm-debug, rm min
  275. - (package) v1.0.12
  276. - (img) add local css-b64-images
  277. 2014.11.6, v1.0.12
  278. feature:
  279. - (img) add local css-b64-images
  280. 2014.11.3, v1.0.11
  281. feature:
  282. - (package) rm pipe-io
  283. - (package) util-io v1.6.0
  284. 2014.10.31, v1.0.10
  285. feature:
  286. - (npmignore) rm .gitignore
  287. - (npmignore) add
  288. - (shell) rm
  289. 2014.10.30, v1.0.9
  290. feature:
  291. - (lib) error: {message} -> Error
  292. 2014.10.30, v1.0.8
  293. feature:
  294. - (minify) require all modules on start to improve speed
  295. - (gulp) add changelog from npm
  296. 2014.10.24, v1.0.7
  297. fix:
  298. - (minify) img.optimize -> getModule(img)(filename, data, callback)
  299. 2014.10.24, v1.0.6
  300. feature:
  301. - (minify) "Supported file types" -> "File type not supported"
  302. 2014.10.24, v1.0.5
  303. fix:
  304. - (minify) if not js, html, css - error
  305. feature:
  306. - (minify) change file ext first, read file after
  307. 2014.09.29, v1.0.4
  308. feature:
  309. - (package) util-io v1.4.0
  310. 2014.09.17, v1.0.3
  311. feature:
  312. - (package) ponse v1.2.0
  313. - (package) gulp-jshint v1.8.4
  314. - (package) ponse v1.1.2
  315. 2014.09.3, v1.0.2
  316. feature:
  317. - (package) util-io v1.3.0
  318. 2014.08.22, v1.0.1
  319. fix:
  320. - (minify) req.path -> req.url
  321. 2014.08.21, v1.0.0
  322. feature:
  323. - (test) minify.optimizeData -> minify
  324. - (bin) minify.optimize -> minify
  325. - (minify) add middleware
  326. 2014.08.21, v0.9.0
  327. fix:
  328. - (minify) work with streams in node spawn
  329. - (minify) pipe
  330. feature:
  331. - (minify) rm getName, MinFolder
  332. - (minify) if EPIPE do not show error
  333. 2014.08.18, v0.8.4
  334. fix:
  335. - (minify) uglify a couple files with cli
  336. feature:
  337. - (minify) error -> error.message
  338. 2014.08.18, v0.8.3
  339. fix:
  340. - feature(gulp) if no features or not es do not add to changelog
  341. feature:
  342. - (minify) rm global.minify
  343. - (gulp) if no s or not fixes do not add to changelog
  344. - (gulp) rm history
  345. - (package) util-io v1.2.4
  346. 2014.08.17, v0.8.2
  347. fix:
  348. - (minify) add "/" on win
  349. 2014.08.15, v0.8.1
  350. fix:
  351. - (minify) minify -> lib/minify
  352. 2014.08.15, v0.8.0
  353. feature:
  354. - (minify) rm quiet
  355. - (minify) add ischanged
  356. - (package) add ischanged
  357. 2014.07.21, v0.7.1
  358. fix:
  359. - (minify) optimize: callback in options
  360. feature:
  361. - (bin) minify -> minify.js
  362. 2014.07.21, v0.7.0
  363. feature:
  364. - (gulp) add release
  365. - (minify) optimize: callback is last param
  366. - (package) gulp-jshint v1.7.1
  367. 2014.07.4, v0.6.4
  368. fix:
  369. - (bin) util.io -> util-io
  370. 2014.07.1, v0.6.3
  371. feature:
  372. - (minify) rm cheerio
  373. 2014.06.16, v0.6.2
  374. fix:
  375. - (main) strict mode -> use strict
  376. - (main) util.io -> util-io
  377. feature:
  378. - (gulp) add test
  379. - (travis) script: add test
  380. - (jshintrc) add
  381. - (travis) add test
  382. - (travis) rm script
  383. - (package) test: add gulp
  384. - (gulp) add
  385. - (package) util-io v1.2
  386. - (package) clean-css v2.2
  387. - (package) cheerio v0.17.0, rm entities
  388. - (package) util.io -> util-io
  389. - (travis) add notifications
  390. 2014.05.29, v0.6.1
  391. fix:
  392. - (html) optimizeInline: add $(element)
  393. - (test) optimize -> optimizeData
  394. - (package) util.io: ^1.1.1 -> 1.1.x
  395. - (minify) Util: bind -> exec.with
  396. feature:
  397. - (package) util.io v1.1.1
  398. 2014.05.16, v0.6.0
  399. fix:
  400. - (minify) set 777 mode to /tmi/minify directory
  401. feature:
  402. - (html) add css optimization
  403. - (css) add tryCatch
  404. - (html) add optimizition of inline js
  405. - (js) add tryCatch
  406. - (package) add cheerio, entities
  407. - (package) util.io v0.1.0
  408. - (package) util.io v0.9
  409. - (minify) chmod -> process.umask
  410. - (package) mkdirp v0.5.0
  411. - (package) html-minifier v0.6.0
  412. - (package) add homepage
  413. 2014.04.30, v0.5.1
  414. feature:
  415. - (minify) add optimizeData
  416. 2014.04.29, v0.5.0
  417. feature:
  418. - (bin) params: in out -> in1 in2 inN > out
  419. 2014.04.25, v0.4.1
  420. fix:
  421. - (minify) optimizedData -> error, optimizedData
  422. - (js) data -> dataOptimized
  423. 2014.04.25, v0.4.0
  424. feature:
  425. - (minify) add options: notLog
  426. 2014.04.25, v0.3.4
  427. fix:
  428. - callback: data -> error, data
  429. 2014.04.23, v0.3.3
  430. fix:
  431. - optimize makeDir: add callback
  432. 2014.04.22, v0.3.2
  433. fix
  434. - Folder could be undefined
  435. 2014.04.22, v0.3.1
  436. fix
  437. - tmp directory create
  438. 2014.04.22, v0.3.0
  439. fix:
  440. - access for a couple users
  441. - check is tmpdir exists
  442. feature:
  443. - callback: params -> error, params
  444. - rm ability to process array of files
  445. - change min dir: /tmp/minify
  446. 2014.03.03, v0.2.6
  447. fix:
  448. - (minify) fileRead: call -> bind
  449. - (img) if path was relative img do not put to css
  450. - (img) change dir
  451. 2014.02.12, v0.2.5
  452. fix:
  453. - (img) if path was relative img do not put to css
  454. - (img) change dir
  455. feature:
  456. - add util.io
  457. - (img) add MAX_SIZE: 100kb
  458. - update css-b64-images v0.2.x
  459. - uglify-js: v2.4.7 -> v2.4.x
  460. - html-minify: v0.5.4 -> 0.5.x
  461. 2014.01.03, v0.2.4
  462. fix:
  463. - uglify: 2.4.x -> 2.4.7
  464. - typos
  465. 2013.11.08, v0.2.3
  466. update:
  467. - clean-css: 1.1.x -> 2.0.x
  468. - update clean-css, uglify-js to all minor versions
  469. - clean-css: update to v1.1.3
  470. 2013.10.01, v0.2.2
  471. update:
  472. - clean-css: v1.0.10 -> v1.1.2
  473. - uglify: v2.3.6 -> v2.4.0
  474. - html-minifier: v0.5.2 -> v0.5.4
  475. 2013.08.01, v0.2.1
  476. * Updated clean-css to v1.0.2.
  477. * Updated uglify-js to v2.3.0.
  478. * Updated uglify-js to v2.3.2.
  479. * Updated html-minifier to v0.5.2 and uglify-js to v2.3.4.
  480. * Updated clean-css to v1.0.3 and uglify to v2.3.5.
  481. * Updated clean-css to v1.0.7.
  482. * Updated uglify to v2.3.6.
  483. * doc(contribute) add commit message conventions
  484. * chore(clean-css) v1.0.7 -> v1.0.10
  485. * fix(minify) pData.toString -> pData && pData.toString
  486. * chore(clean-css) v1.0.10 -> v1.0.11
  487. * feature(bin) add -h -v
  488. * chore(clean-css) v1.0.11 -> v1.0.12
  489. 2013.04.22, v0.2.0
  490. * Updated clean-css to v0.10.1.
  491. * Updated uglify-js to 2.2.5.
  492. * Updated clean-css to v0.10.2.
  493. * Removed hashes control.
  494. * Added ability to optimize images in any css.
  495. * Updated css-b64-images to v0.2.3.
  496. * Updated clean-css to v1.0.0.
  497. * Updated html-minifier to v0.5.0.
  498. * Updated clean-css to v1.0.1.
  499. * Fixed bug with generating html
  500. when html-minifier do not installed.
  501. 2013.03.01, v0.1.9
  502. * Fixed bug with optimizing images: if in css was not
  503. result css file do not saves.
  504. * Fixed bug with executing callback.
  505. * Fixed bug with saving result css file.
  506. * Added merge flag.
  507. * Changed the way messages printing.
  508. * Updated clean-css to v0.9.1.
  509. * Beutified hashes.json format.
  510. * Removed caching data for improving speed.
  511. * Added bin directory and minify cmd tool.
  512. * Fixed bug with calling callback after saving
  513. minified file.
  514. * Updated css-b64-images to v0.22.
  515. * Updated clean-css to v0.10.0.
  516. 2012.12.12, v0.1.8
  517. * Fixed bug with minimizing images to css file.
  518. If css file not the last, minification was not doing.
  519. * Changed versions of needed modules.
  520. * Added module util.js.
  521. * js, css and html modules refactored added module main.
  522. * Fixed bug with saving to Cache.
  523. * Fixed bug with hashes.json and min folder, from now
  524. they stored in minify directory.
  525. * Fixed bug with compression files with same name,
  526. from min folder would be geted first name.
  527. From now names in min folder is sha hashes form path
  528. of file.
  529. 2012.10.01, v0.1.7
  530. * Changed version of clean-css to 0.6.0.
  531. * Little bit refactored and optimized.
  532. * Fixed bug with saving optimized css file, wich
  533. contains all css files with images, if option is
  534. setted up.
  535. * Changed version of base-64-images to 0.2.1.
  536. * File check moved to module is-file-changed.
  537. * Function doit moved to cloudcmd module.
  538. 2012.08.24, v0.1.6
  539. * From now file hashes.json saving only if it was changed.
  540. * Changed version of Uglify-js to 1.3.3.
  541. * Added function checkextension and ability to read file from
  542. hdd if it's already minified.
  543. * Fixed bug with hashes.json, from now, if it exist, and min
  544. folder is empty files would be minified and writed.
  545. * Added parameters to callback function.
  546. * Added ability auto minificate any neaded file.
  547. 2012.08.06, v0.1.5
  548. * Added callback function.
  549. * Added tests of js minification.
  550. 2012.07.27, v0.1.4
  551. * Fixed bug with saving hashes.json, if css file was not last,
  552. file would not writed.
  553. * Fixed bug with saving all.min.css, if css file was not last,
  554. all.min.css would not be writed and base64 function would not
  555. be called.
  556. * Fixed bug: all.min.css writed every time.
  557. 2012.07.19, v0.1.3
  558. * Bug fixed: lastReaded file not always was realy last.
  559. Because of asynchronous nature of node, there is no
  560. sence to pass the lastReadedFile boolean parameter,
  561. because we can not exactly say when file would be readed.
  562. * Fixed bug with no dependencies installed, now code
  563. doesn't changing, just saves the copy of it in min dir.
  564. * Fixed bug with no css-b64-images module installed,
  565. now all.min.css writes all the time, even not minimized
  566. and whith no converted to base64 images, but still containing
  567. all css files.
  568. 2012.07.14, v0.1.2
  569. * In jsScripts, bug with function jsScripts fixed, from now
  570. jsScripts taking 2 parameters: file names and neaded_cache bolean.
  571. * Fixed bug in jsScripts and html functions in type convertions
  572. (from string to array).
  573. * Added hashes system, so if file was not changed small version woud not
  574. created.
  575. * 3 functions: jsScripts, cssStyles and html merged to one function optimize.
  576. 2012.07.11, v0.1.1
  577. * In jsScripts, bug with function MoreProcessing_o.Func fixed,
  578. now changed final_code savings, not losing.
  579. * In jsScripts, fixed bug, when only one js-file can be post-processed, from now
  580. every js-file could be post-processed.
  581. * Added ability to save files in Minify Cache, without writing to disk.
  582. * Changed the more processing agrument, no it passes with a file name and js
  583. file name writing only once.
  584. * Fixed bug with passing not array argument ot jsScripts function.