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-03-03
Deprecate crate
0.4.1 - 2024-02-21
- add
rand_core
dependency. - add features:
rand_core_getrandom
,rand_core_serde
,crossterm_bracketed_paste
. - add extra dependency features to
all
.
- update
miniquad
to 0.4.0.
0.4.0 - 2024-02-20
- add optional dependencies:
crossterm
,miniquad
. - new feature:
crossterm_events
.
- remove dependency
az
.
0.3.0 - 2024-02-14
- add optional dependencies:
memchr
,wide
. - add crate manifest categories.
- remove features:
safest
,unsafest
.
- rename feature
full
toall
. - refactor manifest, update comments.
0.2.0 - 2023-12-11
- add optional dependency:
unicode_width
.
- remove dependency
devela_macros
.
- rename feature
nightly_docs
todocsrs
.
0.1.1 - 2023-10-19
- add optional dependency:
hashbrown
.
- new private helper macro
reexport
for reexported items.
0.1.0 - 2023-10-07
First release.
- add optional dependencies:
atomic
,az
,bytemuck
,const-str
,devela_macros
,portable-atomic
,unicode-segmentation
.