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

Updates xml crypto to 2.0.0 in version 1.x-latest #305

Closed
wants to merge 129 commits into from
Closed

Updates xml crypto to 2.0.0 in version 1.x-latest #305

wants to merge 129 commits into from

Commits on Nov 22, 2016

  1. added cookie security

    bhoriuchi committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    bb9206b View commit details
    Browse the repository at this point in the history
  2. fixing header parse

    objects would not have been parsed
    bhoriuchi committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    d9e9a01 View commit details
    Browse the repository at this point in the history
  3. better cookie parsing

    handle the case where the header for set-cookie is a string and not an array
    bhoriuchi committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    362da75 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. added CookieSecurity test

    bhoriuchi committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    deb5df8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. removed lodash dependency

    changed double to single quotes in tests
    bhoriuchi committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    b47ac96 View commit details
    Browse the repository at this point in the history
  2. missing semi colons

    bhoriuchi committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    8c8ba62 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    2118f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2ec34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c638518 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

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

Commits on Jan 31, 2018

  1. Merge pull request #133 from thomaskarlrichter/patch-1

    Fix Typo: RPC Literal
    raymondfeng committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    c5e5809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec3df0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca35eab View commit details
    Browse the repository at this point in the history
  4. fix: make sure xml elements are mapped based the order of xsd

    JSON objects might provide properties in different order than the XML
    elements. The fix addresses the issue.
    
    This PR is a new implementation of #99
    raymondfeng committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    3338eb3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #144 from strongloop/honor-element-order

    fix: make sure xml elements are mapped based the order of xsd
    raymondfeng committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    b7c5e17 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/limepepper/strong-soap in…

    …to limepepper-master
    raymondfeng committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    eba0a94 View commit details
    Browse the repository at this point in the history
  7. fix: upgrade deps

    raymondfeng committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    a42f810 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cc6c9e View commit details
    Browse the repository at this point in the history
  9. 1.5.0

     * fix: upgrade deps (Raymond Feng)
     * fix: make sure xml elements are mapped based the order of xsd (Raymond Feng)
     * Fix Typo: RPC Literal (Thomas Richter)
     * check the original passwordDigest method fails against SoapUI output (Tom Hodder)
     * revert formatting changes by format on save in vscode (Tom Hodder)
     * Updated passwordDigest method and related tests (Tom Hodder)
     * missing semi colons (Branden Horiuchi)
     * removed lodash dependency (Branden Horiuchi)
     * added CookieSecurity test (Branden Horiuchi)
     * better cookie parsing handle the case where the header for set-cookie is a string and not an array (Branden Horiuchi)
     * fixing header parse objects would not have been parsed (Branden Horiuchi)
     * added cookie security (Branden Horiuchi)
    raymondfeng committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    6609d1e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. chore: clean up deps

    raymondfeng committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    6d57751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2000876 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Merge pull request #147 from strongloop/issue-146

    Issue 146
    raymondfeng committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    dbf0545 View commit details
    Browse the repository at this point in the history
  2. 1.6.0

     * fix: improve wsdl types processing for multiple schemas (Raymond Feng)
     * chore: clean up deps (Raymond Feng)
    raymondfeng committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    09c894a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8659d7d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    25cb66b View commit details
    Browse the repository at this point in the history
  2. 1.6.1

     * fix: add array check for concat (Raymond Feng)
     * build: drop node 4.x support (Raymond Feng)
    raymondfeng committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    43d3c71 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

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

