Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 937 Bytes

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 937 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.0.5] - 2024-01-14

Refactor

  • [breaking] Removes unnecessary generics from the Prompt trait

[0.0.4] - 2024-01-14

Bug Fixes

  • Fix for placeholder display bug
  • Fixes rendering bug when line wrapping occurs
  • Fixes bug where keys are pressed twice on windows

Documentation

  • Update examples

Miscellaneous Tasks

  • Update renovate.json
  • Fix renovate.json
  • Update rust crate thiserror to 1.0.56

[0.0.3] - 2024-01-08

Documentation

  • Add testing section

Testing

  • Add integration tests

[0.0.2] - 2024-01-08

Documentation

  • Update

Miscellaneous Tasks

  • Tweak ci

[0.0.1] - 2024-01-08

Features

  • Initial implement