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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
2
2
Version 1.1.0
3
3
=============
4
-
- Minnor fixes
4
+
- Minor fixes
5
+
- Added tests
5
6
-**Breaking changes**
6
7
-**Typing**:
7
8
- Tests and attributes have been typed. This may cause some exceptions if you have been attached to the "everything is a string" previously philosophy.
8
-
- Some attributes have been kept back for compatibility but others (like num) have been directly converted into int. Test everything after the upgrade
9
-
- Other typing changes migh take place in the future when it is confirmed that smartctl always use a fixed time instead "anything" (str for us).
10
-
-**device.tests**: Now returns empty list instead of None when there is no tests present
9
+
- Some attributes have been kept back for compatibility but others (like num) have been directly converted into an integer. Test everything after the upgrade
10
+
- Other typing changes might take place in the future when it is confirmed that smartctl always uses a fixed time instead of "anything" (str for us).
11
+
-**device.tests**: Now returns an empty list instead of None when there are no tests present
12
+
-**device.diags**: Device.diags have been deprecated and moved into a class called Diagnostics. For compatibility reasons, a property called "diags" has been created. This property simulates the old diags behavior.
0 commit comments