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.6.0 - 2024-10-21
- (deps) bump the cargo-dependencies group with 2 updates (#73)
- (deps) bump ratatui from 0.28.0 to 0.28.1 in the cargo-dependencies group (#70)
- Bump version to 0.5.0
0.4.4 - 2024-08-09
- (deps) bump ratatui to 0.28.0 (#66)
- (deps) bump trybuild from 1.0.98 to 1.0.99 in the cargo-dependencies group (#65)
- (deps) bump trybuild from 1.0.97 to 1.0.98 in the cargo-dependencies group (#62)
0.4.3 - 2024-07-22
- allow span macro to accept a bare expression (#61)
- (deps) bump trybuild from 1.0.96 to 1.0.97 in the cargo-dependencies group (#59)
0.4.2 - 2024-06-29
- Update README with row! documentation (#56)
- Make doc examples shorter by removing duplicate imports (#55)
0.4.1 - 2024-06-24
- (deps) bump ratatui from 0.26.3 to 0.27.0 in the cargo-dependencies group (#51)
- Update dependabot.yml to group dependencies (#50)
- (deps) bump ratatui from 0.26.2 to 0.26.3 (#48)
- (deps) bump trybuild from 1.0.95 to 1.0.96 (#47)
0.4.0 - 2024-05-15
- (layout) [breaking] Use
*=
instead of=*
(#45)
0.3.1 - 2024-05-13
- Better error messages for
span!
macro (#43)
- downgrade ratatui to 0.26.2 (#41)
- Update authors to ratatui developers (#44)
0.3.0 - 2024-05-09
- Use release-plz (#38)
- Add text! macro (#36)
- Add fill constraint (#34)
- [breaking] Remove color
palette!
macro (#32) - Replace raw! and styled! with span! macro (#30)
- Add
line!
attribute macro (#29) - (text) add raw! and styled! macros (#4)
- Update repo url in Cargo.toml (#39)
- Use
.areas(area)
instead of.split(area).to_vec().try_into().unwrap()
(#37) - Update README.md with short description of span and line macros (#33)
- format using cargo +nightly fmt (#31)
- (deps) bump ratatui from 0.27.0-alpha.3 to 0.27.0-alpha.5 (#27)
- (deps) bump trybuild from 1.0.91 to 1.0.93 (#28)
- (deps) bump ratatui from 0.27.0-alpha.2 to 0.27.0-alpha.3 (#24)
- (deps) bump trybuild from 1.0.90 to 1.0.91 (#23)
- (deps) bump trybuild from 1.0.88 to 1.0.90 (#20)
- (deps) bump ratatui from 0.27.0-alpha.0 to 0.27.0-alpha.2 (#22)
- (deps) bump mio from 0.8.10 to 0.8.11 (#18)
- (deps) bump ratatui from 0.26.0-alpha.1 to 0.27.0-alpha.0 (#19)
- add cargo husky pre-commit hook (#8)
- Create dependabot.yml (#7)
- use rust cache to cache deps (#6)
- readme tweaks (#5)
- Update README.md
- Update README.md
- Update README.md
- Update README.md
- Add link to ratatui