- Testing for every transportation system - `Vehicle` object - `TransportationSystem.getVehicles()` which returns a list of `Vehicle` objects
Changed
- Fixed `AttributeError: 'list' object has no attribute 'items'` error thrown in `TransportationSystem.getRoutes()`
Removed
0.2.0
Added
- `TransportationSystem` class with the following methods: `getRoutes()`, `getStops()`, `getSystemAlerts()` - `Route` class with the following method: `getStops()` - `Stop` class - `getSystems()` - `getSystemsFromID()` - `printAllSystemsMd()`
Changed
Removed
0.1.2
Added
- Added License
Changed
- Fixed Documentation Build - All - Fixed PyPi long description type - `printAllSystemsMd()` has the new parameter `includeHtml` with a default of `True` to render HTML breaks after each line
Removed
- Removed obsolete `debug` parameters
0.1.1
Added
- Create Documentation With ReadTheDocs.io - Create Changelog - New `getSystems()` Method - New `printAllSystemsMd()` Method - Added PyPi Project Links