8000 Comparing vpulim:master...sococo:master · vpulim/node-soap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: vpulim/node-soap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sococo/node-soap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 10, 2013

  1. Add option to allow array elements to be bundled into a single top-le…

    …vel element, for servers that care about that sort of thing
    
    e.g., for { a: [1,2] } : bundleArrayElements:true will produce
     <a><1><2></a>
    
    NOT (the default)
    
    <a><1></a><a><2></a>
    jmquigs committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    c29cb82 View commit details
    Browse the repository at this point in the history
Loading
0