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

Updated Diff function #1920

Merged
merged 19 commits into from Jul 19, 2020
Merged

Updated Diff function #1920

merged 19 commits into from Jul 19, 2020

Commits on Apr 6, 2020

  1. Prefix the cli test with 'node' so it works on windows

    Shouldnt provide any issues for other systems I hope
    Veeloxfire committed Apr 6, 2020
    Copy the full SHA
    4cd2704 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    268b594 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6bff420 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Copy the full SHA
    76a9506 View commit details
    Browse the repository at this point in the history
  2. Diff function

    Veeloxfire committed Apr 8, 2020
    Copy the full SHA
    bc3cbbc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    49a6521 View commit details
    Browse the repository at this point in the history
  4. Diff docs

    Veeloxfire committed Apr 8, 2020
    Copy the full SHA
    b94a346 View commit details
    Browse the repository at this point in the history
  5. Finalized Diff function

    Added tests and then fixed all linting issues
    Veeloxfire committed Apr 8, 2020
    Copy the full SHA
    9a66b80 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    79066f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Copy the full SHA
    c2c3f73 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    12395f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6a50291 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Copy the full SHA
    1348d67 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Added other types to diff.test.js

    Tests for bignumber, fraction and units.
    Veeloxfire committed Jul 17, 2020
    Copy the full SHA
    e993e83 View commit details
    Browse the repository at this point in the history
  2. added unit tests for diff Errors

    Added Unit tests for the 4 Errors. Also changed some small things
    Veeloxfire committed Jul 17, 2020
    Copy the full SHA
    0c61d21 View commit details
    Browse the repository at this point in the history
  3. added better(?) support for matrices

    Matrices are all treated as arrays (of arrays) now. This was to prep for writing better docs
    Veeloxfire committed Jul 17, 2020
    Copy the full SHA
    fbebed7 View commit details
    Browse the repository at this point in the history
  4. spelling in diff.test.js

    Veeloxfire committed Jul 17, 2020
    Copy the full SHA
    3ecf86e View commit details
    Browse the repository at this point in the history
  5. Updated docs

    Currently it does say that it will be one-based in the parser but I havent done that yet
    Veeloxfire committed Jul 17, 2020
    Copy the full SHA
    28115de View commit details
    Browse the repository at this point in the history
  6. Added one-based indexing for diff inside the parse

    Also added bignumbers as indexes as that could be useful
    Veeloxfire committed Jul 17, 2020
    Copy the full SHA
    1fd3c8b View commit details
    Browse the repository at this point in the history