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

Support for return values other than ints with backwards-compatability #123

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2022

  1. Add .vscode to gitignore

    SerenaLynas committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    d27e8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0515ff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2431627 View commit details
    Browse the repository at this point in the history
  4. Fixed command execution

    SerenaLynas committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f4ea2f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dae8a48 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Made combine more consistent for all numeric types

    For all boxed primitive numeric types, combine now adds them instead of just integers
    SerenaLynas committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    03e0940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f950f55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe703a9 View commit details
    Browse the repository at this point in the history