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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: frida/node-xml2js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 33 files changed
  • 2 contributors

Commits on Aug 4, 2021

  1. Drop support for creating Parser objects without new and related test

    We do not intend to support this. Stick to using new please.
    
    Reverts: 05c7f43
    szakharchenko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    a9fade3 View commit details
    Browse the repository at this point in the history
  2. Convert CoffeeScript sources to JS modules

    decaffeinate --use-js-modules *.coffee
    
    decaffeinate v6.1.8 used.
    szakharchenko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    c9b6f07 View commit details
    Browse the repository at this point in the history
  3. Drop generated files

    szakharchenko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    8fee2fb View commit details
    Browse the repository at this point in the history
  4. Integrate Babel

    szakharchenko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f96b01c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b5d318 View commit details
    Browse the repository at this point in the history
  6. Build package on prepare

    This makes installation from e.g. Git URLs possible.
    szakharchenko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d636d6d View commit details
    Browse the repository at this point in the history
  7. Fix lint errors

    szakharchenko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    2492395 View commit details
    Browse the repository at this point in the history
  8. Convert CoffeeScript tests to JS

    decaffeinate *.coffee
    
    decaffeinate v6.1.8 used.
    szakharchenko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    41f8d4e View commit details
    Browse the repository at this point in the history
  9. Fix module structure

    szakharchenko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    3104be8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Apply decaffeinate suggestions where appropriate, modernize code some…

    …what
    
    Use Object.assign for option overrides. Avoid using || {} when it's
    clear that the LHS is an object. Use arrow functions everywhere where
    'this' is unused. Use Array.map for xpath node comprehension.
    szakharchenko committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ce399d5 View commit details
    Browse the repository at this point in the history
  2. Drop CoffeeScript sources and support, update lockfile

    This also drops the documentation generation script.
    szakharchenko committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ab6d952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c3a56 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Tweak packaging

    oleavr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    24c097e View commit details
    Browse the repository at this point in the history
  2. Remove Babel build step

    We only care about modern versions of Node.js, and browser toolchains
    take care of the rest.
    oleavr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f010a0e View commit details
    Browse the repository at this point in the history
  3. Remove bower.json

    oleavr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9140266 View commit details
    Browse the repository at this point in the history
  4. Update package-lock.json

    oleavr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5568c9e View commit details
    Browse the repository at this point in the history
  5. Move to Node.js style ESM

    oleavr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b3cfd6d View commit details
    Browse the repository at this point in the history
  6. Add default export

    oleavr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f18f7e6 View commit details
    Browse the repository at this point in the history
  7. 1.0.1

    oleavr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3d9ee6e View commit details
    Browse the repository at this point in the history
Loading