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

merge fix branch Bug/tests/result-set-definition-error #9

Merged
merged 11 commits into from
May 24, 2023

Commits on May 23, 2023

  1. feat: definition string data type assertion

    This commit modifies `words_as_str` to return a comprehensive message
    upon an invalid or empty string value.
    
    Issue: #4
    
    Authored-by: Joshua Rose <[email protected]>
    H4ppy-04 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    15352c3 View commit details
    Browse the repository at this point in the history
  2. feat(usage): GIF demonstration of tool

    Thanks to gifcord.gg
    
    Authored-by: Joshua Rose <[email protected]>
    H4ppy-04 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    978e43d View commit details
    Browse the repository at this point in the history
  3. feat(gif): add gif demo

    H4ppy-04 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5bb508c View commit details
    Browse the repository at this point in the history
  4. feat: add video to readme

    H4ppy-04 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e0af4ea View commit details
    Browse the repository at this point in the history
  5. feat(docs): refactor documentation

    Add alternative installation method for windows and href to windows installation method.
    
    Author: Joshua Rose <[email protected]>
    H4ppy-04 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a9c6142 View commit details
    Browse the repository at this point in the history
  6. refactor: additional return types

    Adds additional return types to functions that lack them.
    Some changes to arguments in docstrings.
    Omit redundant arguments
    
    Authored-by: Joshua Rose <[email protected]>
    H4ppy-04 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1f2310f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. feat: show author with definition

    This commit now shows the author with the definition.
    
    Attempted to add function to get likes and dislikes however they are
    rendered via javascript post-load so that's impossible 👽
    
    Issue: #2
    
    Authored-by: Joshua Rose <[email protected]>
    H4ppy-04 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    0e84f94 View commit details
    Browse the repository at this point in the history
  2. refactor: comment deprecated function

    Comments out deprecated function for statistics that would show
    deprecated text and warning.
    
    Issue: #2
    Pull Request: #8
    Related commit: 7db417f
    
    Authored-by: Joshua Rose <[email protected]>
    H4ppy-04 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7a419f3 View commit details
    Browse the repository at this point in the history
  3. feat: lint and fix deprecated warning

    This commit addresses various issues from tests including the deprecated
    warning not being raised due to the `raise` flag being omitted / not
    there.
    
    In addition to that, theres a few pep/lint changes from my lsp.
    
    Issue: #4
    
    Authored-by: Joshua Rose <[email protected]>
    H4ppy-04 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    91f426b View commit details
    Browse the repository at this point in the history
  4. feat: tests for word_definition

     - adds tests cases for the word definition class
     - introduces a working pytest runner.
    
    Issue: #4
    
    Authored-by: Joshua Rose <[email protected]>
    H4ppy-04 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    412a17b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cebb3c1 View commit details
    Browse the repository at this point in the history