Releases: frederick-wang/pyreactivity
Releases · frederick-wang/pyreactivity
v0.0.6
19 Jan 22:27
Compare
Sorry, something went wrong.
No results found
0.0.6 (2023-01-19)
Bug Fixes
rename DEV to DEBUG; 2. Fixed the bug that after assigning empty value to some reactive objs (febe793 )
v0.0.5
17 Jan 23:33
Compare
Sorry, something went wrong.
No results found
0.0.5 (2023-01-17)
Bug Fixes
reactive: fix the bug of proxy (6161311 )
reactive: fix the support of ndarray (6e4aba8 )
v0.0.4
17 Jan 12:34
Compare
Sorry, something went wrong.
No results found
0.0.4 (2023-01-17)
Bug Fixes
patches: fix the support of Ref for json (e83b2c3 )
Features
patches: add patch_json() and unpatch_json() functions (354b2ee )
ref/reactivity: add deep_unref() and deep_to_raw() (c82afa6 )
v0.0.3
16 Jan 12:11
Compare
Sorry, something went wrong.
No results found
0.0.3 (2023-01-16)
Bug Fixes
effect: fix reportPrivateImportUsage. (45094be )
explicitly export symbols in modules. (c712d74 )
reactive: add missing type and method (e25b026 )
reactive: Fix the bug len isn't tracked. (0fc98a3 )
reactive: items() and values() of dict fixed. (08dceb2 )
reactive: Lost reactivity after assigning. (4f00443 )
reactive: reactive() return type fixed. (6585650 )
reactive: TypeError message typo fixed. (eeaa2e5 )
ref: overload the ref() function (97e0d9e )
tests: typo fixed. (3695bb2 )
Features
patches: add support of ref for json.dumps (9de85d9 )
reactive: new util methods added. (637b593 )
tests: add a new case to test_reactive. (246a2bb )