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

feat!: use generics for new progressbar creation #132

Closed
wants to merge 4 commits into from

Commits on Aug 11, 2022

  1. feat!: use generics for new progressbar creation

    Changes to allow either int or int64 when calling various 'New' methods
    to create new progressbar instances.
    This is a breaking change and requires Go v1.18 to make use of generics.
    hexnaught committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e5d1c4a View commit details
    Browse the repository at this point in the history
  2. chore: up-version module

    hexnaught committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2963646 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    cef82fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec5543c View commit details
    Browse the repository at this point in the history