Releases: Respo/respo.rs
Releases · Respo/respo.rs
fixes on events and diffing
0.0.11-a1 fixes on events and diffing; alpha tag 0.0.11-a1
Fixes and enrich docs
0.0.10 provide better docs; release 0.0.10
try to fix path escaping with module_path Pre-release
0.0.10-a2 try to fix path escaping with module_path; alpha tag 0.0.10-a2
try to fix path escaping with module_path
0.0.10-a1 try to fix path escaping with module_path; alpha tag 0.0.10-a1
fix support for hygienic macros #16
0.0.9 fix support for hygienic macros; tag 0.0.9
provide a more intuitive app template #15
0.0.8 add docs related to app template; tag 0.0.8
reduce explicit cast_from/into function in user land
by adding some more type abstractions, syntax for loading state writes:
let state: TaskState = states.data.cast_or_default()?;
and type cast of state dispatching handled internally:
dispatch.run_state(&cursor, TaskState { draft: value })?;
experiment on memoizations and Rc in diffing
to simulation React behavior "comparing by references".
write fewer brackets in CSS macro #12
0.0.4 add docs for release 0.0.4
add macro static_style #11
0.0.3 add macro static_style ; tag 0.0.3