Commits on Mar 26, 2018

  1. Merge pull request #150 from strongloop/issue-149

    fix xsd include/import recursive processing
    raymondfeng committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    6ceb2c1 View commit details
    Browse the repository at this point in the history
  2. 1.6.2

     * fix xsd include/import recursive processing (Raymond Feng)
    raymondfeng committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    5ca08ac View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

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

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    7198472 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #155 from strongloop/support-element-text

    fix: add element text value
    raymondfeng committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    f8c3c70 View commit details
    Browse the repository at this point in the history
  3. 1.7.0

     * fix: add element text value (Raymond Feng)
    raymondfeng committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    23cf36b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    31bdde5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from strongloop/add-promise-support

    feat: add promise support for client operations
    shimks committed May 7, 2018
    Configuration menu
    Copy the full SHA
    aa21352 View commit details
    Browse the repository at this point in the history
  3. 1.8.0

     * feat: add promise support for client operation (shimks)
    raymondfeng committed May 7, 2018
    Configuration menu
    Copy the full SHA
    5c7fe8a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. 1.9.0

    dhmlau committed May 8, 2018
    Configuration menu
    Copy the full SHA
    78aa44f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Merge pull request #154 from earaujoassis/patch-1

    fix soap-stub example on README.md
    raymondfeng committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    d9eab1b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. [WebFM] cs/pl/ru translation

    cs/pl/ru translation check-in by YI TANG (tangyinb@cn.ibm.com) using
    WebFM tool.
    candytangnb committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    c41ca74 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Merge pull request #167 from candytangnb/webfm-0628-234942-cs,pl,ru-t…

    …ranslation
    
    [WebFM] cs/pl/ru translation Check-in by YI TANG (tangyinb@cn.ibm.com)
    virkt25 committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    4a7831a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. 1.10.0

     * [WebFM] cs/pl/ru translation (candytangnb)
     * fix soap-stub example on README.md (Carlos Assis)
    dhmlau committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    b251842 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Load a wsdl with no imports from the cache

    Add tests to cover loading a multipart wsdl from memory
    
    Allow the wsdl parser to load files from WSDL_CACHE
    
    Update to comments
    jonrober-80 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    b72b01c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from jonrober-80/loadfromcache

    Load WSDL files from the cache
    raymondfeng committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    7d0a425 View commit details
    Browse the repository at this point in the history
  3. 1.11.0

     * Load a wsdl with no imports from the cache (Jon Roberts)
    raymondfeng committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    ec4fb95 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. add forgotten options to soap.listen(...)

    Vladimir Latyshev committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    05439bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #169 from latysheff/master

    add forgotten options to soap.listen(...)
    raymondfeng committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    c82a582 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Create client from cached wsdl

    README and linting changes
    jonrober-80 committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    d62a136 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #172 from jonrober-80/clientFromCache

    Create client from cached wsdl
    b-admike committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    6b23607 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. 1.12.0

     * Create client from cached wsdl (Jon Roberts)
     * add forgotten options to soap.listen(...) (Vladimir Latyshev)
    raymondfeng committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    4e1de87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03678de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #176 from jonrober-80/type_doc

    Allow documentation tag under types
    raymondfeng committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    752266a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. 1.12.1

     * Allow documentation tag under types (Jon Roberts)
    raymondfeng committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    a9e5ec3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Support of sending soapAction in v1.2

    Support for sending the soapAction in v1.2 if WSDL has mandated
    the soapAction through soapActionRequired flag
    Vineet Jain committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    49d19a8 View commit details
    Browse the repository at this point in the history
  2. changed this.soapActionRequired to boolean

    Vineet Jain committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    cce8a4a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. fix: use proper variable names

    biniam committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    7c924a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #182 from strongloop/fix/variable-names

    fix: use proper variable names
    b-admike committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    609cb58 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    0a004d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from capaj/patch-1

    mark all code blocks in readme.md with their respective type
    virkt25 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    070cf94 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Add the ability to loadSync

    domstorey committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    22772f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9993f8d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Merge pull request #186 from strongloop/forceSyncLoad

    Force sync load
    raymondfeng committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    4f72449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b429e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    7711080 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #189 from Runrioter/patch-1

    Update` strong-globalize` to v4.1.1
    raymondfeng committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    7594203 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #188 from strongloop/use-strong-ursa

    Switch to strong-ursa to support Node 10
    raymondfeng committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    f1fa8d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    835a7ac View commit details
    Browse the repository at this point in the history
  5. 1.13.0

     * Update ssl key/cert to pass node 10 (Raymond Feng)
     * Update` strong-globalize` to v4.1.1 (Runrioter Wung)
     * Switch to strong-ursa to support Node 10 (Raymond Feng)
     * Add ability to load in a sync way (DomStorey)
     * Add the ability to loadSync (DomStorey)
     * fix code blocks in readme.md with their type (Jiri Spac)
     * fix: use proper variable names (biniam)
    raymondfeng committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    a3ebcde View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Change to isMany logic

    jonrober-80 committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    7eed51d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f089e2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #190 from jonrober-80/isManyLogic

    Is many logic
    raymondfeng committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    f9388fe View commit details
    Browse the repository at this point in the history
  4. 1.13.1

     * Add tests to cover maxOccurs (Jon Roberts)
     * Change to isMany logic (Jon Roberts)
    raymondfeng committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    63de2fc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Merge pull request #171 from vineet-jain/master

    Support of sending soapAction in v1.2
    raymondfeng committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    7c5515c View commit details
    Browse the repository at this point in the history
  2. 1.13.2

     * changed this.soapActionRequired to boolean (Vineet Jain)
     * Support of sending soapAction in v1.2 (Vineet Jain)
    raymondfeng committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    beee605 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Return error via callback

    jonrober-80 committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    e39c4c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

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

