stack-analyze 1.3.5 → 1.3.6

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 CHANGED
@@ -1,311 +1,326 @@
1
- # changelog
2
-
3
- stack-analyze all version and notable changes, fixed, remove and new additions in code.
4
-
5
- ## generation 4 (ver. 1.3.0 - )
6
-
7
- ### version 1.3.5
8
- #### Added
9
- - new tool poker game rule selector "poker rule".
10
-
11
- #### changed
12
- - change inquirer to @inquirer/prompts.
13
- - about.js file now using esm with json modules.
14
- - all tools now using new inquirer methods.
15
-
16
- #### fixed
17
- - add question for anime search tool.
18
-
19
- #### remove
20
- - remove validations folder.
21
-
22
- ### version 1.3.4
23
- #### changed
24
- - new ui cli for potter search tool & save file.
25
-
26
- ### version 1.3.3
27
- #### Added
28
- - add potter search (harry potter npx characters)
29
- #### changed
30
- - update linter
31
-
32
- ### version 1.3.2
33
- #### Added
34
- - title for stack menu tools
35
-
36
- ### version 1.3.1
37
- #### Added
38
- - seyyahi2 wallpapers (this pack is from album app)
39
- #### changed
40
- - add new view field is total track and id
41
-
42
- ### version 1.3.0
43
- #### Added
44
- - deezer search tool
45
-
46
- ## generation 3 (ver. 1.2.0 - 1.2.9)
47
-
48
- ### version 1.2.9
49
- #### Added
50
- - css validate
51
- #### changed
52
- - changed wappalyzer module
53
-
54
- ### version 1.2.8
55
- #### Added
56
- - dimensions wallpaper download
57
- #### changed
58
- - renove download wallpaper function
59
- - about script using cjs
60
-
61
- ### version 1.2.7
62
- #### Added
63
- - wallpaper tool download (sol, moon)
64
- #### changed
65
- - default case in range color 91 to 100
66
-
67
- ### version 1.2.6
68
- #### Changed
69
- - redesign poke info tool
70
- - remove module info in readme
71
-
72
- ### version 1.2.5
73
- #### Added
74
- - pokemon info tool.
75
- #### Changed
76
- - update script test.
77
- - remove the cjs and mjs files.
78
- - renove changelog based in generations similar to neo-jquery.
79
- #### fixed
80
- - add examples in twitch info users.
81
- - fixed the bug create hardware info file.
82
-
83
- ### version 1.2.4
84
- #### Changed
85
- - remove jest module by node:test,
86
- - web scraping & github info using native fetch api & not axios,
87
- #### fixed
88
- - fixed errors in:
89
- - single stack.
90
- - multiple.
91
- - hardware information.
92
- - single & multiple stack using sub await mode
93
-
94
- ### version 1.2.3
95
- #### Added
96
- - bundlephobia info tool
97
- #### Changed
98
- - change write json to csv in hardware information
99
-
100
- ### version 1.2.2
101
- #### Added
102
- - add save file function for the tools
103
- #### Changed
104
- - change the hash table to unique function in hardware information
105
- #### Fixed
106
- - fixed to unique user to multiple users with split params
107
-
108
- ### version 1.2.1
109
- #### Fixed
110
- - rewrite form arrow functions to named function with export default.
111
- - rewrite some test functions.
112
- - add regexp form bitly info tool
113
- #### Changed
114
- - renove menu now using categories.
115
- - add api params.
116
- - comeback multibar from pagespeed tool
117
-
118
- ### version 1.2.0
119
- #### Added
120
- - new tool password generator
121
- #### Fixed
122
- - update anime search tool
123
- - the files modules now using callbacks and remove no using vars
124
- #### Changed
125
- - the web scraping tool decided to use the question returns to the main menu instead of going to the main menu
126
-
127
- ## generation 2 (ver. 1.1.0 - 1.1.9)
128
-
129
- ### version 1.1.9
130
- #### Added
131
- - new module cheerio
132
- - new tool webscraping
133
- - new test
134
- #### Fixed
135
- - rewirte axios import
136
- #### Changed
137
- - hardware information change from functions to hash table
138
- - about now is hash table
139
- - now using the function printTable avoid overwritting.
140
- - remove jsdocs the modules files
141
- #### remove
142
- - remove models console-table-printer
143
- - remove hash tables
144
-
145
- ### version 1.1.8
146
- #### Fixed
147
- - restructure all tools as a hash table with promises except the tool hardware information and about section
148
- - update all modules
149
- #### Changed
150
- - remove the module coingecko-api
151
- - remove process.env variables to writting manual token for security
152
-
153
- ## version 1.1.7
154
- #### Added
155
- - twitch info tool
156
- - remove one js module for module to cjs and esm
157
- #### Fixed
158
- - change write token to process.env varaibles own (not avalible values in github and gitlab)
159
- - migrate cjs to esm
160
- - rewrite module
161
- #### Changed
162
- - except some hardware tools and github using models from console-table-printer
163
- - now using esm now about is js file not folder about with index.js
164
- - rewrite all tests functions
165
-
166
- ### version 1.1.6
167
- #### Added
168
- - module stack-analyze mode
169
- #### Fixed
170
- - rewrite code
171
- #### Changed
172
- - menu renove
173
- - renove jsdocs in some function or variables
174
- - remove nonolive recommends soon in versions desktop 7 and pwa 1.5.0
175
-
176
- ### version 1.1.5
177
- #### Added
178
- - add new tool: movie info
179
- - add new test
180
- - renove menu
181
- #### Fixed
182
- - rewrite in some functions and about
183
- - remove some dependencies not using project
184
- #### Changed
185
- - change multibar to 2 single bars
186
- - change switch in all tools for hash functions tables
187
- - renove nonolive recommends
188
-
189
- ### version 1.1.4
190
- #### Added
191
- - add new tool: bitly info
192
- - add new test
193
- #### Fixed
194
- - rewrite some functions
195
- - update npm modules via manual
196
-
197
- ### version 1.1.3
198
- #### Added
199
- - add new module: coingecko-api
200
- - add new tool: crypto market
201
- - add new recomends
202
- - add new test
203
- #### Fixed
204
- - rewrite some functions
205
- - update npm modules via manual
206
- #### Changed
207
- - add new const variables for map array functions
208
-
209
- ### version 1.1.2
210
- #### Added
211
- - add new nonolive streamers Recomend
212
- #### Fixed
213
- - rewrite multiple techstack
214
- - rewrite test files
215
- #### Changed
216
- - changed the for loop to foreach loop
217
-
218
- ### version 1.1.1
219
- #### Added
220
- - using console.table only in objects variables
221
- - using the console-table-printer in arrays in some functions and the about section
222
- - add the new module: console-table-printer
223
- - add the new nonolive streamers and youtube dev recommedation
224
- #### Fixed
225
- - rewrite some funcions
226
- - fragment about section
227
- #### Changed
228
- - using console.table only in objects variables
229
- - using the console-table-printer in arrays in some functions and the about section
230
-
231
- ### version 1.1.0
232
- #### Added
233
- - add the new modules:
234
- - systeminformation the main module
235
- - jsdoc + the template minami the dev modules
236
- - add the hardware information
237
- - add new recomendations for about section
238
- #### Fixed
239
- - rewrite the code the functions singlestack and multiple
240
- - add the name app to question function
241
- #### Changed
242
- - changed the node style color to using colors
243
-
244
- ## generation 1 (ver. 1.0.1 - 1.0.9)
245
-
246
- ### version 1.0.9
247
- #### Added
248
- - add the new modules:
249
- - timeago.js for the github user
250
- - add the options github info and anime search the main options
251
- - add new recomendations for the about section
252
- #### Fixed
253
- - return the peformance now for pagespeed
254
- #### Changed
255
- - add new testing
256
-
257
- ### version 1.0.8
258
- #### Added
259
- - add the new modules:
260
- - colors
261
- - cli-progress
262
- #### Fixed
263
- change json print to table print version
264
- #### Changed
265
- - change console.dir about to console.table
266
- - change from text to bar for pagespeed results
267
- - add the badge tech stack project
268
- #### patch version 1.0.85
269
- notes:
270
- - fixed the cli run
271
- - remove performance.now for the defined time in pagespeed
272
- - add recomendations sections
273
-
274
- ### version 1.0.7
275
- #### Added
276
- - add the new modules:
277
- - figlet the main module
278
- - jest dev module and testing functions
279
- - add the options page speed and about the main options
280
- - add return in a option select except about and exit
281
- #### Fixed
282
- - the website in blank or website without http:// or https:// return the main options
283
- - eslint custom rules without style guide
284
- #### Changed
285
- - changed the inquirer list to inquirer rawlist
286
- - rewirte jsdoc in all project except test files
287
- - the tech stack using other console methods console.log only in exit cli
288
-
289
- ## version 1.0.6
290
- #### Added
291
- - add the new options: multiple (analyze many sites) and exit (exit cli).
292
- - the code was testing with eslint to avoid errors to execute
293
- - rewrite the module docs.
294
- #### Changed
295
- - the list options with inquirer
296
- - welcome message modified
297
-
298
- ### version 1.0.5
299
- #### Changed
300
- - modify the code and module structure
301
- #### remove
302
- - remove the commander module
303
-
304
- #### version 1.0.4
305
- - fisrt official version in npm with the modules:
306
- - wappalyzer
307
- - inquirer
308
- - commander
309
-
310
- #### version 1.0.1 to 1.0.3
311
- test version modules without wappalyzer module (only testing)
1
+ # changelog
2
+
3
+ stack-analyze all version and notable changes, fixed, remove and new additions in code.
4
+
5
+ ## generation 4 (ver. 1.3.0 - )
6
+
7
+ ### version 1.3.6 (5th aniversary)
8
+
9
+ #### Added
10
+ - new wallpaers pack:
11
+ - tsuky no emily.
12
+ - ancient mistery.
13
+
14
+ #### Changed
15
+ - simplify in how play for poker rule tool.
16
+
17
+ #### fixed
18
+ - fixed download wallpapers.
19
+ - cli.js fixed jsdoc.
20
+
21
+
22
+ ### version 1.3.5
23
+ #### Added
24
+ - new tool poker game rule selector "poker rule".
25
+
26
+ #### changed
27
+ - change inquirer to @inquirer/prompts.
28
+ - about.js file now using esm with json modules.
29
+ - all tools now using new inquirer methods.
30
+
31
+ #### fixed
32
+ - add question for anime search tool.
33
+
34
+ #### remove
35
+ - remove validations folder.
36
+
37
+ ### version 1.3.4
38
+ #### changed
39
+ - new ui cli for potter search tool & save file.
40
+
41
+ ### version 1.3.3
42
+ #### Added
43
+ - add potter search (harry potter npx characters)
44
+ #### changed
45
+ - update linter
46
+
47
+ ### version 1.3.2
48
+ #### Added
49
+ - title for stack menu tools
50
+
51
+ ### version 1.3.1
52
+ #### Added
53
+ - seyyahi2 wallpapers (this pack is from album app)
54
+ #### changed
55
+ - add new view field is total track and id
56
+
57
+ ### version 1.3.0
58
+ #### Added
59
+ - deezer search tool
60
+
61
+ ## generation 3 (ver. 1.2.0 - 1.2.9)
62
+
63
+ ### version 1.2.9
64
+ #### Added
65
+ - css validate
66
+ #### changed
67
+ - changed wappalyzer module
68
+
69
+ ### version 1.2.8
70
+ #### Added
71
+ - dimensions wallpaper download
72
+ #### changed
73
+ - renove download wallpaper function
74
+ - about script using cjs
75
+
76
+ ### version 1.2.7
77
+ #### Added
78
+ - wallpaper tool download (sol, moon)
79
+ #### changed
80
+ - default case in range color 91 to 100
81
+
82
+ ### version 1.2.6
83
+ #### Changed
84
+ - redesign poke info tool
85
+ - remove module info in readme
86
+
87
+ ### version 1.2.5
88
+ #### Added
89
+ - pokemon info tool.
90
+ #### Changed
91
+ - update script test.
92
+ - remove the cjs and mjs files.
93
+ - renove changelog based in generations similar to neo-jquery.
94
+ #### fixed
95
+ - add examples in twitch info users.
96
+ - fixed the bug create hardware info file.
97
+
98
+ ### version 1.2.4
99
+ #### Changed
100
+ - remove jest module by node:test,
101
+ - web scraping & github info using native fetch api & not axios,
102
+ #### fixed
103
+ - fixed errors in:
104
+ - single stack.
105
+ - multiple.
106
+ - hardware information.
107
+ - single & multiple stack using sub await mode
108
+
109
+ ### version 1.2.3
110
+ #### Added
111
+ - bundlephobia info tool
112
+ #### Changed
113
+ - change write json to csv in hardware information
114
+
115
+ ### version 1.2.2
116
+ #### Added
117
+ - add save file function for the tools
118
+ #### Changed
119
+ - change the hash table to unique function in hardware information
120
+ #### Fixed
121
+ - fixed to unique user to multiple users with split params
122
+
123
+ ### version 1.2.1
124
+ #### Fixed
125
+ - rewrite form arrow functions to named function with export default.
126
+ - rewrite some test functions.
127
+ - add regexp form bitly info tool
128
+ #### Changed
129
+ - renove menu now using categories.
130
+ - add api params.
131
+ - comeback multibar from pagespeed tool
132
+
133
+ ### version 1.2.0
134
+ #### Added
135
+ - new tool password generator
136
+ #### Fixed
137
+ - update anime search tool
138
+ - the files modules now using callbacks and remove no using vars
139
+ #### Changed
140
+ - the web scraping tool decided to use the question returns to the main menu instead of going to the main menu
141
+
142
+ ## generation 2 (ver. 1.1.0 - 1.1.9)
143
+
144
+ ### version 1.1.9
145
+ #### Added
146
+ - new module cheerio
147
+ - new tool webscraping
148
+ - new test
149
+ #### Fixed
150
+ - rewirte axios import
151
+ #### Changed
152
+ - hardware information change from functions to hash table
153
+ - about now is hash table
154
+ - now using the function printTable avoid overwritting.
155
+ - remove jsdocs the modules files
156
+ #### remove
157
+ - remove models console-table-printer
158
+ - remove hash tables
159
+
160
+ ### version 1.1.8
161
+ #### Fixed
162
+ - restructure all tools as a hash table with promises except the tool hardware information and about section
163
+ - update all modules
164
+ #### Changed
165
+ - remove the module coingecko-api
166
+ - remove process.env variables to writting manual token for security
167
+
168
+ ## version 1.1.7
169
+ #### Added
170
+ - twitch info tool
171
+ - remove one js module for module to cjs and esm
172
+ #### Fixed
173
+ - change write token to process.env varaibles own (not avalible values in github and gitlab)
174
+ - migrate cjs to esm
175
+ - rewrite module
176
+ #### Changed
177
+ - except some hardware tools and github using models from console-table-printer
178
+ - now using esm now about is js file not folder about with index.js
179
+ - rewrite all tests functions
180
+
181
+ ### version 1.1.6
182
+ #### Added
183
+ - module stack-analyze mode
184
+ #### Fixed
185
+ - rewrite code
186
+ #### Changed
187
+ - menu renove
188
+ - renove jsdocs in some function or variables
189
+ - remove nonolive recommends soon in versions desktop 7 and pwa 1.5.0
190
+
191
+ ### version 1.1.5
192
+ #### Added
193
+ - add new tool: movie info
194
+ - add new test
195
+ - renove menu
196
+ #### Fixed
197
+ - rewrite in some functions and about
198
+ - remove some dependencies not using project
199
+ #### Changed
200
+ - change multibar to 2 single bars
201
+ - change switch in all tools for hash functions tables
202
+ - renove nonolive recommends
203
+
204
+ ### version 1.1.4
205
+ #### Added
206
+ - add new tool: bitly info
207
+ - add new test
208
+ #### Fixed
209
+ - rewrite some functions
210
+ - update npm modules via manual
211
+
212
+ ### version 1.1.3
213
+ #### Added
214
+ - add new module: coingecko-api
215
+ - add new tool: crypto market
216
+ - add new recomends
217
+ - add new test
218
+ #### Fixed
219
+ - rewrite some functions
220
+ - update npm modules via manual
221
+ #### Changed
222
+ - add new const variables for map array functions
223
+
224
+ ### version 1.1.2
225
+ #### Added
226
+ - add new nonolive streamers Recomend
227
+ #### Fixed
228
+ - rewrite multiple techstack
229
+ - rewrite test files
230
+ #### Changed
231
+ - changed the for loop to foreach loop
232
+
233
+ ### version 1.1.1
234
+ #### Added
235
+ - using console.table only in objects variables
236
+ - using the console-table-printer in arrays in some functions and the about section
237
+ - add the new module: console-table-printer
238
+ - add the new nonolive streamers and youtube dev recommedation
239
+ #### Fixed
240
+ - rewrite some funcions
241
+ - fragment about section
242
+ #### Changed
243
+ - using console.table only in objects variables
244
+ - using the console-table-printer in arrays in some functions and the about section
245
+
246
+ ### version 1.1.0
247
+ #### Added
248
+ - add the new modules:
249
+ - systeminformation the main module
250
+ - jsdoc + the template minami the dev modules
251
+ - add the hardware information
252
+ - add new recomendations for about section
253
+ #### Fixed
254
+ - rewrite the code the functions singlestack and multiple
255
+ - add the name app to question function
256
+ #### Changed
257
+ - changed the node style color to using colors
258
+
259
+ ## generation 1 (ver. 1.0.1 - 1.0.9)
260
+
261
+ ### version 1.0.9
262
+ #### Added
263
+ - add the new modules:
264
+ - timeago.js for the github user
265
+ - add the options github info and anime search the main options
266
+ - add new recomendations for the about section
267
+ #### Fixed
268
+ - return the peformance now for pagespeed
269
+ #### Changed
270
+ - add new testing
271
+
272
+ ### version 1.0.8
273
+ #### Added
274
+ - add the new modules:
275
+ - colors
276
+ - cli-progress
277
+ #### Fixed
278
+ change json print to table print version
279
+ #### Changed
280
+ - change console.dir about to console.table
281
+ - change from text to bar for pagespeed results
282
+ - add the badge tech stack project
283
+ #### patch version 1.0.85
284
+ notes:
285
+ - fixed the cli run
286
+ - remove performance.now for the defined time in pagespeed
287
+ - add recomendations sections
288
+
289
+ ### version 1.0.7
290
+ #### Added
291
+ - add the new modules:
292
+ - figlet the main module
293
+ - jest dev module and testing functions
294
+ - add the options page speed and about the main options
295
+ - add return in a option select except about and exit
296
+ #### Fixed
297
+ - the website in blank or website without http:// or https:// return the main options
298
+ - eslint custom rules without style guide
299
+ #### Changed
300
+ - changed the inquirer list to inquirer rawlist
301
+ - rewirte jsdoc in all project except test files
302
+ - the tech stack using other console methods console.log only in exit cli
303
+
304
+ ## version 1.0.6
305
+ #### Added
306
+ - add the new options: multiple (analyze many sites) and exit (exit cli).
307
+ - the code was testing with eslint to avoid errors to execute
308
+ - rewrite the module docs.
309
+ #### Changed
310
+ - the list options with inquirer
311
+ - welcome message modified
312
+
313
+ ### version 1.0.5
314
+ #### Changed
315
+ - modify the code and module structure
316
+ #### remove
317
+ - remove the commander module
318
+
319
+ #### version 1.0.4
320
+ - fisrt official version in npm with the modules:
321
+ - wappalyzer
322
+ - inquirer
323
+ - commander
324
+
325
+ #### version 1.0.1 to 1.0.3
326
+ test version modules without wappalyzer module (only testing)