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

Feature/error namespace #331

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on May 10, 2023

  1. Adds namespace management

    Luca Filippin committed May 10, 2023
    Configuration menu
    Copy the full SHA
    edeb2db View commit details
    Browse the repository at this point in the history
  2. Adds srcValue & dstValue to the DecodingError + slghtly refactor the …

    …errors
    Luca Filippin committed May 10, 2023
    Configuration menu
    Copy the full SHA
    218e272 View commit details
    Browse the repository at this point in the history
  3. Updates GetNamespace() to return *Namespace

    Luca Filippin committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b2ef0c2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Fixes OrComposeDecodeHookFunc + renames some functions

    Luca Filippin committed May 11, 2023
    Configuration menu
    Copy the full SHA
    501118b View commit details
    Browse the repository at this point in the history
  2. Adds LocalizedError interface and related functions

    Luca Filippin committed May 11, 2023
    Configuration menu
    Copy the full SHA
    447b8fe View commit details
    Browse the repository at this point in the history
  3. Adds AsDecodingErrors() + changes decode() to return always DecodingE…

    …rrors
    Luca Filippin committed May 11, 2023
    Configuration menu
    Copy the full SHA
    784b430 View commit details
    Browse the repository at this point in the history
  4. Adds NamespaceFld as structure to support field name & tag

    Luca Filippin committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1ab0f0b View commit details
    Browse the repository at this point in the history
  5. Adds AppendFldName(), AppendFldTag() to Namespace

    Luca Filippin committed May 11, 2023
    Configuration menu
    Copy the full SHA
    71db875 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Introduces error's kind and improve code in general

    Luca Filippin committed May 12, 2023
    Configuration menu
    Copy the full SHA
    2766108 View commit details
    Browse the repository at this point in the history