This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-42
lines changed Expand file tree Collapse file tree 3 files changed +4
-42
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ** ./src/output/result-control.js**
4- * Split into different files, containing the respective functions:
5- * res-ctrl-txt-graph.js
6- * callTextGraphOutputTasks - Renamed to 'callOutputTasks'
7- * handleTextFileClean
8- * res-ctrl-img-graph.js
9- * callImageGraphOutputTasks - Renamed to 'callOutputTasks'
10- * handleImageFileClean
11- * res-ctrl-txt-conv.js
12- * callGridToAbsoluteOutputTask
13- * callAbsoluteGridToRelativeOutputTasks - Renamed to '...OutputTask'
14- * handleTextConversionFileClean
15- * res-ctrl-img-conv.js
16- * callImageToAbsoluteOutputTasks
17- * callImageToGridOutputTasks
18- * callImageToRelativeOutputTasks
19- * handleImageConversionFileClean
20- * res-ctrl-img-config.js
21- * callCreateImageConfigOutputTasks - Renamed to 'callOutputTask'
22- * handleCreateImageConfigFileClean
23- * This file is now empty except for requirements.
24-
25- ---
26-
27- ** ./src/%command%.js**
28- * Removed './output/result-control' requirement and replaced with the respective split output file.
29- * For example, in 'absolute-to-relative-main.js', the requirement is replaced with: './output/res-ctrl-txt-conv'
30- * The requirement variable itself is only renamed where there is ambiguity.
3+ * Deleted './src/output/result-control.js'
4+ * It has been split into different files.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55** Date:** 2021-03-31
66
7- ** Title:** Result Control Split
7+ ** Title:** Result Control Delete
88
99** Description:**
1010
11- Split output result control code into different files for
12- easier readability.
11+ Deleted original 'result-control.js' file.
You can’t perform that action at this time.
0 commit comments