UNPKG

ang-soap

Version:

SOAP client

54 lines (47 loc) 1.44 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.10] - 2021-04-29 ### Fixed - Comment the code - Set texts into constants ## [1.0.9] - 2021-04-28 ### Fixed - Fix README.md description ## [1.0.8] - 2021-04-28 ### Fixed - Fix README.md description ## [1.0.7] - 2021-04-25 ### Fixed - Fix README.md description ## [1.0.6] - 2021-04-25 ### Fixed - Fix README.md description ## [1.0.5] - 2021-04-22 ### Fixed - Fix README.md description ## [1.0.4] - 2021-04-22 ### Added - Add ``setArrayMode()`` method. - Add ``setJsonPath()`` method. ## [1.0.3] - 2021-04-22 ### Fixed - Fix debug ## [1.0.2] - 2021-04-22 ### Changed - Set the default option ``ignoreAttributes`` to ``true``. - Set the default option ``attributeNamePrefix`` to ``''``. - Set the default option ``parseNodeValue`` to ``false``. - Set the default option ``trimValues`` to ``false``. - Set the default option ``parseTrueNumberOnly`` to ``true``. ### Added - Add the option ``debug``. - Add the option ``isRequestDataXML``. - Add the option ``isResponseXML``. ## [1.0.1] - 2021-04-22 ### Changed - Set the default option ``ignoreAttributes`` to ``true``. ## [1.0.0] - 2021-04-21 ### Created - Initialize ang-soap.