Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 1.07 KB

Changelog

All notable changes to this project will be documented in this file.

[0.3.0] - 2024-07-10

🚀 Features

  • a457655 (api) [breaking] Use owned value for data ()
While previously `StepFn` took the cell data by reference, now it takes
  it by value.
  • d840974 (engine) [breaking] Share methods between builders; Remove to_mapped ()

  • 7e4c79c (engine) Add is_finished() and is_infinite() ()

  • 1eaa62f (engine) [breaking] Add life_like automata; Restructure engine ()

🚜 Refactoring

  • 0f8ae28 (lint) Apply clippy suggestions ()