Commit Graph

8651 Commits (2d12cbab9102ac5509fdc2b286d87c8270836830)
 

Author SHA1 Message Date
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
github-actions[bot] f411f776ca
Version Packages (next) (#11853)
2 years ago
Dominic Gannaway 9d2ecc1d7a
chore: improve event error handling (#11840)
2 years ago
Dominic Gannaway 2382eb08c5
fix: improve reactive Map and Set implementations (#11827)
2 years ago
Dominic Gannaway 3c84c21a03
fix: improve controlled each block cleanup performance (#11839)
2 years ago
github-actions[bot] aa91ed2c1c
Version Packages (next) (#11850)
2 years ago
Paolo Ricciuti c9c4b9d50b
fix: allow for more svelte-ignore to work (#11833)
2 years ago
Paolo Ricciuti 7e762cf481
fix: reevaluate namespace in slots (#11849)
2 years ago
Ben McCann e4faa7805d
chore: typecheck scripts (#11838)
2 years ago
Ben McCann 311b52453e
chore: replace Node 21 with Node 22 on CI (#11825)
2 years ago
github-actions[bot] 77a7aa361c
Version Packages (next) (#11831)
2 years ago
Ben McCann 60c321967e
chore: upgrade to typescript-eslint 8 (#11828)
2 years ago
Ben McCann 9a86e3b5e6
chore: linting and formatting on a per-package basis (#11834)
2 years ago
Paolo Ricciuti 82a645f8d0
fix: `$state.is` missing second argument on the server (#11835)
2 years ago
Dominic Gannaway 22e2aeca76
fix: address regressed memory leak (#11832)
2 years ago