Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 1.23 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.

[0.5.0] - 2024-04-03

Changed

  • Updated Casper crates to latest version.

[0.4.1] - 2023-11-10

Added

  • emit_bytes interface.

[0.4.0] - 2023-05-11

Changed

  • Updated casper crates to 3.0.0.

[0.3.0] - 2023-05-11

Changed

  • Updated casper crates to 2.0.0.

[0.2.0] - 2023-02-20

Added

  • Added ces_version named key to refer to the version of the CES in use.

Changed

  • CLType::Any is not supported anymore. All parts of an event need to be non-Any CLValues. The check happens at the runtime in to_bytes() function. Any causes problems to parse events in a generic way because of the lack of a length indicator.

[0.1.1] - 2023-02-13

Added

  • serde feature. It is disabled by default.
  • emit and init has now #[cfg(not(target_arch = "wasm32"))] implementations that panic when used. It is mostly for the easy of development.

[0.1.0] - 2023-01-31

Added

  • casper-event-standard and casper-event-standard-macro crate.