Skip to content

Releases: Respo/respo.rs

fixes on events and diffing

06 Jun 06:46
Compare
Choose a tag to compare
Pre-release
0.0.11-a1

fixes on events and diffing; alpha tag 0.0.11-a1

Fixes and enrich docs

05 Jun 05:09
Compare
Choose a tag to compare
0.0.10

provide better docs; release 0.0.10

try to fix path escaping with module_path Pre-release

04 Jun 15:39
Compare
Choose a tag to compare
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

04 Jun 15:17
Compare
Choose a tag to compare
0.0.10-a1

try to fix path escaping with module_path; alpha tag 0.0.10-a1

fix support for hygienic macros #16

04 Jun 15:01
Compare
Choose a tag to compare
0.0.9

fix support for hygienic macros; tag 0.0.9

provide a more intuitive app template #15

01 Jun 04:23
Compare
Choose a tag to compare
0.0.8

add docs related to app template; tag 0.0.8

reduce explicit cast_from/into function in user land

30 May 06:45
Compare
Choose a tag to compare

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

28 May 20:21
Compare
Choose a tag to compare

to simulation React behavior "comparing by references".

write fewer brackets in CSS macro #12

25 May 05:59
Compare
Choose a tag to compare
0.0.4

add docs for release 0.0.4

add macro static_style #11

25 May 04:32
Compare
Choose a tag to compare
0.0.3

add macro static_style ; tag 0.0.3