Skip to content

Commit 6cddf42

Browse files
committed
release v5
1 parent 76057b1 commit 6cddf42

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## 5.0.0 (2025-03-13)
11+
12+
- mark many realtime properties as optional
13+
- add table-to-schema map and primary key map
14+
- fix types for realtime service alerts
15+
- add a type aliases for each kind of ID
16+
- fix two typos in enum values
17+
- add many new tables based on the latest version of the spec
18+
1019
## 4.0.0 (2024-05-18)
1120

1221
- fix: convert `stop_time_update` to an array. The previous definition was not correct.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gtfs-types",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"author": "Kyle Hensel",
55
"description": "🚂 Typescript definitions for the GTFS Standard",
66
"license": "MIT",

0 commit comments

Comments
 (0)