Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
87 lines (55 loc) · 2.04 KB

Changelog.md

File metadata and controls

87 lines (55 loc) · 2.04 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-03-03

Deprecate crate

0.4.1 - 2024-02-21

Added

  • add rand_core dependency.
  • add features: rand_core_getrandom, rand_core_serde, crossterm_bracketed_paste.
  • add extra dependency features to all.

Changed

  • update miniquad to 0.4.0.

0.4.0 - 2024-02-20

Added

  • add optional dependencies: crossterm, miniquad.
  • new feature: crossterm_events.

Removed

  • remove dependency az.

0.3.0 - 2024-02-14

Added

  • add optional dependencies: memchr, wide.
  • add crate manifest categories.

Removed

  • remove features: safest, unsafest.

Changed

  • rename feature full to all.
  • refactor manifest, update comments.

0.2.0 - 2023-12-11

Added

  • add optional dependency: unicode_width.

Removed

  • remove dependency devela_macros.

Changed

  • rename feature nightly_docs to docsrs.

0.1.1 - 2023-10-19

Added

  • add optional dependency: hashbrown.

Fixed

  • new private helper macro reexport for reexported items.

0.1.0 - 2023-10-07

First release.

Added

  • add optional dependencies: atomic, az, bytemuck, const-str, devela_macros, portable-atomic, unicode-segmentation.