Commit Graph

8603 Commits (ab837f24b2f6a18ba38bba69c338d0cd11706825)
 

Author SHA1 Message Date
godzylinux ab837f24b2 used the new utility to create a fine-grained ReactiveDate
2 years ago
godzylinux 853d28efe5 initial attempt to make date fine-grained
2 years ago
godzylinux 533f0ecda3 more streamlined behavior: only returning true will increment the version signal now
2 years ago
godzylinux 6f70bb6bda made set and map more fine-grained and improved tests
2 years ago
godzylinux 6e9bbeaad4 renamed variables and created config so interceptors can be extended easily
2 years ago
godzylinux 38e24874cd simplified `get_signal_for_function` and added more tests
2 years ago
godzylinux b2e7e302fe used `//` comments so that internal stuff won't show in the index.d.ts
2 years ago
godzylinux a9867c284a renamed NOTIFY_WITH_ALL_PARAMS to NOTIFY_WITH_ALL_REGISTERED_PARAMS
2 years ago
godzylinux 70b9619d59 improved and simplified console.log/debug/etc behavior of Reactive[Something] classes
2 years ago
godzylinux 28efcc9ddb added more tests
2 years ago
godzylinux 5460f0a3a6 used version_signal's initial value to determine if it has already changed within a single changeset or not
2 years ago
godzylinux 8d73265738 removed searchParams on url from write_properties
2 years ago
godzylinux aaf329a5da added fine-grained test for url
2 years ago
godzylinux 604f6e5aca fixed copy pasta errors
2 years ago
godzylinux 705e9d5914 ran build and updated generated index.d.ts
2 years ago
godzylinux 37cdebe434 added more tests for url
2 years ago
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