Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

build(deps): bump tabled from 0.7.0 to 0.8.0 #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2022

Bumps tabled from 0.7.0 to 0.8.0.

Changelog

Sourced from tabled's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Created #[tabled(order = 2)] attribute to support reordering of fields.
  • Created #[tabled(rename_all = "UPPERCASE")] attribute to rename columns.
  • Created #[tabled(display_width("some_func", args))] attribute to being able to call functions with &self argument.
  • Created derive feature to hide Table macro behind it.
  • Created Object::intersect method.
  • Created Object::inverse method.
  • Created width::Percent to set width not in absolute values.
  • Created PaddingColor to colorize Padding.
  • Created MarginColor to colorize Margin.
  • Added Priority strategy for Width.
  • Added Style::correct_spans functions to correct borders when used with spans..
  • Added HighlightColored a version of Highlight which supports coloring.
  • Added ModifyObject trait to be like Modify::new.
  • Added Color, BorderColored and RawStyleColored to colorize borders more effectively.
  • Added Style::lines setter so you it's possible to override not only header.

Changed

  • Performance was improved overall.
  • Removed a trailing \n from fmt::Display output.
  • Changed default horizontal alignment from Center to Left. (generally because it's more effitient in basic case)
  • Changed a definition of CellChange trait.
  • Changed Modify; it must be more effitient when used without Object methods.
  • Changed public methods of Builder to use &mut self intestead of self.
  • Changed logic of Wrap::keep_words.
  • Changed logic of Truncate::suffix.
  • Removed Style::header_* methods.
  • Renamed MaxWidth to Width.
  • Renamed CustomStyle to Style.
  • Renamed StyleConfig to RawStyle.
  • Renamed Style::*_off methods to Style::off_*.

Fixed

  • Fixed a list of issues with coloring
  • Fixed Style usage, some methods were not influence Table in some cases.
  • Fixed \t handling in Width functions.
  • Improved documentation.
  • Refactorings.
Commits
  • d055382 Update README.md
  • a8b1a18 tabled/ Bump version to 0.8.0
  • 82bf50b papergrid/ Bump version to 0.5.1
  • abe1fab tabled/ Fix some cargo clippy warnings
  • af88d34 papergrid/ Bump version to 0.5.0
  • d49c7b1 tabled_derive/ Bump version to 0.4.0
  • 9a71628 Update README.md
  • 63c468f Update README.md
  • 899a8cc tabled/ Update examples
  • 41033a4 Merge pull request #197 from zhiburt/make-left-alignment-default
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tabled](https://github.com/zhiburt/tabled) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/zhiburt/tabled/releases)
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](zhiburt/tabled@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: tabled
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants