sfiledl 1.0.2 → 2.0.1

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 ADDED
@@ -0,0 +1,593 @@
1
+ commit c63b25ce873bcba391cf66dc52c3c04fb8eb9306
2
+ Author: neuxdotdev <neuxdev1@gmail.com>
3
+ Date: Thu Apr 2 01:50:16 2026 +0700
4
+
5
+ ci(workflows): fix auto publish package
6
+
7
+ commit 5de5d98d1d8516953e6964492392b35c94423445
8
+ Author: neuxdotdev <neuxdev1@gmail.com>
9
+ Date: Thu Apr 2 01:45:32 2026 +0700
10
+
11
+ ci(workflows): fix auto publish package
12
+
13
+ commit f92403bb7eda91517bf3e217c6979c1776877b4c
14
+ Author: neuxdotdev <neuxdev1@gmail.com>
15
+ Date: Thu Apr 2 01:42:37 2026 +0700
16
+
17
+ ci(workflows): fix auto publish package
18
+
19
+ commit c2af5f7e443cd77202c25143f94d1474f3319f1f
20
+ Author: neuxdotdev <neuxdev1@gmail.com>
21
+ Date: Thu Apr 2 01:41:46 2026 +0700
22
+
23
+ ci(workflows): fix auto publish package
24
+
25
+ commit 2f641bb1f6ce0bfacb636f41c00692cf959099f0
26
+ Author: neuxdotdev <neuxdev1@gmail.com>
27
+ Date: Thu Apr 2 01:37:32 2026 +0700
28
+
29
+ ci(workflows): fix auto publish package
30
+
31
+ commit b92a8f34aa55e695bffe3b8e36e9665b6b6b5942
32
+ Author: neuxdotdev <neuxdev1@gmail.com>
33
+ Date: Thu Apr 2 01:22:00 2026 +0700
34
+
35
+ feat(lib): implement library status system and development warnings
36
+
37
+ Major refactor to support framework architecture transition from CLI.
38
+
39
+ New Features:
40
+ - Add LibraryStatus enum (UNDER_CONSTRUCTION, STABLE, DEPRECATED) for type-safe status management
41
+ - Extract stripAnsi() utility to module level for reuse across functions
42
+ - Add isDevelopmentVersion() type guard for runtime status checks
43
+ - Implement singleton pattern in LibStatus with getInstance() method
44
+ - Add warning suppression via MY_SUPER_FRAMEWORK_SUPPRESS_WARNING env variable
45
+ - Add suppressWarning() method for programmatic control (e.g., testing)
46
+ - Add assertStable() function to throw errors in production when using unstable versions
47
+ - Add comprehensive JSDoc comments for all public APIs
48
+
49
+ Improvements:
50
+ - Warning now displays only once per process via warningDisplayed flag
51
+ - Early-return guards for console availability and duplicate warnings
52
+ - Updated LIB_INFO to use enum instead of string literals for better type safety
53
+ - Replace IIFE with conditional check using isDevelopmentVersion() for clarity
54
+ - Update version metadata: previousVersion 1.0.2 → currentVersion 2.0.0-dev
55
+
56
+ Breaking Changes:
57
+ - stripAnsi() moved from private class method to module-level function
58
+ - isStable() and ensureStable() now reference LibraryStatus enum values
59
+ - initFramework() error message format updated to include migration path
60
+
61
+ Migration Guide:
62
+ - CLI users: This version is UNDER_CONSTRUCTION. Do not use in production.
63
+ - Framework users: Use assertStable() at app startup to enforce version safety
64
+ - Test authors: Set MY_SUPER_FRAMEWORK_SUPPRESS_WARNING=true to disable console warnings
65
+
66
+ BREAKING CHANGE: Library architecture changed from CLI to Framework. API stability not guaranteed until v2.0.0 stable release.
67
+
68
+ Ref: Complete architectural refactor from sfiledl CLI to MySuperFramework library.
69
+
70
+ commit c1bb34f97788ddd25d136fd87c356e788f4d6794
71
+ Author: neuxdotdev <neuxdev1@gmail.com>
72
+ Date: Thu Apr 2 01:21:54 2026 +0700
73
+
74
+ ci(build): switch rebuild script to build in workflow
75
+
76
+ Update build step to use 'bun run build' instead of 'bun run rebuild'.
77
+
78
+ Rationale:
79
+ - 'build' script is sufficient for CI environment
80
+ - 'rebuild' includes clean-code formatting which is handled separately
81
+ - Reduces CI runtime by skipping redundant formatting steps
82
+
83
+ Ref: Aligns with streamlined CI pipeline strategy.
84
+
85
+ commit 76ac40bc17ebf9ff81604ee99630126798d88ae9
86
+ Author: neuxdotdev <neuxdev1@gmail.com>
87
+ Date: Thu Apr 2 01:13:16 2026 +0700
88
+
89
+ chore(lib): add breaking news release major version 2.0.0
90
+
91
+ so this verison is a news only
92
+
93
+ commit 2f888799c39cdc3db0fe2b379c87e91c08e5ddf4
94
+ Author: neuxdotdev <neuxdev1@gmail.com>
95
+ Date: Thu Apr 2 01:05:14 2026 +0700
96
+
97
+ docs(license): Add GNU Affero General Public License v3
98
+
99
+ Added the GNU Affero General Public License version 3 to the project.
100
+
101
+ commit 68c5106aedd4544107f36a7dd9de218bd14a9a34
102
+ Author: neuxdotdev <neuxdev1@gmail.com>
103
+ Date: Thu Apr 2 01:01:35 2026 +0700
104
+
105
+ ci(workflows): new workflows fucntion
106
+
107
+ commit 719fd3ddbaea9a96df2a5292f57db0ff417d0bcb
108
+ Author: neuxdotdev <neuxdev1@gmail.com>
109
+ Date: Thu Apr 2 00:59:04 2026 +0700
110
+
111
+ Delete a.md
112
+
113
+ commit 5cb6f9172345f93be7900f827007a13ca5c31a2b
114
+ Author: neuxdotdev <neuxdev1@gmail.com>
115
+ Date: Thu Apr 2 00:58:39 2026 +0700
116
+
117
+ ci(workflows): new workflows fucntion
118
+
119
+ commit f69098a04942b02c285e45d8ce5c3bb27f53f5ec
120
+ Author: neuxdotdev <neuxdev1@gmail.com>
121
+ Date: Thu Apr 2 00:52:19 2026 +0700
122
+
123
+ chore(deps): regenerate bun.lock for consistency
124
+
125
+ commit 0488670d8d06cec191e2219e77b19ba8116cea99
126
+ Author: neuxdotdev <neuxdev1@gmail.com>
127
+ Date: Thu Apr 2 00:49:31 2026 +0700
128
+
129
+ Delete sfiledl.config.json
130
+
131
+ commit 3d7952aa87aa2d0122a0168f9b1b40058c60f116
132
+ Author: neuxdotdev <neuxdev1@gmail.com>
133
+ Date: Thu Apr 2 00:47:34 2026 +0700
134
+
135
+ ci: linting code
136
+
137
+ commit 1ee556e6df53130d9eabe0673075267074ca28e9
138
+ Author: neuxdotdev <neuxdev1@gmail.com>
139
+ Date: Thu Apr 2 00:44:07 2026 +0700
140
+
141
+ docs(readme): add trailing newline to file
142
+
143
+ Append newline character at end of readme file to comply
144
+ with POSIX text file standards and improve git diff readability.
145
+
146
+ This is a cosmetic change that does not affect content or rendering.
147
+
148
+ Ref: https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline
149
+
150
+ commit 514d5b6c28a960ea1f8d16264ce2cb384cc7b310
151
+ Author: neuxdotdev <neuxdev1@gmail.com>
152
+ Date: Thu Apr 2 00:43:58 2026 +0700
153
+
154
+ ci(workflows): remove legacy release workflow
155
+
156
+ Delete release.yml as it has been superseded by the new
157
+ modular workflow structure (build.yml + publish.yml).
158
+
159
+ The new workflow architecture provides:
160
+ - Better separation of concerns (build vs publish)
161
+ - Reusable rmcm-install sub-workflow
162
+ - Proper caching strategy for faster CI runs
163
+ - Conditional publishing based on build success
164
+
165
+ BREAKING CHANGE: Legacy release workflow is no longer available. Use build.yml + publish.yml instead.
166
+
167
+ commit bcb4d2d4c23cb31db61d270fb16633f3dde40785
168
+ Author: neuxdotdev <neuxdev1@gmail.com>
169
+ Date: Thu Apr 2 00:43:50 2026 +0700
170
+
171
+ ci(workflows): add build workflow with rmcm setup and caching
172
+
173
+ Create new build.yml workflow to handle CI/CD build process.
174
+
175
+ Features:
176
+ - Call reusable rmcm-install workflow for tool setup
177
+ - Setup Bun and Rust toolchains for build environment
178
+ - Implement caching for Cargo binaries and Bun dependencies
179
+ - Run 'bun run rebuild' script for clean build pipeline
180
+ - Upload build artifacts for downstream workflows
181
+
182
+ The workflow triggers on push/PR to main/master branches
183
+ and exposes build-status output for dependent workflows.
184
+
185
+ Ref: Enables modular CI pipeline with build → publish dependency chain.
186
+
187
+ commit 5779dbfe6ebd95f5df49615e6c784460e677799e
188
+ Author: neuxdotdev <neuxdev1@gmail.com>
189
+ Date: Thu Apr 2 00:25:19 2026 +0700
190
+
191
+ docs: remake readme
192
+
193
+ commit 84b4f39f2cd1875397f2abd307db755a2144a515
194
+ Author: neuxdotdev <neuxdev1@gmail.com>
195
+ Date: Thu Apr 2 00:24:11 2026 +0700
196
+
197
+ ci: add test and auto publish to package maager
198
+
199
+ commit fc2be2ee0432a19c1848a01c1fae554db496bb86
200
+ Author: neuxdotdev <neuxdev1@gmail.com>
201
+ Date: Thu Apr 2 00:23:33 2026 +0700
202
+
203
+ chore: add new strukture
204
+
205
+ commit b2c20cfb0a820d313000d748cd8fa179afe8ecb2
206
+ Author: neuxdotdev <neuxdev1@gmail.com>
207
+ Date: Thu Apr 2 00:23:16 2026 +0700
208
+
209
+ Delete bun.js.yml
210
+
211
+ commit 528c2abf077ee6e5b9bc759f4d6aab3c7a8931bf
212
+ Author: neuxdotdev <neuxdev1@gmail.com>
213
+ Date: Thu Apr 2 00:22:49 2026 +0700
214
+
215
+ config(ts): update rootDir and include patterns for lib
216
+
217
+ Set compilerOptions.rootDir to 'lib' to align with new source structure.
218
+ Update 'include' array to strictly cover 'lib/**/*' and remove 'dev/index.ts'.
219
+ This ensures type checking and emission only process files within the new lib directory.
220
+
221
+ Ref: Structural refactor consistency across tooling.
222
+
223
+ commit 6f6c0c98b57f1ce3e14b8d3e22c5c56f1e2affdf
224
+ Author: neuxdotdev <neuxdev1@gmail.com>
225
+ Date: Thu Apr 2 00:22:44 2026 +0700
226
+
227
+ build(rollup): align build paths with new lib structure
228
+
229
+ Migrate TypeScript plugin rootDir from 'src' to 'lib'.
230
+ Update replace plugin include pattern to target 'lib/**/*'.
231
+ Change source map filename pattern from 'index.*' to 'lib.*'.
232
+ Update output file configurations for ESM and CJS formats to use 'lib.*' naming.
233
+ Switch input entry points for both lib and dts configs from 'src/index.ts' to 'lib/lib.ts'.
234
+
235
+ Ref: Ensures build output matches package.json exports configuration.
236
+
237
+ commit 139b39bc4a8056c1bfca4796c2fcc2a4e6a87830
238
+ Author: neuxdotdev <neuxdev1@gmail.com>
239
+ Date: Thu Apr 2 00:22:38 2026 +0700
240
+
241
+ refactor(pkg): update exports, engines, and project metadata
242
+
243
+ Update package description to better reflect library automation capabilities.
244
+ Change main/module/types entry points from 'index.*' to 'lib.*' to match new build output.
245
+ Update engines requirement: Node.js >=24 and Bun >=1.3.
246
+ Remove 'bin' configuration as CLI entry point is adjusted or deprecated.
247
+ Update scripts 'clean-code' and 'prepublishOnly' to reference 'lib' directory and 'lib.mjs'.
248
+
249
+ BREAKING CHANGE: Minimum Node.js version is now >=24. Export paths changed from index.* to lib.*. CLI bin entry removed.
250
+
251
+ commit 692ab5e3e318be6fe1db62c47f10bf9fd2536846
252
+ Author: neuxdotdev <neuxdev1@gmail.com>
253
+ Date: Thu Apr 2 00:20:48 2026 +0700
254
+
255
+ refactor(structure): remove legacy utils result module
256
+
257
+ Delete src/lib/utils/result.ts as part of migrating source root from src/lib to lib.
258
+ Functionality is either moved or deprecated in the new structure.
259
+
260
+ Ref: Structural cleanup.
261
+
262
+ commit fbaa61605c4d085370f2dcff29278f4304457c88
263
+ Author: neuxdotdev <neuxdev1@gmail.com>
264
+ Date: Thu Apr 2 00:20:48 2026 +0700
265
+
266
+ refactor(structure): remove legacy utils logger module
267
+
268
+ Delete src/lib/utils/logger.ts as part of migrating source root from src/lib to lib.
269
+ Functionality is either moved or deprecated in the new structure.
270
+
271
+ Ref: Structural cleanup.
272
+
273
+ commit c99799579c816e2f41110d4da1464b2cdcae14c4
274
+ Author: neuxdotdev <neuxdev1@gmail.com>
275
+ Date: Thu Apr 2 00:20:48 2026 +0700
276
+
277
+ refactor(structure): remove legacy utils helpers module
278
+
279
+ Delete src/lib/utils/helpers.ts as part of migrating source root from src/lib to lib.
280
+ Functionality is either moved or deprecated in the new structure.
281
+
282
+ Ref: Structural cleanup.
283
+
284
+ commit ae8fbcdb91b0f521894926adc2b52193e95ecd43
285
+ Author: neuxdotdev <neuxdev1@gmail.com>
286
+ Date: Thu Apr 2 00:20:48 2026 +0700
287
+
288
+ refactor(structure): remove legacy lib entry point
289
+
290
+ Delete src/lib/index.ts as part of migrating source root from src/lib to lib.
291
+ New entry point is established at lib/lib.ts.
292
+
293
+ Ref: Structural cleanup.
294
+
295
+ commit b646f515a9f967018bd2a008bb911b5e0998845e
296
+ Author: neuxdotdev <neuxdev1@gmail.com>
297
+ Date: Thu Apr 2 00:20:48 2026 +0700
298
+
299
+ refactor(structure): remove legacy error index module
300
+
301
+ Delete src/lib/errors/index.ts as part of migrating source root from src/lib to lib.
302
+ Functionality is either moved or deprecated in the new structure.
303
+
304
+ Ref: Structural cleanup.
305
+
306
+ commit a527d378447d161e1550f4b23060201eb7cc5b1c
307
+ Author: neuxdotdev <neuxdev1@gmail.com>
308
+ Date: Thu Apr 2 00:20:48 2026 +0700
309
+
310
+ refactor(structure): remove legacy error definitions module
311
+
312
+ Delete src/lib/errors/errors.ts as part of migrating source root from src/lib to lib.
313
+ Functionality is either moved or deprecated in the new structure.
314
+
315
+ Ref: Structural cleanup.
316
+
317
+ commit 27817d9e980d534c7d321e9f980d08e8712dcd4f
318
+ Author: neuxdotdev <neuxdev1@gmail.com>
319
+ Date: Thu Apr 2 00:20:47 2026 +0700
320
+
321
+ refactor(structure): remove legacy error base module
322
+
323
+ Delete src/lib/errors/base.ts as part of migrating source root from src/lib to lib.
324
+ Functionality is either moved or deprecated in the new structure.
325
+
326
+ Ref: Structural cleanup.
327
+
328
+ commit 8c3a4f001b8e8fd35f80a5e344c7e5cfee5d6666
329
+ Author: neuxdotdev <neuxdev1@gmail.com>
330
+ Date: Thu Apr 2 00:20:47 2026 +0700
331
+
332
+ refactor(structure): remove legacy core validator module
333
+
334
+ Delete src/lib/core/validator.ts as part of migrating source root from src/lib to lib.
335
+ Functionality is either moved or deprecated in the new structure.
336
+
337
+ Ref: Structural cleanup.
338
+
339
+ commit ed7aa52f05a291897615c3b69578f51ac44d7f7e
340
+ Author: neuxdotdev <neuxdev1@gmail.com>
341
+ Date: Thu Apr 2 00:20:47 2026 +0700
342
+
343
+ refactor(structure): remove legacy core downloader module
344
+
345
+ Delete src/lib/core/downloader.ts as part of migrating source root from src/lib to lib.
346
+ Functionality is either moved or deprecated in the new structure.
347
+
348
+ Ref: Structural cleanup.
349
+
350
+ commit 1e5bfe64e945852dc58d6ada06f7b3552276d3ff
351
+ Author: neuxdotdev <neuxdev1@gmail.com>
352
+ Date: Thu Apr 2 00:20:47 2026 +0700
353
+
354
+ refactor(structure): remove legacy config schema module
355
+
356
+ Delete src/lib/config/schema.ts as part of migrating source root from src/lib to lib.
357
+ Functionality is either moved or deprecated in the new structure.
358
+
359
+ Ref: Structural cleanup.
360
+
361
+ commit 85c856f8ec601bda7a389eacbd8952b7cbcae05f
362
+ Author: neuxdotdev <neuxdev1@gmail.com>
363
+ Date: Thu Apr 2 00:20:47 2026 +0700
364
+
365
+ refactor(structure): remove legacy config defaults module
366
+
367
+ Delete src/lib/config/defaults.ts as part of migrating source root from src/lib to lib.
368
+ Functionality is either moved or deprecated in the new structure.
369
+
370
+ Ref: Structural cleanup.
371
+
372
+ commit 8b985f60d5ab361845dc7be81e237c598ad7ed20
373
+ Author: neuxdotdev <neuxdev1@gmail.com>
374
+ Date: Thu Apr 2 00:20:47 2026 +0700
375
+
376
+ refactor(structure): remove legacy page-interactions module
377
+
378
+ Delete src/lib/browser/page-interactions.ts as part of migrating source root from src/lib to lib.
379
+ Functionality is either moved or deprecated in the new structure.
380
+
381
+ Ref: Structural cleanup.
382
+
383
+ commit 14c345d795337b53d3c3bc6cf667bd3ab47a3b35
384
+ Author: neuxdotdev <neuxdev1@gmail.com>
385
+ Date: Thu Apr 2 00:20:46 2026 +0700
386
+
387
+ refactor(structure): remove legacy browser-manager module
388
+
389
+ Delete src/lib/browser/browser-manager.ts as part of migrating source root from src/lib to lib.
390
+ Functionality is either moved or deprecated in the new structure.
391
+
392
+ Ref: Structural cleanup.
393
+
394
+ commit 9838ad6ae4cffdd354e495e9c0107561a5de0abb
395
+ Author: neuxdotdev <neuxdev1@gmail.com>
396
+ Date: Thu Apr 2 00:08:30 2026 +0700
397
+
398
+ chore: delete types becouse they are automaticly build whit rollop and another scripts
399
+
400
+ commit fdb845ac8d65a234796b4f1a34326db75a2e0326
401
+ Author: neuxdotdev <neuxdev1@gmail.com>
402
+ Date: Thu Apr 2 00:07:01 2026 +0700
403
+
404
+ chore(clean): lint code and make beutifuly
405
+
406
+ commit b9ad3920a56a4e71ad9f83e20bfaf162abe2e848
407
+ Author: neuxdotdev <neuxdev1@gmail.com>
408
+ Date: Thu Apr 2 00:06:15 2026 +0700
409
+
410
+ chore: add simple new scafolding
411
+
412
+ commit 3302791a12b4e5adec1e0f3eb5ee8d9eb962d914
413
+ Author: neuxdotdev <neuxdev1@gmail.com>
414
+ Date: Thu Apr 2 00:05:44 2026 +0700
415
+
416
+ refactor(main): migration from cli to libary
417
+
418
+ commit 89566d5b62e3499ac0fee5611a0561c05e82ba74
419
+ Author: neuxdotdev <neuxdev1@gmail.com>
420
+ Date: Tue Mar 31 18:17:03 2026 +0700
421
+
422
+ release v1.0.2
423
+
424
+ commit 26300dc7e38351fb537557fb5c3cfefa12040ab6
425
+ Author: neuxdotdev <neuxdev1@gmail.com>
426
+ Date: Tue Mar 31 18:09:45 2026 +0700
427
+
428
+ release v1.0.1
429
+
430
+ commit 011980a0cf2ed43815249fc4abaa96d5a7c5d97e
431
+ Author: neuxdotdev <neuxdev1@gmail.com>
432
+ Date: Tue Mar 31 17:52:29 2026 +0700
433
+
434
+ chore(CI): add bun test and building
435
+
436
+ commit e2dd933f70facd7fb2f32a2e7cb5805a0420996c
437
+ Author: neuxdotdev <neuxdev1@gmail.com>
438
+ Date: Tue Mar 31 17:51:20 2026 +0700
439
+
440
+ chore(CI): add bun test and building
441
+
442
+ commit 61cc94c9719267c6549f6b5279c75994fece0e49
443
+ Author: neuxdotdev <neuxdev1@gmail.com>
444
+ Date: Tue Mar 31 17:47:02 2026 +0700
445
+
446
+ Update Node.js CI workflow to include Bun support
447
+
448
+ commit d5e71a6e8056c57466085ba7bf30a1709c22c62b
449
+ Author: neuxdotdev <neuxdev1@gmail.com>
450
+ Date: Tue Mar 31 17:39:49 2026 +0700
451
+
452
+ release v1.0.0
453
+
454
+ commit 080451c7a87fdcd8e7ee4c15886718f6d78b03cf
455
+ Author: neuxdotdev <neuxdev1@gmail.com>
456
+ Date: Tue Mar 31 15:27:06 2026 +0700
457
+
458
+ remove this constraint for the CLI tool, as users should be able to download files to any writable location
459
+
460
+ commit 03dbe129a4f4c3049df4953c14be1dd557d53bce
461
+ Author: neuxdotdev <neuxdev1@gmail.com>
462
+ Date: Tue Mar 31 15:22:47 2026 +0700
463
+
464
+ add readme
465
+
466
+ commit f75ad055ed13a4c8a74c051c8cce16f2676bd94c
467
+ Author: neuxdotdev <neuxdev1@gmail.com>
468
+ Date: Tue Mar 31 15:16:38 2026 +0700
469
+
470
+ add license
471
+
472
+ commit cb5a042c6f6a8dc0147e2dbaeaa0997a6485de87
473
+ Author: neuxdotdev <neuxdev1@gmail.com>
474
+ Date: Tue Mar 31 15:11:02 2026 +0700
475
+
476
+ Changes to be committed:
477
+ modified: package.json
478
+ renamed: src/browser.js -> src/lib/browser.js
479
+ renamed: src/config.js -> src/lib/config.js
480
+ renamed: src/downloader.js -> src/lib/downloader.js
481
+ renamed: src/logger.js -> src/lib/logger.js
482
+ renamed: src/utils.js -> src/lib/utils.js
483
+ renamed: src/validators.js -> src/lib/validators.js
484
+ renamed: index.js -> src/main.js
485
+ modified: yarn.lock
486
+
487
+ commit f849b5771d659c103a69886782b9cc92e9edb336
488
+ Author: neuxdotdev <neuxdev1@gmail.com>
489
+ Date: Tue Mar 31 11:06:41 2026 +0700
490
+
491
+ Update validators.js
492
+
493
+ commit fa70706a675f40f57aa1de955d2b9512271b9575
494
+ Author: neuxdotdev <neuxdev1@gmail.com>
495
+ Date: Tue Mar 31 11:06:38 2026 +0700
496
+
497
+ Update utils.js
498
+
499
+ commit a28e47f1b46a088d338b8efd9c3cdc36748a0050
500
+ Author: neuxdotdev <neuxdev1@gmail.com>
501
+ Date: Tue Mar 31 11:06:35 2026 +0700
502
+
503
+ Update logger.js
504
+
505
+ commit 975448f4134ab043675f2aa91d633152d2a73656
506
+ Author: neuxdotdev <neuxdev1@gmail.com>
507
+ Date: Tue Mar 31 10:58:34 2026 +0700
508
+
509
+ Update downloader.js
510
+
511
+ commit 973b9b119405a1f8c01eefbc3ac9937acab15838
512
+ Author: neuxdotdev <neuxdev1@gmail.com>
513
+ Date: Tue Mar 31 10:58:29 2026 +0700
514
+
515
+ Update config.js
516
+
517
+ commit 2c68d353680390886f6862ce2ee7acb761f9dbb5
518
+ Author: neuxdotdev <neuxdev1@gmail.com>
519
+ Date: Tue Mar 31 10:58:24 2026 +0700
520
+
521
+ Update browser.js
522
+
523
+ commit 069a2bd7be6580ee7dac620278284aee1e5c3bae
524
+ Author: neuxdotdev <neuxdev1@gmail.com>
525
+ Date: Tue Mar 31 10:58:17 2026 +0700
526
+
527
+ Update index.js
528
+
529
+ commit 79962bdde8e1311d9148c059f77c860b3a6d7d69
530
+ Author: neuxdotdev <neuxdev1@gmail.com>
531
+ Date: Tue Mar 31 02:48:34 2026 +0700
532
+
533
+ Update sfiledl.config.json
534
+
535
+ commit 730d6f4da3541c17aafb015279ba7f49392487bd
536
+ Author: neuxdotdev <neuxdev1@gmail.com>
537
+ Date: Tue Mar 31 02:48:29 2026 +0700
538
+
539
+ Update .gitignore
540
+
541
+ commit bbdba5e372db33bb2d6171b5d2164d9a4292e363
542
+ Author: neuxdotdev <neuxdev1@gmail.com>
543
+ Date: Tue Mar 31 02:48:07 2026 +0700
544
+
545
+ Create package.json
546
+
547
+ commit bebaacbde5af4bdf46844867aa5dda355d488993
548
+ Author: neuxdotdev <neuxdev1@gmail.com>
549
+ Date: Tue Mar 31 02:48:03 2026 +0700
550
+
551
+ Create yarn.lock
552
+
553
+ commit 7dfe7fc5b193ef0530c409c3cbe501947a7e0149
554
+ Author: neuxdotdev <neuxdev1@gmail.com>
555
+ Date: Tue Mar 31 02:47:54 2026 +0700
556
+
557
+ Create .prettierrc.json
558
+
559
+ commit fe6a57f580353a2f64ac2685a533ce6de4a503ef
560
+ Author: neuxdotdev <neuxdev1@gmail.com>
561
+ Date: Tue Mar 31 02:47:49 2026 +0700
562
+
563
+ Create .prettierignore
564
+
565
+ commit 47d2f1d5e9d03994302775d98628a4cc87685c05
566
+ Author: neuxdotdev <neuxdev1@gmail.com>
567
+ Date: Tue Mar 31 02:47:42 2026 +0700
568
+
569
+ Create .gitignore
570
+
571
+ commit c9738dc10c7082d16846d270230bdbd8896c1c3d
572
+ Author: neuxdotdev <neuxdev1@gmail.com>
573
+ Date: Tue Mar 31 02:47:38 2026 +0700
574
+
575
+ Create .editorconfig
576
+
577
+ commit b73fec1ed483c0898055375a290ee0b6020de7af
578
+ Author: neuxdotdev <neuxdev1@gmail.com>
579
+ Date: Tue Mar 31 02:41:08 2026 +0700
580
+
581
+ Delete sfiledljs.config.json
582
+
583
+ commit 7662a283e097c3adb1b548efb73ab4efa9cb33f1
584
+ Author: neuxdotdev <neuxdev1@gmail.com>
585
+ Date: Tue Mar 31 02:40:57 2026 +0700
586
+
587
+ chore(conf): add default cofig
588
+
589
+ commit 89167992700d6c31a917e930a0c90c0d1b541ce6
590
+ Author: neuxdotdev <neuxdev1@gmail.com>
591
+ Date: Tue Mar 31 02:24:29 2026 +0700
592
+
593
+ chore(v1): make development version (unstable)