-
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.17.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
renovate
bot
force-pushed
the
renovate/tabled-0.x
branch
3 times, most recently
from
February 3, 2024 18:05
4ab3e73
to
d18853c
Compare
renovate
bot
force-pushed
the
renovate/tabled-0.x
branch
from
February 3, 2024 23:20
d18853c
to
b29d94f
Compare
renovate
bot
force-pushed
the
renovate/tabled-0.x
branch
3 times, most recently
from
February 4, 2024 07:14
72931ca
to
510a646
Compare
renovate
bot
force-pushed
the
renovate/tabled-0.x
branch
4 times, most recently
from
March 19, 2024 00:42
801ae46
to
d566424
Compare
renovate
bot
force-pushed
the
renovate/tabled-0.x
branch
from
March 19, 2024 04:08
d566424
to
d68e299
Compare
renovate
bot
force-pushed
the
renovate/tabled-0.x
branch
4 times, most recently
from
March 19, 2024 20:14
c0fc9fb
to
8764244
Compare
renovate
bot
force-pushed
the
renovate/tabled-0.x
branch
from
August 5, 2024 22:01
8764244
to
cb00bad
Compare
renovate
bot
changed the title
Update Rust crate tabled to 0.15.0
Update Rust crate tabled to 0.16.0
Aug 5, 2024
renovate
bot
force-pushed
the
renovate/tabled-0.x
branch
from
November 22, 2024 22:12
cb00bad
to
476e7c5
Compare
renovate
bot
changed the title
Update Rust crate tabled to 0.16.0
Update Rust crate tabled to 0.17.0
Nov 22, 2024
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.17.0
Release Notes
zhiburt/tabled (tabled)
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.