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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,32 @@
1
1
# Release Notes
2
2
3
+
## v2.0.0 (2018-08-24)
4
+
5
+
### Changed
6
+
7
+
- Reescrita e reestruturação da classe `HealthCheck`[(58f81c1)](https://github.com/crphp/check/commit/58f81c1181fe975be499c62259971b80257099f1)
8
+
- Classe `Traceroute` refatorada [(02f6bb4)](https://github.com/crphp/check/commit/02f6bb4223fabaf60410585fd844ca0bbab9216b)
9
+
- Classe `Socket` refatorada [(4551da0)](https://github.com/crphp/check/commit/4551da0e80e111ca494dff8a6c16be3aa17e7768)
10
+
- Refatoração da classe `Ping` para adequação de código e documentação [(0d66c3e)](https://github.com/crphp/check/commit/0d66c3e01db7637d821c09113822b8393291b0be)
11
+
- Classe `Ping` ajustada para permitir melhor identificação do **SO** e comando a ser executado [(62abd42)](https://github.com/crphp/check/commit/62abd4251dad2ad406b7a8ba0d6e5f4e7f270b01)
12
+
3
13
## v1.1.0 (2017-10-05)
4
14
5
15
### Added
16
+
6
17
- Método getInfo adicionado a classe HealthCheck
7
18
8
19
### Changed
20
+
9
21
- HealthCheck: Agora é possível utilizar Fluent Interfaces
10
22
- Ping: agora os métodos são estáticos
11
23
- Socket: pequena alteração na mensagem do dicionário de máquinas Microsoft
12
24
- Traceroute: agora os métodos são estáticos
13
25
14
-
15
26
## v1.0.0 (2016-11-27)
16
27
17
28
### Added
29
+
18
30
- HealthCheck: consulta de status HTTP e verificação via consulta de string
19
31
- Ping: disparo de ping
20
32
- Socket: teste de conectividade a nível de socket
0 commit comments