Commit Graph

8587 Commits (852205144b1ee07ea3fb6173424186237f3e96a4)
 

Author SHA1 Message Date
godzylinux 852205144b fixed where updating the search wouldn't keep the new order of how they are added
2 years ago
godzylinux 850d285e40 made url more fine-grained
2 years ago
godzylinux 7f296861d6 removed sending the constructor params to getters!
2 years ago
godzylinux f8383ebcff added more tests for searchParams
2 years ago
godzylinux 3f74826689 improved comments
2 years ago
godzylinux 77ae1bac97 refactored date.js to use the generic make_reactive utility
2 years ago
godzylinux 05e58ce2aa renamed notify_read_methods to notify_read_properties
2 years ago
godzylinux 9ede4c31f1 changed reactivity/url to use the new utility, also made it fine-grained reactive
2 years ago
godzylinux bedaa89005 improved utility for reactivity package so if we wanted to we can export stuff from the base proxied class
2 years ago
godzylinux 760ee66a72 simplify and improve types
2 years ago
godzylinux e5da2aaa19 made read_properties optional
2 years ago
godzylinux c1c669e27a fixed linter issue
2 years ago
godzylinux 669cd930c1 ran build which auto updated index.d.ts
2 years ago
godzylinux 30d567290c improved comments and simplified code
2 years ago
godzylinux 5fea78937d simplified reactivity for map
2 years ago
godzylinux 38c085702f optimized version signal updates
2 years ago
godzylinux b129ade15d added fix to work with $inspect rune
2 years ago
godzylinux ae5bbac047 notifying other signals of changes, AFTER the change has actually took effect
2 years ago
godzylinux f1f0839031 improved comments
2 years ago
godzylinux 2808559aca removed todo comment
2 years ago
godzylinux 77a56989a6 removed size from read properties because it can depend on version signal and doesn't require its own signal
2 years ago
godzylinux 2b7abe557a added tests regarding handling of values not the set/map
2 years ago
godzylinux 1c0b5a1870 optimized when we create the signals
2 years ago
godzylinux b6a7d87b82 used symbol instead of stupid uuid! what was I thinking??
2 years ago
godzylinux 2333fd02fc fixed test
2 years ago
godzylinux dede52d0a4 added the ability to notify with all params
2 years ago
godzylinux 1bae9b98f0 instead of nested functions used separate function
2 years ago
godzylinux f86fa6eed2 initial map support
2 years ago
godzylinux 34447e851f fixed test because logging false after clear for 3 is not fine-grained (because we already got it after delete)
2 years ago
godzylinux b215067caf fixed a bug where if a method didn't take arguments reactivity wouldn't work
2 years ago
godzylinux 0e8f1072f9 added comments to read_methods_signals and version_signal
2 years ago
godzylinux 4ca0c9bdea again another take on this matter, but this version is not optimized at all
2 years ago
godzylinux edda6cb2b9 added some comments
2 years ago
godzylinux 89cee9678d renamed signal to version_signal
2 years ago
godzylinux 8113a21cd5 1- interceptors can be used for anything now (types)
2 years ago
godzylinux c2320214d2 removed enforcement of defining interceptors since each mutation_property doesnt *require* one
2 years ago
godzylinux 17f28a36e5 removed map from utils because it wasnt used anymore
2 years ago
godzylinux 5fca7101c2 improved jsdocs for interceptors
2 years ago
godzylinux ed8d0c05ae improved types
2 years ago
godzylinux 26497fa328 better describe what `mutation_properties` does
2 years ago
godzylinux f7db8d4d8b fixed condition of `delete` in ReactiveSet
2 years ago
godzylinux 1bf0330fdf removed unnecessary as const cast
2 years ago
godzylinux 22fc8869ef a new take on reactivity package
2 years ago
Rich Harris 0128df33da
fix: don't add scoping modifier to nesting selectors (#11713)
2 years ago
Rich Harris a17e84b61f
chore: tooltip tweaks (#11716)
2 years ago
Rich Harris 881040fb78
playground: reset on navigate (#11715)
2 years ago
Dominic Gannaway 09addad9ae
fix: improve handling of unowned derived signal (#11712)
2 years ago
github-actions[bot] fba6b5676b
Version Packages (next) (#11663)
2 years ago
Paolo Ricciuti f48001ac63
fix: check for invalid bindings on window and document (#11676)
2 years ago
Paolo Ricciuti b788b72862
fix: migrate derivations without semicolons (#11704)
2 years ago