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.
- Switched out task-local impl from tokio to using a custom one. Allows for wasm32 compat now
- The internal representation of
Extensions
no longer uses anIdHasher
and instead uses the default hasher in order to be safe in case the representation ofTypeId
changes in future
with
method for builder pattern insertionappend
method for combining two Extension sets
- The internal representation of
Extensions
to be a little more sensible
- Renamed going forward to
task-local-extensions
fromtruelayer-extensions
- Initial version:
Extensions
,with_extensions
,get_local_item
andset_local_item
.