Skip to content

🐊Putout v35

Compare
Choose a tag to compare
@coderaiser coderaiser released this 19 Jan 11:32
· 563 commits to master since this release

image

ॐ भूर्भुवः स्वः
तत्सवितुर्वरेण्यं
भर्गो देवस्य धीमहि
धियो यो नः प्रचोदयात् ॥

bhūr bhuvaḥ suvaḥ
tat savitur vareṇyaṃ
bhargo devasya dhīmahi
dhiyo yo naḥ pracodayāt

Gayatri Mantra, Rigveda 3.62.10

Hi folks! The time is come for a next major release of 🐊Putout 🎉 !

More robust UI with help of Worker Threads

Installing this release you can see that UI became more robust thanks to worker threads, before this change progress bar some times lag and twitched, because of lots of synchronous works, from now that is not the case!

If you have any trouble with worker threads create issue and use:

putout . --no-worker

Welcome @putout/engine-reporter

image

A new guy on Engines field! What it does is all the stuff related to reporting using formatters.

RedLint became more powerful

image

redlint linter for Filesystem now has ability to convert JavaScripts to JSON and JSON to JS.

image image

image

That's all for now, have a good day 🦏 !

🔥 feature

  • 29ca0a9 @putout/engine-reporter: move out write
  • 33c960d @putout/engine-reporter: add
  • 7538de2 putout: move out reporter
  • f93ae10 putout: bin: move out subscribe
  • db8be31 putout: add ability to disable worker with --no-worker
  • 8337d1f do not use web worker when --raw used
  • 61d704b putout: web worker: graceful shutdown