Skip to content
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
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2023

This PR contains the following updates:

Package Type Update Change
tabled dependencies minor 0.14.0 -> 0.17.0

Release Notes

zhiburt/tabled (tabled)

v0.17.0

Added
  • Added Color::rgb_fg, Color::rgb_bg (by @​k86td)
  • Added ObjectIterator: so things like Rows::new(1..10).step_by(2) be possible.
  • Added support for Rows::last() + 100 and Columns::last() + 100 add operation.
  • Added left|right specifiers to PriorityMax and PriorityMin.
  • Added Priority factory to create different priorities. Basically a more convinient way.
  • Added a descriptive error message to testing_table::assert_table.
  • Added Builder::from(HashMap::new()) implementation.
  • Added CleanCharset::clean("") function for cases where we build a table by Builder.

v0.16.0

Added
  • Added #[tabled(crate = "")] attribute.
  • Added #[tabled(format = "", format(""))] attribute.
  • Support for expressions in #[tabled(display_with(""))]
  • Added tupple combinations of settings, just as Settings does.
  • Added PriorityRight and PriorityLeft priorities.
  • Created back Layout/Reverse/MarginColor/PaddingColor.
  • Added custom template setting in ExtendedTable (by @​brianheineman)

v0.15.0

Compare Source

Added
  • Added Table::modify as an option to Modify usage, which make cleaner code.
  • Added more features to themes::Theme.
  • Added a new setting Reverse to reverse the table.
  • Added vertical support for LineText.
  • Added ByContent locator.
  • Added ByCondition locator.
  • Added Locator factory for Locations.
  • Added tabled features to all subprojects to be able to reduce binary size.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) December 29, 2023 03:32
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 29, 2023
@renovate renovate bot force-pushed the renovate/tabled-0.x branch 3 times, most recently from 4ab3e73 to d18853c Compare February 3, 2024 18:05
@renovate renovate bot force-pushed the renovate/tabled-0.x branch from d18853c to b29d94f Compare February 3, 2024 23:20
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 3, 2024
@renovate renovate bot force-pushed the renovate/tabled-0.x branch 3 times, most recently from 72931ca to 510a646 Compare February 4, 2024 07:14
@renovate renovate bot force-pushed the renovate/tabled-0.x branch 4 times, most recently from 801ae46 to d566424 Compare March 19, 2024 00:42
@renovate renovate bot force-pushed the renovate/tabled-0.x branch from d566424 to d68e299 Compare March 19, 2024 04:08
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 19, 2024
@renovate renovate bot force-pushed the renovate/tabled-0.x branch 4 times, most recently from c0fc9fb to 8764244 Compare March 19, 2024 20:14
@renovate renovate bot force-pushed the renovate/tabled-0.x branch from 8764244 to cb00bad Compare August 5, 2024 22:01
@renovate 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-approve[bot]
renovate-approve bot previously approved these changes Aug 5, 2024
@renovate renovate bot force-pushed the renovate/tabled-0.x branch from cb00bad to 476e7c5 Compare November 22, 2024 22:12
@renovate 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants