-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
798 lines (798 loc) · 24.8 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
=============================changelog==========================================
(2025/02[Feb]/22[Sat]|02:34[AM]/02:34)
1.0.87
New:
update *.lua, finish *.lua
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2025/02[Feb]/21[Fri]|01:42[AM]/01:42)
1.0.86
New:
update *.jl
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2025/02[Feb]/21[Fri]|12:30[AM]/00:30)
1.0.85
New:
update *.pl
try another mojo
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2025/02[Feb]/13[Thu]|04:19[AM]/04:19)
1.0.84
New:
update *.go
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/10[Oct]/28[Mon]|10:04[AM]/10:04)
1.0.83
New:
update something in *.pl and *.py
cancel change function declaration to function expression in *.pl, also change the function call
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/10[Oct]/27[Sun]|06:35[AM]/06:35)
1.0.82
New:
add and update something
finish *.lua
TODO:
change function declaration to function expression in *.pl, also change the function call
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/10[Oct]/19[Sat]|03:03[AM]/03:03)
1.0.81
New:
update json_stringify in *.js, *.py, *.php, *.go, *.pl, *.jl
do other little update
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/10[Oct]/18[Fri]|08:46[PM]/20:46)
1.0.80
New:
change function declaration in *.py
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/10[Oct]/18[Fri]|12:13[AM]/00:13)
1.0.79
New:
fix and improve json_stringify and Function Optional Keyword Argument and Function Default Argument Value in many .py
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/10[Oct]/17[Thu]|03:27[AM]/03:27)
1.0.78
New:
finish *.jl
update so many things
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/10[Oct]/11[Fri]|02:50[AM]/02:50)
1.0.77
New:
add explicit any type in *.go
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/10[Oct]/04[Fri]|06:00[PM]/18:00)
1.0.76
New:
add cool hello world in js, py
add pipe in hello world in jl, raku, r
try change "false" to 00000 and "true" to "truthy" in *.pl and undo it
TODO:
add cool hello world in each language
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/10[Oct]/03[Thu]|03:00[AM]/03:00)
1.0.75
New:
finish *.pl
update so many things
TODO:
change "false" to 00000 and "true" to "truthy" in *.pl
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/09[Sep]/27[Fri]|11:50[PM]/23:50)
1.0.74
New:
finish *.go
TODO:
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/09[Sep]/27[Fri]|04:14[AM]/04:14)
1.0.73
New:
change all functions to variadic function in *.go and many more
also update in *.js, *.py, *.php
TODO:
finish *.go
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/09[Sep]/22[Sun]|01:11[AM]/01:11)
1.0.72
New:
update 009_operator_optional_chaining.js,py,php
update 010_operator_nullish_coalescing.js,py,php
update 007_functions.js,py,php
create function_pipe.js,py,php
update json_stringify.js,py,php
update get_type.js,py,php
update yyy_required_features.js,py,php
TODO:
finish *.go
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/09[Sep]/19[Thu]|02:18[AM]/02:18)
1.0.71
New:
finish string_interpolation.go
finish function_variadic_rest_arguments.go
finish console_log.go
finish 006_arrays.go
finish function_optional_argument_default_argument_value.go
finish json_stringify.go
finish get_type.go
finish 005_objects.go
finish function_iife.go
finish 004_loops.go
finish generate_number_sequence.go
finish variables_and_scopes.go
finish object_from_entries.go
some update in js, py, php
TODO:
finish *.go
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/09[Sep]/18[Wed]|12:11[PM]/12:11)
1.0.70
New:
update string_interpolation and console_log in *.php
TODO:
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/09[Sep]/18[Wed]|02:22[AM]/02:22)
1.0.69
New:
finish *.php
TODO:
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/09[Sep]/17[Tue]|01:11[AM]/01:11)
1.0.68
New:
finish string_interpolation.py
finish function_variadic_rest_arguments.py
finish console_log.py
finish 006_arrays.py
finish function_optional_argument_default_argument_value.py
finish json_stringify.py
finish get_type.py
finish 005_objects.py
finish function_iife.py
finish 004_loops.py
finish generate_number_sequence.py
finish variables_and_scopes.py
finish object_from_entries.py
TODO:
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/09[Sep]/15[Sun]|10:00[PM]/22:00)
1.0.67
New:
add object_from_entries.*
update and improve jsonstringify in *.go
create and rename and change so many things
TODO:
check everything in each language
check chaos.txt for more
=============================changelog==========================================
(2024/09[Sep]/11[Wed]|01:46[AM]/01:46)
1.0.66
New:
check object_keys.* and object_values.*
TODO:
=============================changelog==========================================
(2024/09[Sep]/11[Wed]|01:06[AM]/01:06)
1.0.65
New:
fix jsonstringify variadic function in matlab/gnu_octave
fix custom ternary function in matlab/gnu_octave, go, lua
TODO:
check object_keys.* and object_values.*
=============================changelog==========================================
(2024/09[Sep]/10[Tue]|06:39[AM]/06:39)
1.0.64
New:
add and check object_entries.*
TODO:
fix jsonstringify variadic function in matlab/gnu_octave
check object_keys.* and object_values.*
=============================changelog==========================================
(2024/09[Sep]/09[Mon]|10:54[PM]/22:54)
1.0.63
New:
add object_values.*
TODO:
=============================changelog==========================================
(2024/08[Aug]/31[Sat]|05:07[AM]/05:07)
1.0.62
New:
change *.r from camelCase to snake_case
finish set up R .lintr
TODO:
try groovy, f#, crystal, java
=============================changelog==========================================
(2024/08[Aug]/31[Sat]|03:48[AM]/03:48)
1.0.61
New:
add object_keys.*
TODO:
try groovy, f#, crystal, java
=============================changelog==========================================
(2024/08[Aug]/30[Fri]|05:47[AM]/05:47)
1.0.60
New:
update 005_objects.*
array.length
get object by key
change object by key
delete object by key
computed property names
TODO:
try groovy, f#, crystal, java
=============================changelog==========================================
15:09 | 03:09 PM | Thu | Apr | 18/04/2024
0.0.59
New:
finish update JSON.stringify for R, Raku, Ruby, Swift, visual_basic_dotnet and wolfram
TODO:
try groovy, f#, crystal, java
=============================changelog==========================================
02:39 | 02:39 AM | Sat | Apr | 06/04/2024
0.0.57
New:
finish php, perl, almost finish R
TODO:
recheck and finish R
continue update JSON.stringify
try groovy, f#, crystal, java
=============================changelog==========================================
03:58 | 03:58 AM | Fri | Apr | 05/04/2024
0.0.56
New:
create custom JSON.stringify for Lua and Julia
update JSON.stringify on *.scala, *.cs, *.dart, *.go, *.jl, *.kt, *.lua, *.m
update and fix so many things
TODO:
continue update JSON.stringify
try groovy, f#, crystal, java
=============================changelog==========================================
02:17 | 02:17 AM | Wed | Apr | 03/04/2024
0.0.55
New:
small fix at compile_and_run_scala_file.py
TODO:
try groovy, f#, crystal, java
=============================changelog==========================================
02:17 | 02:17 AM | Wed | Apr | 03/04/2024
0.0.54
finish learn Scala
update so many things
TODO:
try groovy, f#, crystal, java
=============================changelog==========================================
00:11 | 12:11 AM | Sun | Mar | 31/03/2024
0.0.53
finish learn Raku
update Perl
TODO:
try scala, groovy, f#, crystal, java
=============================changelog==========================================
20:32 | 08:32 PM | Thu | Mar | 28/03/2024
0.0.52
finish wolfram
update gitattributes #2
update so many things
TODO:
try raku, scala, groovy, f#, crystal, java
=============================changelog==========================================
20:32 | 08:32 PM | Thu | Mar | 28/03/2024
0.0.52
finish wolfram
update gitattributes
update so many things
TODO:
try raku, scala, groovy, f#, crystal, java
=============================changelog==========================================
20:32 | 08:32 PM | Thu | Mar | 28/03/2024
0.0.51
finish wolfram
update so many things
TODO:
try raku, scala, groovy, f#, crystal, java
=============================changelog==========================================
04:08 | 04:08 AM | Thu | Mar | 21/03/2024
0.0.50
try .gitattributes part 5
TODO:
try wolfram, raku, scala, groovy, f#, crystal, java
=============================changelog==========================================
04:08 | 04:08 AM | Thu | Mar | 21/03/2024
0.0.49
try .gitattributes part 4
TODO:
try wolfram, raku, scala, groovy, f#, crystal, java
=============================changelog==========================================
04:08 | 04:08 AM | Thu | Mar | 21/03/2024
0.0.48
try .gitattributes part 3
TODO:
try wolfram, raku, scala, groovy, f#, crystal, java
=============================changelog==========================================
04:08 | 04:08 AM | Thu | Mar | 21/03/2024
0.0.47
try .gitattributes part 2
TODO:
try wolfram, raku, scala, groovy, f#, crystal, java
=============================changelog==========================================
04:08 | 04:08 AM | Thu | Mar | 21/03/2024
0.0.46
finish c#
update so many things
try .gitattributes part 1
TODO:
try wolfram, raku, scala, groovy, f#, crystal, java
=============================changelog==========================================
23:29 | 11:29 PM | Mon | Mar | 18/03/2024
0.0.45
finish matlab, octave
update so many things
TODO:
finish c#
try wolfram, raku, scala, groovy, f#, crystal, java
=============================changelog==========================================
07:41 | 07:41 AM | Thu | Mar | 14/03/2024
0.0.44
dump gdscript because it doesn't support closure
finish vb
update so many things
TODO:
finish c#
try scala, groovy, f#, crystal, matlab, octave, java
=============================changelog==========================================
14:13 | 02:13 PM | Wed | Mar | 06/03/2024
0.0.43
add chomp to JSON.json in *.jl
fix pretty_json_stringify in *.pl & *.r
fix prettyJsonStringify in *.kt & *.swift
update new line string interpolation
finish yyy_required_features.[js, py, php, go, pl, jl, lua, rb, r, kt, swift, dart, vb, cs]
TODO:
finish vb, c#
try gdscript
=============================changelog==========================================
20:42 | 08:42 PM | Sun | Mar | 03/03/2024
0.0.42
rename files
=============================changelog==========================================
21:57 | 09:57 PM | Wed | Feb | 28/02/2024
0.0.41
add online_playgrounds.txt
update requirements.txt
update www.001.abbreviate_name.[js, py, php, go, pl, jl, lua, rb, r, kt, swift, dart]
add www.002.count_vowels.[js, py, php, go, pl, jl, lua, rb, r, kt, swift, dart]
update prettyJsonStringify in *.kt, *.swift
add bool_to_string to *.pl, *.php
update Array.filter.pl, Array.filter.php, Array.includes.r
try vb, c#, elixir, java
=============================changelog==========================================
14:17 | 02:17 PM | Mon | Feb | 19/02/2024
0.0.40
update Array.reduce.*
add s_print in *.lua, change some print to s_print
fix prettyArrayOfPrimitives in *.go, *.kt, *.r
fix pretty_array_of_primitives in *.jl, *.lua, *.php, *.swift
fix prettyJsonStringify in *.swift
try rust
=============================changelog==========================================
03:06 | 03:06 AM | Thu | Feb | 08/02/2024
0.0.39
update list_file.py
update file_list.csv
add www.codewars abbreviate_name
=============================changelog==========================================
05:56 | 05:56 AM | Wed | Feb | 07/02/2024
0.0.38
small updates
=============================changelog==========================================
21:40 | 09:40 PM | Mon | Nov | 27/11/2023
0.0.37
finish learn dart
add 000.notes.dart
add 001.comment.dart
add 002.hello_world.dart
add 003.Conditionals.dart
add 004.Loops.dart
add 005.Objects.dart
add 006.Arrays.dart
add 007.Functions.dart
add 008.operator_ternary.dart
add 009.operator_optional_chaining.dart
add 010.operator_nullish_coalescing.dart
add 011.operator_spread.dart
add Array.every.dart
add Array.filter.dart
add Array.find.dart
add Array.findIndex.dart
add Array.includes.dart
add Array.map.dart
add Array.reduce.dart
add Array.some.dart
add factorial.dart
add fizzbuzz.dart
add xxx.chaos.dart
update and fix so many things
=============================changelog==========================================
17:40 | 05:40 PM | Tue | Nov | 21/11/2023
0.0.36
small update
try more crystal and mojo and give up
=============================changelog==========================================
13:22 | 01:22 PM | Tue | Nov | 21/11/2023
0.0.35
print data in 005.Objects.* and 006.Arrays.*
=============================changelog==========================================
00:23 | 12:23 AM | Tue | Nov | 21/11/2023
0.0.34
finish learn swift
add 000.notes.swift
add 001.comment.swift
add 002.hello_world.swift
add 003.Conditionals.swift
add 004.Loops.swift
add 005.Objects.swift
add 006.Arrays.swift
add 007.Functions.swift
add 008.operator_ternary.swift
add 009.operator_optional_chaining.swift
add 010.operator_nullish_coalescing.swift
add 011.operator_spread.swift
add Array.every.swift
add Array.filter.swift
add Array.find.swift
add Array.findIndex.swift
add Array.includes.swift
add Array.map.swift
add Array.reduce.swift
add Array.some.swift
add factorial.swift
add fizzbuzz.swift
add xxx.chaos.swift
update and fix so many things
=============================changelog==========================================
19:10 | 07:10 PM | Sun | Nov | 19/11/2023
0.0.33
install mojo and swift in WSL Ubuntu
try mojo, dart, swift
=============================changelog==========================================
03:09 | 03:09 AM | Sun | Nov | 19/11/2023
0.0.32
try V
=============================changelog==========================================
02:07 | 02:07 AM | Sun | Nov | 19/11/2023
0.0.31
reorder file names
try Odin
=============================changelog==========================================
20:06 | 08:06 PM | Sat | Nov | 18/11/2023
0.0.30
small update
try MATLAB
=============================changelog==========================================
17:49 | 05:49 PM | Fri | Nov | 17/11/2023
0.0.29
update parentheses in *.go files
change JSON->new->allow_nonref->pretty->encode to pretty_json_stringify in *.pl
update operator_nullish_coalescing.*
update optional chaining add array example too
update Array.reduce.*
update PHP array_push, perl push, Julia push!, append!, [;], vcat()
update pretty_array_of_primitives, prettyArrayOfPrimitives, getType
update pretty_array_of_primitives in *.pl
add get element, get first element, get last element in 1.Arrays.*
add get element in 1.Objects.*
add iterate over and get each key-value pair and iteration index in 1.Objects.*
change MutableList<*> to MutableList<Any?>
change MutableMap<*, *> to MutableMap<String, Any?>
change for 0..$# to traditional for loop < scalar(@an_array) in *.pl
change Associative Array to Array of Associative Arrays in *.php
=============================changelog==========================================
23:04 | 11:04 PM | Wed | Nov | 15/11/2023
0.0.28
learn and add Kotlin (*.kt)
update and fix so many things
=============================changelog==========================================
13:21 | 01:21 PM | Tue | Nov | 14/11/2023
0.0.27
update readme.txt and add notes.txt
small update in most .go file
=============================changelog==========================================
01:08 | 01:08 AM | Tue | Nov | 14/11/2023
0.0.26
update 1.Arrays.js, 1.Arrays.go, 1.Arrays.php, 1.Arrays.pl, 1.Arrays.py, 1.Arrays.jl, 1.Arrays.lua, 1.Arrays.rb, 1.Arrays.r
create 1.Objects.js, 1.Objects.go, 1.Objects.php, 1.Objects.pl, 1.Objects.py, 1.Objects.jl, 1.Objects.lua, 1.Objects.rb, 1.Objects.r
create 1.Loops.js, 1.Loops.go, 1.Loops.php, 1.Loops.pl, 1.Loops.py, 1.Loops.jl, 1.Loops.lua, 1.Loops.rb, 1.Loops.r
update and fix so many things
=============================changelog==========================================
01:33 | 01:33 AM | Mon | Nov | 13/11/2023
0.0.25
create Array.every.r
create Array.filter.r
create Array.find.r
create Array.findIndex.r
create Array.includes.r
create Array.map.r
create 1.Arrays.r
create Array.reduce.r
create Array.some.r
create 0.comment.r
create conditionals.r
create factorial.r
create fizzbuzz.r
create function.r
create hello_world.r
create operator_nullish_coalescing.r
create operator_optional_chaining.r
create operator_spread.r
create operator_ternary.r
update and fix so many things
=============================changelog==========================================
23:58 | 11:58 PM | Wed | Nov | 08/11/2023
0.0.24
create 0.comment.rb
create conditionals.rb
create 1.Arrays.rb
create Array.every.rb
create Array.filter.rb
create Array.find.rb
create Array.findIndex.rb
create Array.includes.rb
create Array.map.rb
create Array.reduce.rb
create Array.some.rb
create factorial.rb
create fizzbuzz.rb
create function.rb
create hello_world.rb
create operator_nullish_coalescing.rb
create operator_optional_chaining.rb
create operator_spread.rb
create operator_ternary.rb
create, update and fix so many things
=============================changelog==========================================
18:37 | 06:37 PM | Tue | Nov | 07/11/2023
0.0.23
update and fix so many things
=============================changelog==========================================
22:09 | 10:09 PM | Sun | Nov | 05/11/2023
0.0.21
create comments.js, conditionals.js
create comments.py, conditionals.py
create comments.php, conditionals.php
create comments.go, conditionals.go
create comments.pl, conditionals.pl
create comments.jl, conditionals.jl
create comments.lua, conditionals.lua
=============================changelog==========================================
15:34 | 03:34 PM | Sun | Nov | 05/11/2023
0.0.20
small update in *.lua
small update in operator_ternary.lua and operator_ternary.go
=============================changelog==========================================
02:34 | 02:34 AM | Sun | Nov | 05/11/2023
0.0.19
create Array.every.lua
create Array.filter.lua
create Array.find.lua
create Array.findIndex.lua
create Array.includes.lua
create Array.map.lua
create Array.reduce.lua
create Array.some.lua
create operator_nullish_coalescing.lua
create operator_optional_chaining.lua
create operator_spread.lua
create operator_ternary.lua
create factorial.lua
create fizzbuzz.lua
create function.lua
create 1.Arrays.js
create 1.Arrays.py
create 1.Arrays.php
create 1.Arrays.go
create 1.Arrays.pl
create 1.Arrays.jl
create 1.Arrays.lua
=============================changelog==========================================
19:53 | 07:53 PM | Wed | Nov | 01/11/2023
0.0.18
create function.js
create function.py
create function.php
create function.go
create function.pl
create function.jl
=============================changelog==========================================
19:38 | 07:38 PM | Tue | Oct | 31/10/2023
0.0.17
create Array.every.jl
create Array.filter.jl
create Array.find.jl
create Array.findIndex.jl
create Array.includes.jl
create Array.map.jl
create Array.reduce.jl
create Array.some.jl
create operator_nullish_coalescing.jl
create operator_optional_chaining.jl
create operator_spread.jl
create operator_ternary.jl
create factorial.jl
create fizzbuzz.jl
=============================changelog==========================================
22:23 | 10:23 PM | Sat | Oct | 28/10/2023
0.0.16
create fizzbuzz.js
create fizzbuzz.py
create fizzbuzz.php
create fizzbuzz.go
create fizzbuzz.pl
=============================changelog==========================================
20:09 | 08:09 PM | Sat | Oct | 28/10/2023
0.0.15
create factorial.js
create factorial.py
create factorial.php
create factorial.go
create factorial.pl
=============================changelog==========================================
23:36 | 11:36 PM | Thu | Aug | 24/08/2023
0.0.14
create operator_nullish_coalescing.js
create operator_nullish_coalescing.py
create operator_nullish_coalescing.php
create operator_nullish_coalescing.go
create operator_nullish_coalescing.pl
=============================changelog==========================================
21:44 | 09:44 PM | Thu | Aug | 24/08/2023
0.0.13
create operator_optional_chaining.js
create operator_optional_chaining.py
create operator_optional_chaining.php
create operator_optional_chaining.go
create operator_optional_chaining.pl
=============================changelog==========================================
15:07 | 03:07 PM | Wed | Aug | 23/08/2023
0.0.12
create operator_spread.js
create operator_spread.py
create operator_spread.php
create operator_spread.go
create operator_spread.pl
=============================changelog==========================================
00:40 | 12:40 AM | Wed | Aug | 23/08/2023
0.0.11
create operator_ternary.js
create operator_ternary.py
create operator_ternary.php
create operator_ternary.go
create operator_ternary.pl
=============================changelog==========================================
19:28 | 07:28 PM | Tue | Aug | 22/08/2023
0.0.9
create Array.some.js
create Array.some.py
create Array.some.php
create Array.some.go
create Array.some.pl
=============================changelog==========================================
17:36 | 05:36 PM | Tue | Aug | 22/08/2023
0.0.8
create Array.reduce.js
create Array.reduce.py
create Array.reduce.php
create Array.reduce.go
create Array.reduce.pl
=============================changelog==========================================
22:36 | 10:36 PM | Fri | Aug | 18/08/2023
0.0.7
fix all perl codes
create Array.map.js
create Array.map.py
create Array.map.php
create Array.map.go
create Array.map.pl
=============================changelog==========================================
18:35 | 06:35 PM | Thu | Aug | 17/08/2023
0.0.6
create Array.includes.js
create Array.includes.py
create Array.includes.php
create Array.includes.go
create Array.includes.pl
=============================changelog==========================================
04:23 | 04:23 AM | Thu | Aug | 17/08/2023
0.0.5
create Array.findIndex.js
create Array.findIndex.py
create Array.findIndex.php
create Array.findIndex.go
create Array.findIndex.pl
=============================changelog==========================================
02:39 | 02:39 AM | Thu | Aug | 17/08/2023
0.0.4
restructure some files and folders
=============================changelog==========================================
02:29 | 02:29 AM | Thu | Aug | 17/08/2023
0.0.3
create Array.find.js
create Array.find.py
create Array.find.php
create Array.find.go
create Array.find.pl
=============================changelog==========================================
23:56 | 11:56 PM | Wed | Aug | 16/08/2023
0.0.2
create Array.filter.js
create Array.filter.py
create Array.filter.php
create Array.filter.go
create Array.filter.pl
=============================changelog==========================================
00:41 | 12:41 AM | Mon | Aug | 14/08/2023
0.0.1
create Array.every.js
create Array.every.py
create Array.every.php
create Array.every.go
create Array.every.pl