Commit Graph

8665 Commits (8ddf0618e5e338b42d8de4c19bb708446f21d357)
 

Author SHA1 Message Date
godzylinux 8ddf0618e5 added more tests for url
2 years ago
godzylinux 45025beb78 fixed where updating the search wouldn't keep the new order of how they are added
2 years ago
godzylinux 416a68e0ba made url more fine-grained
2 years ago
godzylinux 12ddf383de removed sending the constructor params to getters!
2 years ago
godzylinux 0e4239c3d1 added more tests for searchParams
2 years ago
godzylinux 989f429be2 improved comments
2 years ago
godzylinux 0ccda208fe refactored date.js to use the generic make_reactive utility
2 years ago
godzylinux 7ac79e6b6c renamed notify_read_methods to notify_read_properties
2 years ago
godzylinux 42bf1e995f changed reactivity/url to use the new utility, also made it fine-grained reactive
2 years ago
godzylinux 90531c1557 improved utility for reactivity package so if we wanted to we can export stuff from the base proxied class
2 years ago
godzylinux cfc219e0d3 simplify and improve types
2 years ago
godzylinux 662a48d0e8 made read_properties optional
2 years ago
godzylinux 38a0d5e53b fixed linter issue
2 years ago
godzylinux dc89f8de2d ran build which auto updated index.d.ts
2 years ago
godzylinux 2d12cbab91 improved comments and simplified code
2 years ago
godzylinux 77405de103 simplified reactivity for map
2 years ago
godzylinux 58b8c10f39 optimized version signal updates
2 years ago
godzylinux d8bc4c7a7f added fix to work with $inspect rune
2 years ago
godzylinux 9715aa8509 notifying other signals of changes, AFTER the change has actually took effect
2 years ago
godzylinux 5950d47b36 improved comments
2 years ago
godzylinux b7049d889b removed todo comment
2 years ago
godzylinux 68dfe7914a removed size from read properties because it can depend on version signal and doesn't require its own signal
2 years ago
godzylinux c6c4f4648c added tests regarding handling of values not the set/map
2 years ago
godzylinux 1bfdd60c8b optimized when we create the signals
2 years ago
godzylinux 2ad0a21796 used symbol instead of stupid uuid! what was I thinking??
2 years ago
godzylinux eaa3fc2d96 fixed test
2 years ago
godzylinux 80a73b4365 added the ability to notify with all params
2 years ago
godzylinux cb8bf44592 instead of nested functions used separate function
2 years ago
godzylinux 2177272082 initial map support
2 years ago
godzylinux 0df3dcd925 fixed test because logging false after clear for 3 is not fine-grained (because we already got it after delete)
2 years ago
godzylinux 785e51ea64 fixed a bug where if a method didn't take arguments reactivity wouldn't work
2 years ago
godzylinux 3dc711da16 added comments to read_methods_signals and version_signal
2 years ago
godzylinux 6885f1cfd2 again another take on this matter, but this version is not optimized at all
2 years ago
godzylinux ea911924fd added some comments
2 years ago
godzylinux 81d33e3465 renamed signal to version_signal
2 years ago
godzylinux 6c4a4b61ac 1- interceptors can be used for anything now (types)
2 years ago
godzylinux 8da76fa893 removed enforcement of defining interceptors since each mutation_property doesnt *require* one
2 years ago
godzylinux 6162079f26 removed map from utils because it wasnt used anymore
2 years ago
godzylinux 35d9906144 improved jsdocs for interceptors
2 years ago
godzylinux c163ec75cc improved types
2 years ago
godzylinux 10c8197478 better describe what `mutation_properties` does
2 years ago
godzylinux 54e33aa10d fixed condition of `delete` in ReactiveSet
2 years ago
godzylinux 72cb168cb4 removed unnecessary as const cast
2 years ago
godzylinux f076bbc7d4 a new take on reactivity package
2 years ago
Dominic Gannaway 5a37d12c99
chore: tweak pause_effects more (#11864)
2 years ago
Dominic Gannaway 7429e544cc
chore: more tweaks to each block performance (#11863)
2 years ago
Dominic Gannaway ef2d378b67
chore: tweak each block runtime logic (#11862)
2 years ago
github-actions[bot] fb57c20f28
Version Packages (next) (#11858)
2 years ago
Dominic Gannaway 3c87a69999
breaking: removed deferred event updates (#11855)
2 years ago
Dominic Gannaway 5f218b5f3d
chore: improve $state.frozen performance in prod (#11852)
2 years ago