File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+
4
+ ## 0.2.0 (2024-07-31)
5
+
6
+ ### Added
7
+
8
+ - ` TransportationSystem ` class with the following methods: ` getRoutes() ` , ` getStops() ` , ` getSystemAlerts() `
9
+ - ` Route ` class with the following method: ` getStops() `
10
+ - ` Stop ` class
11
+ - ` getSystems() `
12
+ - ` getSystemsFromID() `
13
+ - ` printAllSystemsMd() `
14
+
15
+ ### Changed
16
+
17
+ ### Removed
18
+
19
+
3
20
## 0.1.2 (2024-07-14)
4
21
5
22
### Added
23
+
6
24
- Added License
7
25
8
26
### Changed
27
+
9
28
- Fixed Documentation Build
10
29
- All
11
30
- Fixed PyPi long description type
12
31
- ` printAllSystemsMd() ` has the new parameter ` includeHtml ` with a default of ` True ` to render HTML breaks after each line
13
32
14
33
### Removed
34
+
15
35
- Removed obsolete ` debug ` parameters
16
36
17
37
18
38
## 0.1.1 (2024-07-12)
19
39
20
40
### Added
41
+
21
42
- Create Documentation With ReadTheDocs.io
22
43
- Create Changelog
23
44
- New ` getSystems() ` Method
24
45
- New ` printAllSystemsMd() ` Method
25
46
- Added PyPi Project Links
26
47
27
48
### Changed
49
+
28
50
- Change Project Description
29
51
30
52
### Removed
53
+
31
54
- None
32
55
33
56
You can’t perform that action at this time.
0 commit comments