From 50c9cf1e956e9b2afae128170cc7179c6dc7dd19 Mon Sep 17 00:00:00 2001 From: Emma K Alexandra Date: Thu, 14 Mar 2024 21:33:03 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 687ab78f..dd27b445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## v15.2 - MetroGTFS + +Introduce a new package `MetroGTFS` that allows for friendler handling of [GTFS Static (also called GTFS Schedule)](https://gtfs.org/schedule/) data. The goal of this package is to be a better interface than my old [GTFS Package](https://github.com/emma-k-alexandra/GTFS). + +MetroGTFS uses a SQLite database to store GTFS Static data. I'm hoping to build up support for more GTFS Static data over time. For now, the package is quite limited. + +Web-based docs are not available for MetroGTFS yet. However, docs are available in Xcode via Build Documentation. + +- Create MetroGTFS package +- Add dependency on SQLite.swift package +- Support GTFS Stops via `GTFSStop` +- Allow creation of a `GTFSStop` from a WMATA `Stop` +- Support GTFS Levels via `GTFSLevel` +- Create MetroGTFStoSQLite project, which uses JavaScript to pull an create the SQLite database used by MetroGTFS + ## v15.1 - Potomac Yard Potomac Yard station is now open, so a few non-breaking changes are happening in `Station`.