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

Add Support for Unsigned Integer Elements, Enhance JSON Encoding/Decoding Robustness, and Replace sprintf with Safer snprintf #526

Merged
merged 6 commits into from
Jul 7, 2024

Commits on Jul 4, 2024

  1. Replace sprint

    GLinnik21 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8eedffa View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Support unsigned integer

    GLinnik21 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fa6bf56 View commit details
    Browse the repository at this point in the history
  2. Add tests

    GLinnik21 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cc89c3b View commit details
    Browse the repository at this point in the history
  3. Format code

    GLinnik21 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6e36eb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Handle errors better

    GLinnik21 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9f4ba3b View commit details
    Browse the repository at this point in the history
  2. Refactor code

    GLinnik21 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    7749812 View commit details
    Browse the repository at this point in the history