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

Allow instantiating parameters using object in constructor #36

Merged
merged 5 commits into from
May 2, 2022

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    0a870fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c97f87d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. feat: add ability to instantiate the class using an optional config o…

    …bject in the constructor
    
    This brings the class into line with other typical projects. Rather than having to set the
    parameters with subsequent property calls, the user can go ahead and setup everything all at once.
    
    Resolves: #35
    M-Scott-Lassiter committed May 2, 2022
    Configuration menu
    Copy the full SHA
    8dc230b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f7de6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11cf64c View commit details
    Browse the repository at this point in the history