New features:
-
live_cells::previous
Creates a cell that evaluates to the previous value of another cell.
-
Constructors for casting a
live_cells::cell
to a
live_cells::typed_cell
and vice versa.
Bug fixes:
- Fix issue with cell value not being set when set through a
live_cells::cell
/live_cells::typed_cell
container.