Files
WMATAFetcher/CHANGELOG.md

951 B

Version 2.0.0 (codename: "usable")

This is what should have been v.1.0.0.

  • WMATAFetcher was 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.