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
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
- More docs
- Add Rust to JavaScript integration tests for file system data
- Move
tracing-subscriber
from regular dependencies to dev-dependencies