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

New major release v2.0 #319

Merged
merged 18 commits into from
Jul 18, 2022
Merged

New major release v2.0 #319

merged 18 commits into from
Jul 18, 2022

Commits on Jun 24, 2022

  1. Bump major release

      - New major release (v2.0.0) will require elementpat>=3.0
    brunato committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    73ade7e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Adapting XPath related parts to new XPath nodes

      - Fix mismatches in tests
    brunato committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    52c3147 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    bb8a619 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    ba8d49b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Clean DataElement with a proxy method for getting the XPathContext

      - A subclass can redefine this method for cachinng nodes if needed
    brunato committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    c121b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beafef3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Fix BadgerFishConverter decode of mixed content (issue #315)

      - Check also for #316 (is a misconfiguration, not a bug)
      - Fix etree_elements_assert_equal() testing helper
    brunato committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e9c138d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    34a06cc View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Refactor XMLResource

      - Optimize iterfind() using only XPath 2.0 selectors (slower but
        compatible with XPath 2.0 used on XSD schemas)
      - Fix XPath dynamic context creation for assertions
    brunato committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    8fdc762 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    4086528 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    74f200c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    517045a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    8a9844f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b8167 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    a54cd72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add11e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Extend name matching for DataElement.get() and DataElement.set()

      - Now prefixed name are converted to extended form using the
        nsmap of DataElement instance
      - Improvement to simplify access to attributes (issue #314)
    brunato committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    1d65d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    427452e View commit details
    Browse the repository at this point in the history