fix(deps): update rust crate tabled to 0.20.0 #58
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kernald/immich-tools#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/tabled-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.16.0
->0.20.0
Release Notes
zhiburt/tabled (tabled)
v0.20.0
Added
Table::nohead
function just likeTable::new
but with no header.Table::with_capacity
function just likeTable::new
but with an exact number of rows.Changed
with(Border)
logic to set only outer border instead of border of all cells.tabled::grid::dimension::*
modules.Wrap::text
andTruncate::text
.Text::new
.Columns::single
intoColumns::one
.Rows::single
intoRows::one
.fnv
fromahash
cause of WASM build.Wrap::keep_words
logic where we preserving all content.Fixed
testing_table
inclusion (by @klensy).WASM
build (by @cptpiepmatz).TableOption::hint
.v0.19.0
Added
tabled::assert
module.#[tabled(map)]
macro.derive::display::bool
function.derive::display::wrap
andderive::display::truncate
function.Locator::value
.Table::get_dimension
function.ANSI
link handling inWidth::truncate
.Upper Title Case
andlower title case
options forrename_all
.no_std
intesting_table
.Changed
Reverse
interface.Position
interface.tabled::grid::dimension
structures.IterTable
interface.ron
to0.10
.ColumnNames::default()
intoColumnsNames::head()
.BorderSpanCorrection
intoBorderCorrection::span()
.Offset::Begin
intoOffset::Start
.Offset
out oftabled
intopapergrid
.Fixed
no_std
build (in actuallno_std
env).LineText<LastColumn>
.v0.18.0
Added
#[tabled(display(Type, "function", arg1, arg2))]
- a derive helper (propoused by @georgewhewell).Table::kv
- a new type of table layout.Span
logic with negative and 0 spans.LineText::align
to stick text on border to specific location.LayoutIterator
to navigateTable::kv
easier.Tabled
implementation forOption<T>
.Changed
#[tabled(display_with)]
into#[tabled(display)]
.Fixed
clippy
issues (by @joshtriplett).v0.17.0
Added
Color::rgb_fg
,Color::rgb_bg
(by @k86td)ObjectIterator
: so things likeRows::new(1..10).step_by(2)
be possible.Rows::last() + 100
andColumns::last() + 100
add operation.left|right
specifiers toPriorityMax
andPriorityMin
.Priority
factory to create different priorities. Basically a more convinient way.testing_table::assert_table
.Builder::from(HashMap::new())
implementation.CleanCharset::clean("")
function for cases where we build a table byBuilder
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
771406f260
to7f341f130f
7f341f130f
to29e8e4d8cd
29e8e4d8cd
toddd834ad39
ddd834ad39
to8c8537148c
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.