Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 881 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 881 Bytes

Changelog

All notable changes to this project will be documented in this file. For a detailed breakdown, see the repository's commit history.

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

[0.2.2] - 2022-09-25

Added

  • Pad out the implementation of the GridOptions struct.
  • Add support for filtering when using the Infinite Row Model.

[0.2.1] - 2022-09-19

Fixed

  • Some bugs with deployment.

[0.2.0] - 2022-09-19

Added

  • Start to pad out the implementation of the ColumnDef struct.
  • Implement serialization of types to wasm_bindgen::JsValues with the ToJsValue trait and associated macro.

[0.1.0] - 2022-09-14

An early draft with some proof of concept functionality.