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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 1.5.0
2
+
3
+
-:boom:**[BREAKING CHANGES]** - Removed deprecated `useProxy` parameter from `fetch()` method. The proxy service has been shut down and is no longer supported.
4
+
1
5
## 1.4.4
2
6
3
7
-:memo: Update README to include up to date kulliyyah list. Related issue [#12](https://github.com/iiumschedule/albiruni/issues/12)
@@ -80,11 +84,14 @@
80
84
81
85
-:boom:**BREAKING CHANGES** - Kuliyyah parameter now is seperated from the albiruni constructor.
82
86
- Before:
87
+
83
88
```dart
84
89
var albiruni = Albiruni(kulliyah: "AED", semester: 2, session: "2021/2022");
85
90
var subjects = await albiruni.fetch();
86
91
```
92
+
87
93
- After:
94
+
88
95
```dart
89
96
var albiruni = Albiruni(semester: 2, session: "2021/2022");
0 commit comments