Commit Graph

8687 Commits (c48f6ff03e7330a2409ca08158e0efe7d205c1f4)
 

Author SHA1 Message Date
godzylinux c48f6ff03e improved tests
2 years ago
godzylinux 65c006490f added comments describing why we use get_registered_params before notifying read methods
2 years ago
godzylinux 11f2508eb0 improved date tests
2 years ago
godzylinux 2e8225a85e fixed url tests
2 years ago
godzylinux 37fafabfdd renamed test name
2 years ago
godzylinux 045f8a2045 added tests for date
2 years ago
godzylinux 4885739dfe simplified tmp date creation for notify_datetime_changes
2 years ago
godzylinux b5067affa2 used the new utility to create a fine-grained ReactiveDate
2 years ago
godzylinux df4ae4d7ee initial attempt to make date fine-grained
2 years ago
godzylinux dc80bf392b more streamlined behavior: only returning true will increment the version signal now
2 years ago
godzylinux bcd2927b9d made set and map more fine-grained and improved tests
2 years ago
godzylinux 68b1423d33 renamed variables and created config so interceptors can be extended easily
2 years ago
godzylinux 6734775200 simplified `get_signal_for_function` and added more tests
2 years ago
godzylinux 7f2b7b0680 used `//` comments so that internal stuff won't show in the index.d.ts
2 years ago
godzylinux 353184c2ba renamed NOTIFY_WITH_ALL_PARAMS to NOTIFY_WITH_ALL_REGISTERED_PARAMS
2 years ago
godzylinux 968d0d6e0d improved and simplified console.log/debug/etc behavior of Reactive[Something] classes
2 years ago
godzylinux 376297ed27 added more tests
2 years ago
godzylinux c9a9881e41 used version_signal's initial value to determine if it has already changed within a single changeset or not
2 years ago
godzylinux ab13b7ff40 removed searchParams on url from write_properties
2 years ago
godzylinux f79784a374 added fine-grained test for url
2 years ago
godzylinux 82f62e3fa8 fixed copy pasta errors
2 years ago
godzylinux 7f3634e937 ran build and updated generated index.d.ts
2 years ago
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