Commits on Oct 18, 2018

  1. Merge pull request #198 from jonrober-80/returnparterr

    Return error via callback
    raymondfeng committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    c631fad View commit details
    Browse the repository at this point in the history
  2. Update CODEOWNERS

    raymondfeng committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    1e38ff9 View commit details
    Browse the repository at this point in the history
  3. 1.14.0

     * Update CODEOWNERS (Raymond Feng)
     * Rename test so it gets run (Jon Roberts)
     * Return error via callback (Jon Roberts)
    raymondfeng committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    4450b13 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Adding enforce restrictions option

    Support to enforce the following XML restrictions:
     - enumeration
     - fractionDigits
     - length
     - maxExclusive
     - maxInclusive
     - maxLength
     - minExclusive
     - minInclusive
     - minLength
     - pattern
     - totalDigits
     - whiteSpace
    Romeu Palos de Gouvea committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    30ec15e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #203 from romeupalos/enforce-restrictions

    Adding enforce restrictions option
    raymondfeng committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    723aa16 View commit details
    Browse the repository at this point in the history
  3. 1.15.0

     * Adding enforce restrictions option (Romeu Palos de Gouvea)
    raymondfeng committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    1408d59 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    c8aaed7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #208 from jonrober-80/updatehttpntlm

    Update version of httpntlm
    raymondfeng committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    ae724a0 View commit details
    Browse the repository at this point in the history
  3. 1.16.0

     * Update version of httpntlm (Jon Roberts)
    raymondfeng committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    d3c4b3d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Fix use options.request in wsdl.js

    options.request was not used when retrieving sub-schemas.
    thejibz committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    2d8473b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Merge pull request #209 from thejibz/master

    Fix use options.request in wsdl.js
    raymondfeng committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    0c2458f View commit details
    Browse the repository at this point in the history
  2. 1.17.0

     * Fix use options.request in wsdl.js (JB)
    raymondfeng committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    473b635 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. fix: update lodash

    jannyHou committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    de2ee66 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

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

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    6780072 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from arthmoeros/master

    Fix for xs:date with tz format
    raymondfeng committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    ad2cdfc View commit details
    Browse the repository at this point in the history
  3. chore: upgrade deps

    raymondfeng committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    8b9d412 View commit details
    Browse the repository at this point in the history
  4. 1.18.0

     * chore: upgrade deps (Raymond Feng)
     * Tests for parseValue with xsd date dateTime (arthmoeros)
     * Fix for xs:date with tz format (arthmoeros)
    raymondfeng committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    1c7799c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Upgrade dependencies

    raymondfeng committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    48fa45e View commit details
    Browse the repository at this point in the history
  2. 1.19.0

     * Upgrade dependencies (Raymond Feng)
    raymondfeng committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    e0a1eb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Add promise based stubs for testing

    rijnhard authored and raymondfeng committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    b58c801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c5596 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #212 from rijnhard/promise-stubs

    Added stubs for testing when using promise returns instead of callbacks
    raymondfeng committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    e6fc40b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    0aa3ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f15f5f0 View commit details
    Browse the repository at this point in the history
  3. 1.19.1

     * Use Buffer.from to replace depreated new Buffer (Raymond Feng)
     * Fix xml date/time/dateTime conversion (Raymond Feng)
     * Replace deprecated Buffer api (Raymond Feng)
     * Add promise based stubs for testing (Rijnhard Hessel)
    raymondfeng committed May 2, 2019
    Configuration menu
    Copy the full SHA
    74a8381 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

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

