Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.73 KB

File metadata and controls

40 lines (28 loc) · 1.73 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.2 - 2025-06-05

Other

  • (grid_events) change event_listener id generation strategy to counter (#13)
  • update readme to remove no compilable examples and update instalation instruction (#11)

0.1.1 - 2025-05-22

Other

  • adjust action import (#10)
  • refactor flows to also run tests on main before release (#9)
  • improve public api usability (#7)

0.1.0 - 2025-05-22

Other

  • add release flow (#5)
  • update grid dependency (#4)
  • remove engine from cargo categories (#3)
  • apply rust api guidelines (#2)
  • adjust clippy formatting issues (#1)
  • create pull_request action
  • update cargo.toml
  • add readme and license
  • add docs
  • move main to examples
  • remove serde, wasm and grid_view for now
  • initial commit