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: Leonidas-from-XIV/node-xml2js
base: 8fc5b926846cd4ef9a2dbccd411705e0c110a708
Choose a base ref
...
head repository: Leonidas-from-XIV/node-xml2js
compare: bd0f7809a2a5d5e7ff7f8088154f25782857a46d
Choose a head ref
  • 18 commits
  • 8 files changed
  • 7 contributors

Commits on May 21, 2019

  1. Call function for emptyTag if specified

    In case there are multiple empty tags in xml,
    they all share reference to the same default object. This causes unwanted
    duplication, when we assign something to any of these empty objects.
    When we provide factory function for emptyObject, these objects no longer
    share reference and works as expected.
    Jan Stepanek committed May 21, 2019
    Configuration menu
    Copy the full SHA
    19a4c2f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. cr fixes (will be squashed after another cr)

    Jan Stepanek committed May 22, 2019
    Configuration menu
    Copy the full SHA
    f074644 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. readme updated with default empty tag as function

    Jan Stepanek committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    fa32064 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. fix issue554

    Omega-Ariston committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    aad6dd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. append example to README for issue #552

    chenjiechuan 00492660 committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a3ae596 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Omega-Ariston committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a44bad4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Merge pull request #562 from Omega-Ariston/addDocExample

    complete README example usage
    Leonidas-from-XIV committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    0d71785 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #556 from Omega-Ariston/fix-issue544

    fix issue554, a build error under win10 environment
    Leonidas-from-XIV committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    198063c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #512 from economia/master

    Allow function as default value for parsing empty tags
    Leonidas-from-XIV committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    1832e0b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Mar 2, 2021

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

Commits on Jan 12, 2022

  1. Update README.md

    Correct a typo
    wisesimpson committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    d318ce0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #635 from wisesimpson/patch-1

    Update README.md
    Leonidas-from-XIV committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    f412a12 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Merge pull request #598 from fnimick/master

    Add documentation for `explicitCharkey` option
    Leonidas-from-XIV committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    7bc3c5d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Merge pull request #603 from autopulated/master

    use Object.create(null) to create all parsed objects
    Leonidas-from-XIV committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    50a492a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f730bb View commit details
    Browse the repository at this point in the history
  3. Update lockfile

    Leonidas-from-XIV committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    3a8d46e View commit details
    Browse the repository at this point in the history
  4. 4 Configuration menu
    Copy the full SHA
    bd0f780 View commit details
    Browse the repository at this point in the history