@itee/tasks 1.3.3 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/docs/cleans_clean.task.mjs.html +3 -3
- package/docs/global.html +692 -4
- package/docs/helps_help.task.mjs.html +3 -3
- package/docs/index.html +3 -3
- package/docs/lints_lint.task.mjs.html +3 -3
- package/docs/patches_patch.task.mjs.html +3 -3
- package/docs/quicksearch.html +1 -1
- package/docs/releases_release.task.mjs.html +3 -3
- package/docs/tests_benchmarks_compute-benchmarks.task.mjs.html +14 -15
- package/docs/tests_benchmarks_run-benchmarks-for-backend.task.mjs.html +3 -3
- package/docs/tests_benchmarks_run-benchmarks-for-frontend.task.mjs.html +3 -3
- package/docs/tests_bundlings_check-bundling-from-esm-files-direct.task.mjs.html +3 -3
- package/docs/tests_bundlings_check-bundling.task.mjs.html +3 -3
- package/docs/tests_run-tests.task.mjs.html +3 -3
- package/docs/tests_units_compute-unit-tests.task.mjs.html +12 -5
- package/docs/tests_units_run-unit-tests-for-backend.task.mjs.html +3 -3
- package/docs/tests_units_run-unit-tests-for-frontend.task.mjs.html +3 -3
- package/docs/utils_texts.mjs.html +328 -0
- package/package.json +4 -1
- package/sources/tests/benchmarks/compute-benchmarks.task.mjs +11 -12
- package/sources/tests/units/compute-unit-tests.task.mjs +9 -2
- package/sources/utils/benchmarks.js +18 -0
- package/sources/utils/builds.mjs +13 -19
- package/sources/utils/testing.js +11 -0
- package/sources/utils/texts.mjs +24 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
# [v1.4.0](https://github.com/Itee/tasks/compare/v1.3.3...v1.4.0) (2026-01-21)
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
- [`d5043c2`](https://github.com/Itee/tasks/commit/d5043c2) (utils) add new benchmarks and testing package wrapper
|
|
5
|
+
|
|
1
6
|
# [v1.3.3](https://github.com/Itee/tasks/compare/v1.3.2...v1.3.3) (2026-01-21)
|
|
2
7
|
|
|
3
8
|
# [v1.3.2](https://github.com/Itee/tasks/compare/v1.3.1...v1.3.2) (2026-01-21)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="utf-8">
|
|
6
6
|
<meta name="viewport" content="width=device-width">
|
|
7
|
-
<title>Itee Tasks v1.3.
|
|
7
|
+
<title>Itee Tasks v1.3.3 Source: cleans/clean.task.mjs</title>
|
|
8
8
|
|
|
9
9
|
<!--[if lt IE 9]>
|
|
10
10
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<div class="navbar navbar-default navbar-fixed-top ">
|
|
21
21
|
<div class="container">
|
|
22
22
|
<div class="navbar-header">
|
|
23
|
-
<a class="navbar-brand" href="index.html">Itee Tasks v1.3.
|
|
23
|
+
<a class="navbar-brand" href="index.html">Itee Tasks v1.3.3</a>
|
|
24
24
|
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
|
|
25
25
|
<span class="icon-bar"></span>
|
|
26
26
|
<span class="icon-bar"></span>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<li class="dropdown">
|
|
34
34
|
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a>
|
|
35
35
|
<ul class="dropdown-menu inline">
|
|
36
|
-
<li><a href="global.html#checkBundlingFromEsmFilesDirectTask">checkBundlingFromEsmFilesDirectTask</a></li><li><a href="global.html#checkBundlingTask">checkBundlingTask</a></li><li><a href="global.html#computeBenchmarksTask">computeBenchmarksTask</a></li><li><a href="global.html#computeUnitTestsTask">computeUnitTestsTask</a></li><li><a href="global.html#npmrunclean">npm run clean</a></li><li><a href="global.html#npmrunhelpdefault">npm run help ( default )</a></li><li><a href="global.html#npmrunlint">npm run lint</a></li><li><a href="global.html#npmrunpatch">npm run patch</a></li><li><a href="global.html#npmrunrelease">npm run release</a></li><li><a href="global.html#npmruntest">npm run test</a></li><li><a href="global.html#runBenchmarksForBackendTask">runBenchmarksForBackendTask</a></li><li><a href="global.html#runBenchmarksForFrontendTask">runBenchmarksForFrontendTask</a></li><li><a href="global.html#runUnitTestsForBackendTask">runUnitTestsForBackendTask</a></li><li><a href="global.html#runUnitTestsForFrontendTask">runUnitTestsForFrontendTask</a></li>
|
|
36
|
+
<li><a href="global.html#alignTextCenter">alignTextCenter</a></li><li><a href="global.html#alignTextLeft">alignTextLeft</a></li><li><a href="global.html#alignTextRight">alignTextRight</a></li><li><a href="global.html#checkBundlingFromEsmFilesDirectTask">checkBundlingFromEsmFilesDirectTask</a></li><li><a href="global.html#checkBundlingTask">checkBundlingTask</a></li><li><a href="global.html#computeBenchmarksTask">computeBenchmarksTask</a></li><li><a href="global.html#computeUnitTestsTask">computeUnitTestsTask</a></li><li><a href="global.html#npmrunclean">npm run clean</a></li><li><a href="global.html#npmrunhelpdefault">npm run help ( default )</a></li><li><a href="global.html#npmrunlint">npm run lint</a></li><li><a href="global.html#npmrunpatch">npm run patch</a></li><li><a href="global.html#npmrunrelease">npm run release</a></li><li><a href="global.html#npmruntest">npm run test</a></li><li><a href="global.html#runBenchmarksForBackendTask">runBenchmarksForBackendTask</a></li><li><a href="global.html#runBenchmarksForFrontendTask">runBenchmarksForFrontendTask</a></li><li><a href="global.html#runUnitTestsForBackendTask">runUnitTestsForBackendTask</a></li><li><a href="global.html#runUnitTestsForFrontendTask">runUnitTestsForFrontendTask</a></li><li><a href="global.html#toCamelCase">toCamelCase</a></li>
|
|
37
37
|
</ul>
|
|
38
38
|
</li>
|
|
39
39
|
|