mirror of
https://github.com/zhigang1992/WMATAFetcher.git
synced 2026-03-27 22:59:22 +08:00
951 B
951 B
Version 2.0.0 (codename: "usable")
This is what should have been v.1.0.0.
WMATAFetcherwas refactored considerably to only expose what is needed to the user.- Added Usage
- Added AppleDocs to the classes
Version 1.0.1
Steps toward making this a true API:
- WMATAFetcher is now a class, and must be instantiated with a WMATA API key.
- Fields that should be accessable to the user were made
public. - Explicitly listed how the Train class relates to IMPredictionTrainInfo.
Version 1.0.0
Initial release.
This is my first CocoaPod, and I should have used a pre-1.0.0 version number here. The WMATAFetcher included in this release was a copy of what I used in my DC Metro Widget, and was not indended for public use.