Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: merge upstream node-soap #2

Merged
merged 9 commits into from
May 20, 2019
Merged

feat: merge upstream node-soap #2

merged 9 commits into from
May 20, 2019

Commits on Apr 12, 2019

  1. Fixed some issues with xsd elements (vpulim#1057)

    * Fixed some issues with xsd elements
    
    * Made the fix more specific to the particular usecase
    
    * Added a test for aliased namespaces
    Zane McCaig authored and jsdevel committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    630d80d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Release v0.27.0

    jsdevel committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    e005dc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Move @types/request to dependencies (vpulim#1059)

    soap's d.ts files depend on request. Unfortunately, since request
    doesn't ship its own types, that means consumers of soap also need
    @types/request. Currently @types/request is just a dev dependency, which
    doesn't get installed by `npm install`. The fix is to move
    `@types/request` to the dependencies list.
    
    The error looks like this:
    
    ```
    node_modules/soap/lib/client.d.ts(4,26): error TS7016: Could not find a declaration file for module 'request'. '../../../tests/cases/user/soap/node_modules/request/index.js' implicitly has an 'any' type.
    ```
    
    Note that this only shows up when consumers compile with --strict, which is
    fairly common.  Typescript's user-code tests include soap and detected
    it after 0.27 shipped.
    sandersn authored and jsdevel committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    b6cb98c View commit details
    Browse the repository at this point in the history
  2. Release v0.27.1

    jsdevel committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    9ad727a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Updated read me to reflect changes in soap.listen (vpulim#1060)

    * Updated Read.me to reflect changes in soap.listen
    
    * Updated Readme.md
    
    * Updated Readme.md
    
    * Updated Readme.md
    PabloK authored and jsdevel committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    2f033b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. types: move forceSoap12Headers to IWsdlBaseOptions (vpulim#1063)

    "forceSoap12Headers" works on server since bcc41e6. So, this option
    should be available to server as well.
    peat-psuwit authored and jsdevel committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    920144a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b089134 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Added support for parsing of doubles and floats. (vpulim#1065)

    * Added support for parsing of doubles and floats.
    package-lock updated due to out-of-date version.
    
    * Reverting changed package-lock file.
    alexb-uk authored and jsdevel committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f7e2efc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Merge remote-tracking branch 'upstream/master' into develop

    Nicolás Fantone committed May 17, 2019
    Configuration menu
    Copy the full SHA
    faeb3ff View commit details
    Browse the repository at this point in the history