Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renggli/dart-xml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: renggli/dart-xml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mutable-context
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 13 files changed
  • 1 contributor

Commits on Mar 12, 2023

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

Commits on Apr 2, 2023

  1. Add XmlElement.tag constructor that greatly simplifies the creation…

    … of elements, i.e. `XmlElement(XmlName('br'), [], [], true)` becomes `XmlElement.tag('br', isSelfClosing: true)`.
    renggli committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    23dea30 View commit details
    Browse the repository at this point in the history
  2. Fix the parsing code

    renggli committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    a99ead4 View commit details
    Browse the repository at this point in the history
  3. Update to PetitParser 6.0.0, which brings speed improvements of up to…

    … 15% when parsing XML files.
    renggli committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    0d24d02 View commit details
    Browse the repository at this point in the history
  4. Merge into main branch

    renggli committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    a847e15 View commit details
    Browse the repository at this point in the history
  5. Update pubspec.yaml

    renggli committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    ece414f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

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