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

Move XML functions to utility module #571

Merged
merged 8 commits into from Apr 6, 2021

Commits on Apr 5, 2021

  1. Move all xpath select to xml module

    It adds better typings and already allowed to catch an incorrect type.
    It will also make the code safer since the returned type is checked at runtime.
    forty committed Apr 5, 2021
    Copy the full SHA
    86650bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    833fb4a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b876772 View commit details
    Browse the repository at this point in the history
  4. Move xml2js to xml module

    forty committed Apr 5, 2021
    Copy the full SHA
    beda308 View commit details
    Browse the repository at this point in the history
  5. Move xmlbuilder to xml module

    forty committed Apr 5, 2021
    Copy the full SHA
    512fb61 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0816f14 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4a4ab15 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3a6f50c View commit details
    Browse the repository at this point in the history