Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@alex-gutev alex-gutev released this 25 May 07:28
· 1 commit to master since this release

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.