Commit Graph

  • 8892078091
    Update 01-faq.md (#11873) Błażej Nowakowski 2024-06-02 16:20:27 +0200
  • f079695729
    Update 01-faq.md #11873 Błażej Nowakowski 2024-06-02 15:57:50 +0200
  • 7ce6868502
    fix: process-messages script not working when hidden file is auto-created (#11857) BlueGreenMagick 2024-06-02 22:50:01 +0900
  • 520e6be643
    docs: "What's new in Svelte" June newsletter (#11772) Dani Sandoval 2024-06-02 03:26:45 -0600
  • d3fd750491 fixed url to work with node18 #11504 FoHoOV 2024-06-01 19:07:39 +0330
  • 0611bef665 ignore rules rather than adding catch blocks. add async to functions returning promises Ben McCann 2024-06-01 09:29:00 -0700
  • 245946171f improved reactivity for search-params FoHoOV 2024-05-30 15:46:25 +0330
  • 474155b8ff improved date tests FoHoOV 2024-05-30 15:46:11 +0330
  • d59a51a796 simplified interceptors for date godzylinux 2024-05-25 20:37:22 +0330
  • cf2f76ff77 moved `modified_date_to_compare` out of function to prevent creating a new instance on each change godzylinux 2024-05-25 01:03:57 +0330
  • c48f6ff03e improved tests godzylinux 2024-05-25 00:35:52 +0330
  • 65c006490f added comments describing why we use get_registered_params before notifying read methods godzylinux 2024-05-25 00:07:58 +0330
  • 11f2508eb0 improved date tests godzylinux 2024-05-24 23:45:06 +0330
  • 2e8225a85e fixed url tests godzylinux 2024-05-24 23:44:57 +0330
  • 37fafabfdd renamed test name godzylinux 2024-05-24 23:12:07 +0330
  • 045f8a2045 added tests for date godzylinux 2024-05-24 23:10:48 +0330
  • 4885739dfe simplified tmp date creation for notify_datetime_changes godzylinux 2024-05-24 22:49:19 +0330
  • b5067affa2 used the new utility to create a fine-grained ReactiveDate godzylinux 2024-05-24 21:56:57 +0330
  • df4ae4d7ee initial attempt to make date fine-grained godzylinux 2024-05-24 21:09:33 +0330
  • dc80bf392b more streamlined behavior: only returning true will increment the version signal now godzylinux 2024-05-24 16:17:22 +0330
  • bcd2927b9d made set and map more fine-grained and improved tests godzylinux 2024-05-24 14:24:45 +0330
  • 68b1423d33 renamed variables and created config so interceptors can be extended easily godzylinux 2024-05-24 14:10:19 +0330
  • 6734775200 simplified `get_signal_for_function` and added more tests godzylinux 2024-05-24 13:39:19 +0330
  • 7f2b7b0680 used `//` comments so that internal stuff won't show in the index.d.ts godzylinux 2024-05-23 15:24:35 +0330
  • 353184c2ba renamed NOTIFY_WITH_ALL_PARAMS to NOTIFY_WITH_ALL_REGISTERED_PARAMS godzylinux 2024-05-23 15:17:42 +0330
  • 968d0d6e0d improved and simplified console.log/debug/etc behavior of Reactive[Something] classes godzylinux 2024-05-23 11:09:45 +0330
  • 376297ed27 added more tests godzylinux 2024-05-23 11:09:06 +0330
  • c9a9881e41 used version_signal's initial value to determine if it has already changed within a single changeset or not godzylinux 2024-05-22 20:45:21 +0330
  • ab13b7ff40 removed searchParams on url from write_properties godzylinux 2024-05-22 16:31:37 +0330
  • f79784a374 added fine-grained test for url godzylinux 2024-05-22 15:56:28 +0330
  • 82f62e3fa8 fixed copy pasta errors godzylinux 2024-05-22 15:16:01 +0330
  • 7f3634e937 ran build and updated generated index.d.ts godzylinux 2024-05-22 14:07:27 +0330
  • 8ddf0618e5 added more tests for url godzylinux 2024-05-22 13:42:13 +0330
  • 45025beb78 fixed where updating the search wouldn't keep the new order of how they are added godzylinux 2024-05-22 13:21:01 +0330
  • 416a68e0ba made url more fine-grained godzylinux 2024-05-22 12:44:11 +0330
  • 12ddf383de removed sending the constructor params to getters! godzylinux 2024-05-22 12:13:44 +0330
  • 0e4239c3d1 added more tests for searchParams godzylinux 2024-05-22 11:55:58 +0330
  • 989f429be2 improved comments godzylinux 2024-05-22 11:29:21 +0330
  • 0ccda208fe refactored date.js to use the generic make_reactive utility godzylinux 2024-05-22 11:28:05 +0330
  • 7ac79e6b6c renamed notify_read_methods to notify_read_properties godzylinux 2024-05-22 11:27:28 +0330
  • 42bf1e995f changed reactivity/url to use the new utility, also made it fine-grained reactive godzylinux 2024-05-22 11:15:46 +0330
  • 90531c1557 improved utility for reactivity package so if we wanted to we can export stuff from the base proxied class godzylinux 2024-05-22 11:14:36 +0330
  • cfc219e0d3 simplify and improve types godzylinux 2024-05-21 00:59:48 +0330
  • 662a48d0e8 made read_properties optional godzylinux 2024-05-20 20:03:27 +0330
  • 38a0d5e53b fixed linter issue godzylinux 2024-05-20 19:50:09 +0330
  • dc89f8de2d ran build which auto updated index.d.ts godzylinux 2024-05-20 19:25:15 +0330
  • 2d12cbab91 improved comments and simplified code godzylinux 2024-05-20 18:44:42 +0330
  • 77405de103 simplified reactivity for map godzylinux 2024-05-18 23:52:42 +0330
  • 58b8c10f39 optimized version signal updates godzylinux 2024-05-18 22:40:02 +0330
  • d8bc4c7a7f added fix to work with $inspect rune godzylinux 2024-05-18 20:22:29 +0330
  • 9715aa8509 notifying other signals of changes, AFTER the change has actually took effect godzylinux 2024-05-18 19:55:21 +0330
  • 5950d47b36 improved comments godzylinux 2024-05-17 10:23:10 +0330
  • b7049d889b removed todo comment godzylinux 2024-05-12 20:37:25 +0330
  • 68dfe7914a removed size from read properties because it can depend on version signal and doesn't require its own signal godzylinux 2024-05-11 10:18:06 +0330
  • c6c4f4648c added tests regarding handling of values not the set/map godzylinux 2024-05-10 21:58:35 +0330
  • 1bfdd60c8b optimized when we create the signals godzylinux 2024-05-10 21:48:18 +0330
  • 2ad0a21796 used symbol instead of stupid uuid! what was I thinking?? godzylinux 2024-05-10 21:13:07 +0330
  • eaa3fc2d96 fixed test godzylinux 2024-05-10 02:09:04 +0330
  • 80a73b4365 added the ability to notify with all params godzylinux 2024-05-10 02:06:51 +0330
  • cb8bf44592 instead of nested functions used separate function godzylinux 2024-05-10 01:22:49 +0330
  • 2177272082 initial map support godzylinux 2024-05-10 01:10:03 +0330
  • 0df3dcd925 fixed test because logging false after clear for 3 is not fine-grained (because we already got it after delete) godzylinux 2024-05-09 18:56:53 +0330
  • 785e51ea64 fixed a bug where if a method didn't take arguments reactivity wouldn't work godzylinux 2024-05-09 18:54:37 +0330
  • 3dc711da16 added comments to read_methods_signals and version_signal godzylinux 2024-05-09 18:35:42 +0330
  • 6885f1cfd2 again another take on this matter, but this version is not optimized at all godzylinux 2024-05-09 18:27:57 +0330
  • ea911924fd added some comments godzylinux 2024-05-09 15:42:29 +0330
  • 81d33e3465 renamed signal to version_signal godzylinux 2024-05-08 23:06:49 +0330
  • 6c4a4b61ac 1- interceptors can be used for anything now (types) 2- removed templated constructor params cause it didn't do anything (types) godzylinux 2024-05-08 17:41:33 +0330
  • 8da76fa893 removed enforcement of defining interceptors since each mutation_property doesnt *require* one godzylinux 2024-05-08 17:24:42 +0330
  • 6162079f26 removed map from utils because it wasnt used anymore godzylinux 2024-05-08 17:22:02 +0330
  • 35d9906144 improved jsdocs for interceptors godzylinux 2024-05-08 17:18:47 +0330
  • c163ec75cc improved types godzylinux 2024-05-08 12:17:42 +0330
  • 10c8197478 better describe what `mutation_properties` does godzylinux 2024-05-07 21:10:14 +0330
  • 54e33aa10d fixed condition of `delete` in ReactiveSet godzylinux 2024-05-07 20:51:45 +0330
  • 72cb168cb4 removed unnecessary as const cast godzylinux 2024-05-07 20:48:05 +0330
  • f076bbc7d4 a new take on reactivity package godzylinux 2024-05-07 20:16:48 +0330
  • 73eff422d9 merge main Ben McCann 2024-05-31 22:45:57 -0700
  • 5bc782d601 changeset Yoonchae Lee 2024-06-01 12:58:48 +0900
  • 8f870c26aa modify test Yoonchae Lee 2024-06-01 12:51:34 +0900
  • 376e6d6692 attach remaining trailing comments to ast Yoonchae Lee 2024-06-01 12:20:35 +0900
  • ee098cced4 always attach trailingComments to parent node if possible this is required to correctly calculate expression's ending index correctly with expr.trailingComments.at(-1).end in `compiler/phases/1-parse/read/expression.js` Yoonchae Lee 2024-06-01 12:03:06 +0900
  • e94f1ae236 allow leading and trailing comments in mustache tags Yoonchae Lee 2024-05-31 23:27:46 +0900
  • f7ccfb75a1 respond to pr comments #11772 Dani Sandoval 2024-05-31 21:03:29 -0600
  • b42e5b385a merge Dominic Gannaway 2024-05-31 21:58:32 +0100
  • a93902bdce Merge branch 'main' into improve-each Dominic Gannaway 2024-05-31 21:58:15 +0100
  • 5a37d12c99
    chore: tweak pause_effects more (#11864) Dominic Gannaway 2024-05-31 21:57:39 +0100
  • d432a53c14 tune #11864 Dominic Gannaway 2024-05-31 21:50:38 +0100
  • d035a3d671 tune Dominic Gannaway 2024-05-31 21:46:18 +0100
  • bf797a7056 chore: tweak pause_effects more Dominic Gannaway 2024-05-31 21:40:34 +0100
  • da04d7b17f conflict Dominic Gannaway 2024-05-31 21:39:13 +0100
  • 11e32440c7 conflict Dominic Gannaway 2024-05-31 21:31:53 +0100
  • 7429e544cc
    chore: more tweaks to each block performance (#11863) Dominic Gannaway 2024-05-31 21:30:51 +0100
  • 93356a7d3a chore: more tweaks to each block performance #11863 Dominic Gannaway 2024-05-31 21:25:38 +0100
  • 9fb907a369 chore: more tweaks to each block performance Dominic Gannaway 2024-05-31 21:24:33 +0100
  • f4c8752e9f conflict Dominic Gannaway 2024-05-31 21:03:11 +0100
  • ef2d378b67
    chore: tweak each block runtime logic (#11862) Dominic Gannaway 2024-05-31 21:01:47 +0100
  • a1e4a0f475 chore: tweak each block runtime logic #11862 Dominic Gannaway 2024-05-31 20:38:14 +0100
  • dcb85a1688 chore: tweak each block runtime logic Dominic Gannaway 2024-05-31 20:36:56 +0100
  • de2d715572 chore: cast away paoloricciuti 2024-05-31 20:55:14 +0200
  • 4015924b0d chore: more comprehensive test paoloricciuti 2024-05-31 20:51:03 +0200