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

fix(deps): update module github.com/delta456/box-cli-maker to v2 #14

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Delta456/box-cli-maker v1.3.2 -> v2.3.0 age adoption passing confidence

Release Notes

Delta456/box-cli-maker (github.com/Delta456/box-cli-maker)

v2.3.0

Compare Source

Changelog

  • Addition of TitleColor and ContentColor
  • ANSI Codes for Title and Content Enabled (Thanks to @​tkanos for partial code)
  • Tabbable Title Lines
  • Add the ability to manually wrap Content via AllowWrapping and WrappingLimit
  • Several simplifications and fixes in README.md (Thanks to @​JalonSolov)
  • Fix ANSICON detection check (Thanks to @​muesli)
  • Add examples in the examples/ folder
  • Add new screenshots of Boxes and badges in README.md
  • More documentation of code
  • Add logo (Made by @​KunalRaghav)

v2.2.2

Compare Source

Changelog

  • Add additional checks for Mac OS as it doesn't have /proc/ folder. Thanks to @​sharifelgamal for the fix!
  • Update vocabulary in almost all files
  • Optimization of WSL check

v2.2.1

Compare Source

Changelog:

  • Added detection support for ConEmu and ANSICON.
  • Bump gookit/color to the latest version for color rounding off logic and Windows fixes.
  • README.md changes for more clarification.
  • Added badge and link for godocs.io.

v2.2.0

Compare Source

This release adds:

  • 256 Color and True Color support and enabler for Windows Console 🎨
  • White and HiWhite as inbuilt colors 🎨
  • Terminal detection for Unix and Windows System and also for rounding off True Color into 4 bit or 8 bit as max supported by the terminal. 💻
  • Deprecates box.Output for Windows 😄
  • Major Code Cleanup 🤯
  • More comments for better understanding of the CodeBase 😋
  • Doc improvements 🙂

v2.1.1

Compare Source

  • Fix doc.go

v2.1.0

Compare Source

v2.0.1

Compare Source

This is bump release for it to update on pkg.go.dev. It's not mandatory to update your module to this version.

v2.0.0

Compare Source

This is a major rewrite release, It is recommended to update the pre-existing versions to ^v2.0.0.

  • Use struct embedding to make the code cleaner
  • Custom Color support via RGB ([]uint) and Hex (uint)
  • Added support for Windows Console
  • Optimized code
  • Optimized toString() method
  • Added a warning for invalid TitlePos provided then use the default position i.e. Inside
  • Fix vertical alignment for multi line strings (#​13)
  • Make Single Style as Default if Style isn't provided
  • Added support for tab lines
  • doc.go for documentation on pkg.go.dev
  • Added tests
  • Fixed a bug when the alignment was given empty but still the error was reported
  • Added more comments for making the code more readable
  • Updated go.mod file to v2

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.


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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants