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: gaarf/XML-string-to-PHP-array
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: gaarf/XML-string-to-PHP-array
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 25, 2020

  1. Define automated tests

    janbarasek committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    5428f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    459fc13 View commit details
    Browse the repository at this point in the history
  3. Fix codestyle

    janbarasek committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    be1325c View commit details
    Browse the repository at this point in the history
  4. Helper: Codestyle fix

    janbarasek committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    5099259 View commit details
    Browse the repository at this point in the history
  5. Helper: Codestyle fix

    janbarasek committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    2ffcc4b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #17 from janbarasek/phpstan

    Automated GitHub tests - CodeStyle and PhpStan
    gaarf authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    91d9f1b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Treat empty node as string

    Signed-off-by: Roland Dalmulder <contact@rolandd.com>
    roland-d committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    13f2f11 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Merge pull request #18 from roland-d/feature/empty-node-as-string

    Treat empty node as string
    gaarf authored May 24, 2020
    Configuration menu
    Copy the full SHA
    b310e4b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    gaarf authored May 24, 2020
    Configuration menu
    Copy the full SHA
    07e375c View commit details
    Browse the repository at this point in the history
  3. Update test.sh

    gaarf authored May 24, 2020
    Configuration menu
    Copy the full SHA
    ac7faf2 View commit details
    Browse the repository at this point in the history
  4. fix indentation

    gaarf authored May 24, 2020
    Configuration menu
    Copy the full SHA
    bc4e30b View commit details
    Browse the repository at this point in the history
  5. Update main.yml

    gaarf authored May 24, 2020
    Configuration menu
    Copy the full SHA
    40ae46e View commit details
    Browse the repository at this point in the history
  6. Update main.yml

    gaarf authored May 24, 2020
    Configuration menu
    Copy the full SHA
    776c685 View commit details
    Browse the repository at this point in the history
  7. update the test again

    gaarf committed May 24, 2020
    Configuration menu
    Copy the full SHA
    00d0483 View commit details
    Browse the repository at this point in the history
  8. fix le test order

    gaarf committed May 24, 2020
    Configuration menu
    Copy the full SHA
    505b4c9 View commit details
    Browse the repository at this point in the history
  9. fix 0 case cc @roland-d

    gaarf committed May 24, 2020
    Configuration menu
    Copy the full SHA
    0b79cff View commit details
    Browse the repository at this point in the history
  10. Merge pull request #19 from gaarf/running-tests

    fix tests / CI
    gaarf authored May 24, 2020
    Configuration menu
    Copy the full SHA
    9dab45c View commit details
    Browse the repository at this point in the history
Loading