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