Commits on May 9, 2019

  1. chore: update copyrights years

    Agnes Lin committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e11e1a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #220 from strongloop/copyrights

    chore: update copyrights years
    dhmlau committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a2775de View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

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

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    5f9ea2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #219 from GoodTimeio/issue-218

    Add support for 1/0 booleans
    raymondfeng committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    183547e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #224 from strongloop/replace-ursa

    Replace ursa with node 12 core crypto or node-rsa
    raymondfeng committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    0343efc View commit details
    Browse the repository at this point in the history
  4. 1.20.0

     * Replace ursa with node 12 core crypto or node-rsa (Raymond Feng)
     * chore: update copyrights years (Agnes Lin)
     * Add support for 1/0 booleans (Stefano Marotta)
     * fix: update lodash (jannyHou)
    raymondfeng committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    00a5e94 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. add support attachments

    Allan Marques authored and raymondfeng committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    7c0e2b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #237 from allanmayanei1/master

    Add attachments
    raymondfeng committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    666d31f View commit details
    Browse the repository at this point in the history
  3. 1.21.0

     * add support attachments (Allan Marques)
    raymondfeng committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    8b2b381 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    084542f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #242 from cherzog/master

    Avoid line feed problems (Win/Linux)
    raymondfeng committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    a51322e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. chore: add stalebot

    dhmlau committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    3a3b635 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Merge pull request #246 from strongloop/stalebot

    chore: add stalebot
    dhmlau committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    bf5e20e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. fixed formating in README

    Christopher Wade committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c8dbde5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Merge pull request #249 from chriswade/master

    fixed formating in README
    dhmlau committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    4d3522f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Remove unnecessary files from npm packages

    Update `.npmrc` to avoid shipping garbage files to consumers on npm
    
    The largest folder is `coverage`, sitting at 1.8MB.
    
    ```
    $ du -h -d1 strong-soap/  | sort -h
    0       strong-soap/node_modules
    4.0K    strong-soap/.vscode
    8.0K    strong-soap/.github
    60K     strong-soap/example
    72K     strong-soap/xsds
    120K    strong-soap/intl
    432K    strong-soap/lib
    440K    strong-soap/src
    476K    strong-soap/.nyc_output
    1.8M    strong-soap/coverage
    3.5M    strong-soap/
    ```
    avindra committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5d07321 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Merge pull request #250 from avindra/patch-1

    Remove unnecessary files from npm packages
    raymondfeng committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    38a5561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a9356a View commit details
    Browse the repository at this point in the history
  3. 1.22.0

     * chore: add package-lock.json (Raymond Feng)
     * Remove unnecessary files from npm packages (Avindra Goolcharan)
     * fixed formating in README (Christopher Wade)
     * chore: add stalebot (Diana Lau)
     * Avoid line feed problems (Win/Linux) (Christian Herzog)
    raymondfeng committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    52a0393 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

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

Commits on Feb 25, 2020

  1. Allow nillable date to be null

    rsunbury authored and raymondfeng committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    44a0de2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #265 from rsunbury/Allow-non-strings-tobe-nillable

    Allow non strings tobe nillable
    raymondfeng committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    d03d717 View commit details
    Browse the repository at this point in the history
  3. 1.22.1

     * Allow nillable date to be null (Richard Sunbury)
     * chore: remove unused require statements (Raymond Feng)
    raymondfeng committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    fe4cb27 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Update xml-crypto dependency to 2.0.0

    Marco RR committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    e3340cf View commit details
    Browse the repository at this point in the history
  2. 1.23.0

    Marco RR committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    9d5899a View commit details
    Browse the repository at this point in the history
  3. Remove custom registry url from package-lock.json

    Marco RR committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    b159f53 View commit details
    Browse the repository at this point in the history