Releases: hove-io/transit_model
Releases · hove-io/transit_model
v0.33.0
v0.32.2
v0.32.1
v0.32.0
v0.31.4
v0.31.3
v0.31.2
- [feature] Improve test utils for report on files count #701
- [feature] Automatically remove empty comments from the model #699
- [feature] Support for GTFS transfers with StopArea #700
- [feature] Default forbid pickup/dropoff on last/first stop times of vehicle journeys #703
- [fix] Do not create transfers when geolocation is (0, 0) #702
v0.31.1
v0.31.0
- [doc] improve examples #692
- [tech] only use deflate feature of crate zip #693
- [fix] Typos in the documentation of sub-prefixes #695
- [fix] Give expected enum instead of using 'parse()' #696
- [feature] chrono_tz:0.5.3 (implements Display for Tz) #697
Migration notes
If you were using transit_model::objects::TzExt
, this wrapper around chrono_tz::Tz
does not exist anymore, you can directly use chrono_tz::Tz
instead. This wrapper was introduced in order to implement std::fmt::Display
trait for chrono_tz::Tz
. Now, this implementation exists in chrono_tz:0.5.3
so we do not need the TzExt
wrapper anymore.