fix(deps): update rust crate tabled to 0.20.0 - abandoned #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.0Release Notes
zhiburt/tabled (tabled)
v0.20.0Added
Table::noheadfunction just likeTable::newbut with no header.Table::with_capacityfunction just likeTable::newbut 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::textandTruncate::text.Text::new.Columns::singleintoColumns::one.Rows::singleintoRows::one.fnvfromahashcause of WASM build.Wrap::keep_wordslogic where we preserving all content.Fixed
testing_tableinclusion (by @klensy).WASMbuild (by @cptpiepmatz).TableOption::hint.v0.19.0Added
tabled::assertmodule.#[tabled(map)]macro.derive::display::boolfunction.derive::display::wrapandderive::display::truncatefunction.Locator::value.Table::get_dimensionfunction.ANSIlink handling inWidth::truncate.Upper Title Caseandlower title caseoptions forrename_all.no_stdintesting_table.Changed
Reverseinterface.Positioninterface.tabled::grid::dimensionstructures.IterTableinterface.ronto0.10.ColumnNames::default()intoColumnsNames::head().BorderSpanCorrectionintoBorderCorrection::span().Offset::BeginintoOffset::Start.Offsetout oftabledintopapergrid.Fixed
no_stdbuild (in actuallno_stdenv).LineText<LastColumn>.v0.18.0Added
#[tabled(display(Type, "function", arg1, arg2))]- a derive helper (propoused by @georgewhewell).Table::kv- a new type of table layout.Spanlogic with negative and 0 spans.LineText::alignto stick text on border to specific location.LayoutIteratorto navigateTable::kveasier.Tabledimplementation forOption<T>.Changed
#[tabled(display_with)]into#[tabled(display)].Fixed
clippyissues (by @joshtriplett).v0.17.0Added
Color::rgb_fg,Color::rgb_bg(by @k86td)ObjectIterator: so things likeRows::new(1..10).step_by(2)be possible.Rows::last() + 100andColumns::last() + 100add operation.left|rightspecifiers toPriorityMaxandPriorityMin.Priorityfactory 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.
771406f260to7f341f130f7f341f130fto29e8e4d8cd29e8e4d8cdtoddd834ad39ddd834ad39to8c8537148c8c8537148ctoecd0593276ecd0593276to321cfa50e3321cfa50e3toa6a2a5b5b6Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
fix(deps): update rust crate tabled to 0.20.0to fix(deps): update rust crate tabled to 0.20.0 - abandonedAutoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.