Commit Graph

54 Commits

Author SHA1 Message Date
Michael Pfaff 61d917a69e
Revert "Use unwrap instead of unwrap_throw so that we get stacktraces"
This reverts commit 6f45e6b774.
2022-05-31 17:09:14 -04:00
Michael Pfaff 6f45e6b774
Use unwrap instead of unwrap_throw so that we get stacktraces 2022-05-26 08:45:35 -04:00
Pauan e9e9e61ed8 Fixing build errors 2021-10-17 10:49:43 +02:00
Pauan 28646a7f97 Minor improvements 2021-09-18 20:50:50 +02:00
Pauan 314ecf9eec Modernizing todomvc example 2021-05-28 15:10:10 +02:00
Pauan 1d444bffad Modernizing counter example 2021-05-28 13:37:14 +02:00
Pauan 85cddfabdb Modernizing async example 2021-05-28 13:29:17 +02:00
Pauan ca4e9651ad Modernizing animation example 2021-05-28 13:14:35 +02:00
Pauan 41b68baf90 Adding in livereload to the examples 2020-04-26 05:24:53 +02:00
Pauan 24920fd7af Adding in async example 2020-03-21 04:00:56 +01:00
Pauan 5083e7bdea Updating examples to use Rollup 2020-03-11 14:23:41 +01:00
Pauan 63ccea1c50 Fixing build errors 2019-08-29 05:17:47 +02:00
Pauan 2bed86b49e Adding in link, apply_methods, with_node, and on_click_go_to_url macros 2019-07-31 20:52:04 +02:00
Pauan 1cd3971a81 Improving the TodoMVC example 2019-07-23 04:45:31 +02:00
Pauan fae50b2401 Adding in interning system for strings 2019-06-21 01:57:47 +02:00
Pauan a7904e27c8 Minor tweaks 2019-06-15 11:23:38 +02:00
Pauan e70e499944 Reverting append_dom to take by reference 2019-06-11 18:20:15 +02:00
Pauan 4afde43974 Breaking change: dominator now uses wasm-bindgen rather than stdweb 2019-06-11 15:29:46 +02:00
Pauan 258ef239d8 Updating to work with latest Nightly 2019-04-29 02:30:55 +02:00
Pauan f93cbe5b2e Fixing to work with latest Nightly 2019-03-15 11:07:14 +01:00
Pauan b8775cbb68 Moving examples into stdweb subfolder 2019-01-09 11:19:22 +01:00
Pauan 2b11203e16 Fixing to work with latest nightly 2019-01-08 11:14:15 +01:00
Pauan 5d67d80351 Version 0.4.0 2018-12-21 12:29:44 +01:00
Pauan 08f0c85940 Adding in Url and routing 2018-11-01 01:40:31 -10:00
Pauan ba3f26eb2b Breaking change: replacing hidden and hidden_signal with visible and visible_signal 2018-10-25 13:44:17 -10:00
Pauan fb6b90dbf9 Fixing animation example 2018-10-24 23:53:18 -10:00
Pauan add339e640 Adding in Dom::text and Dom::text_signal methods 2018-10-24 23:39:55 -10:00
Pauan 795c2e3ae9 Updating to the latest rust-signals changes 2018-07-22 10:01:48 -10:00
Pauan 34709737c8 Breaking change: the builder macros now use method call syntax rather than function call syntax 2018-07-14 13:26:52 -10:00
Pauan 4c0368fd9f Updating to use set_neq 2018-07-14 11:36:50 -10:00
Pauan bfd990c12e Replacing with_slice with lock_slice 2018-06-22 08:08:04 -10:00
Pauan 7a32acd6d0 Adding in HIGHEST_ZINDEX 2018-06-11 21:06:51 -10:00
Pauan a751f76acf Changing to use crates.io version of stdweb 2018-06-08 02:05:58 -10:00
Pauan b72cbf5ec6 A lot of breaking changes, improvements, etc. 2018-04-25 13:01:52 -10:00
Pauan da73729693 Fixing to use the latest futures-signals 2018-03-29 15:48:20 -10:00
Pauan f3eff1f088 Exporting some stuff from stdweb 2018-03-18 08:49:40 -10:00
Pauan 072708b36a Changing to use the futures-signals crate 2018-03-18 06:11:52 -10:00
Pauan 214518beaf Fixing some things with the examples 2018-03-17 03:38:01 -10:00
Pauan 165fd7e5fa Changing Timestamps to use thread_local + Rc + RefCell rather than Arc + Mutex 2018-03-17 01:17:06 -10:00
Pauan 4c25472712 Changing to use a Rust queue for the animations 2018-03-15 20:50:21 -10:00
Pauan dc877f0aa3 Adding in working animations 2018-03-15 00:54:18 -10:00
Pauan 156a4e1941 Changing filter_map to filter 2018-03-12 14:09:30 -10:00
Pauan db41163c2d Splitting signals into a separate Git repo 2018-03-08 13:46:00 -10:00
Pauan b4613dc77b Tidying up the todomvc example 2018-03-08 13:18:28 -10:00
Pauan cfdf561394 Adding in serialization/deserialization for the todomvc example 2018-03-08 13:04:20 -10:00
Pauan 3b1bafd0df Adding in full TodoMVC example 2018-03-08 12:08:30 -10:00
Pauan d99dbbbee8 Adding in signal_vec::unsync::mutable, and also support for using SignalVec with dominator 2018-03-01 03:39:58 -10:00
Pauan 209c5a9f63 Changing to use stdweb 0.4.0: it's now usable! 2018-02-28 01:59:45 -10:00
Pauan 129a0ca09e Various changes 2018-02-25 22:01:04 -10:00
Pauan 8d1395d293 Major restructuring 2018-02-25 01:58:20 -10:00
Pauan 997dcbc237 Minor tweaks 2018-02-23 20:50:31 -10:00
Pauan 34b22c60f8 Adding in Map2 and map_rc macro 2018-02-23 16:50:03 -10:00
Pauan e7e22f3b21 Adding in DomChildren implementation for Signal 2018-02-20 22:08:36 -10:00
Pauan 874832e82b Initial commit 2018-02-20 20:37:09 -10:00