-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Rust crate tabled to 0.18.0 #422
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/tabled-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4ab3e73
to
d18853c
Compare
d18853c
to
b29d94f
Compare
72931ca
to
510a646
Compare
801ae46
to
d566424
Compare
d566424
to
d68e299
Compare
c0fc9fb
to
8764244
Compare
8764244
to
cb00bad
Compare
cb00bad
to
476e7c5
Compare
476e7c5
to
bddb5bd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.14.0
->0.18.0
Release Notes
zhiburt/tabled (tabled)
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
.v0.16.0
Added
#[tabled(crate = "")]
attribute.#[tabled(format = "", format(""))]
attribute.#[tabled(display_with(""))]
Settings
does.PriorityRight
andPriorityLeft
priorities.Layout
/Reverse
/MarginColor
/PaddingColor
.ExtendedTable
(by @brianheineman)v0.15.0
Compare Source
Added
Table::modify
as an option toModify
usage, which make cleaner code.themes::Theme
.Reverse
to reverse the table.LineText
.ByContent
locator.ByCondition
locator.Locator
factory forLocation
s.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.