This commit is contained in:
madegryc pc
2024-08-10 17:29:33 +02:00
parent 2f17dabad0
commit 506ab20c83
257 changed files with 184436 additions and 14 deletions

41
site/interface/node_modules/stats/History.md generated vendored Normal file
View File

@ -0,0 +1,41 @@
1.0.0 / 2012-02-26
==================
* Added 0.6.x support
0.0.6 / 2011-08-15
==================
* Added `commander` dependency
* Changed stats(1) to use the commander module
* Fixed error messages for files not found (now throwing)
0.0.5 / 2011-08-03
==================
* Added shebang support
0.0.4 / 2011-08-03
==================
* Removed uglifyjs dep (inlined)
* Fixed single-file stats [saschagehlich]
* Fixed top-level returns
* Fixed: show help when no args are present [criso]
0.0.3 / 2011-08-03
==================
* Fixed mutation of first file's stats
0.0.2 / 2011-08-03
==================
* Added `-I, --ignore-errors`
* Fixed uglify error handling
0.0.1 / 2010-01-03
==================
* Initial release