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

fix(lossles-round-trip): Account for padding byte in numeric strings with multiplicity #401

Commits on Aug 6, 2024

  1. Merge remote-tracking branch 'dcmjs/master'

    Craig Berry committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    badc2f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge remote-tracking branch 'dcmjs/master'

    Craig Berry committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0621e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    890e08a View commit details
    Browse the repository at this point in the history
  3. Tweak comment

    Craig Berry committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    123152f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Generalize pad byte trimming and add unit test

    Craig Berry committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5f7e4a0 View commit details
    Browse the repository at this point in the history
  2. Refactor with better jsdoc and move function within ValueRepresentati…

    …on.js class
    Craig Berry committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f760f78 View commit details
    Browse the repository at this point in the history
  3. Additional test cases, account for maxCharLength

    Craig Berry committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b803667 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Trip padding byte from last element in multiple value arrays if it is…

    … odd length
    Craig Berry committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2b57f10 View commit details
    Browse the repository at this point in the history