You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,34 @@
1
1
# Release Notes
2
2
3
+
## v2.1.0 (2018-08-14)
4
+
5
+
### Added
6
+
7
+
- Add suporte a interpretação de XML literal pelo método `doRequest`[(01e9b93)](https://github.com/crphp/webservice/commit/01e9b93e724f3f8d53a1e20e03efb7c3495e201f)
8
+
9
+
### Changed
10
+
11
+
- Documentação adequada ao padrão do phpdoc [(76fe08e)](https://github.com/crphp/webservice/commit/76fe08e48cbc264c6001c72366c7b1be89ecaa3b)
12
+
-`setRequest` aceita incremento de cabeçalho [(f6b8396)](https://github.com/crphp/webservice/commit/f6b8396a9459a55b9639e820c6cf5d2fa7a6a592)
-`getResponseHeader` melhorado para permite saída formatada com quebra de linha [(acf053c)](https://github.com/crphp/webservice/commit/acf053cb0f0df411dc61aec9e3a32a40b487d1dd)
15
+
- Ajustes na documentação, phpdoc e inclusão do `CHANGELOG`[(103954b)](https://github.com/crphp/webservice/commit/103954b89e16d59d16784d383c68ac31cf52f25a)
16
+
3
17
## v2.0.0 (2018-08-10)
4
18
5
19
### Changed
6
20
7
21
- Ajustes no README.md e alterações gerais no arquivo `/src/Soap`[(c5f2d34)](https://github.com/crphp/webservice/commit/c5f2d34285a44b9fbc7213f344c1ebe4bfae8ec1)
8
22
- Add **ext-curl**, **ext-soap** e **ext-dom** ao `composer.json`[(9f1160c)](https://github.com/crphp/webservice/commit/9f1160cf9bd2f4f449a526fc742cba9f1f52847e)
9
23
- Adequação do phpdoc no arquivo `/src/ClienteGenerico`[(4ec65e6)](https://github.com/crphp/webservice/commit/4ec65e62f82ec4583e9487444311ce2ff878113c)
10
-
- Add **location** ao método **setWSDL** e adequação de variáveis [(0e4a0f1)](https://github.com/crphp/webservice/commit/0e4a0f16fa3a3acb8b3e169635620c5b8923dde6)
11
-
- Bug no método "consult" (`/src/Soap.php`) corrigido [(7d8f19d)](https://github.com/crphp/webservice/commit/7d8f19d7d404613570daf3dc2c7c9f1c55e8a509)
24
+
- Add `location` ao método `setWSDL` e adequação de variáveis [(0e4a0f1)](https://github.com/crphp/webservice/commit/0e4a0f16fa3a3acb8b3e169635620c5b8923dde6)
25
+
- Bug no método `consult` (`/src/Soap.php`) corrigido [(7d8f19d)](https://github.com/crphp/webservice/commit/7d8f19d7d404613570daf3dc2c7c9f1c55e8a509)
12
26
- Pequeno ajuste no `README.md`[(3d5134b)](https://github.com/crphp/webservice/commit/3d5134b47d6aba4b45e0516be97da63c9add0fb1)
13
27
- Métodos e variáveis alteradas de português para inglês [(576d937)](https://github.com/crphp/webservice/commit/576d937bb611b7925173c6ead5a9ebcb4f3486fe)
14
28
15
29
## v1.2.0 (2018-08-02)
16
30
17
-
### Changed
31
+
### Fixed
18
32
19
33
- Corrigida validação de status http [(78f8cf3)](https://github.com/crphp/webservice/commit/78f8cf35b9a2dee581cd309518b44b8b008731ea)
0 commit comments