Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 1.05 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 - ReleaseDate

Changed

Now the .sub method, and Prefixed struct require configuration with PrefixedConfig, which has a seperator field. This separates the key and the prefix. separor defaults to the NULL byte, which is the same as the JavaScript implementation.

0.2.2 - 2024-02-23

Added

  • More docs
  • Add Rust to JavaScript integration tests for file system data

Changed

  • Move tracing-subscriberfrom regular dependencies to dev-dependencies

Removed