Releases: mjaakko/gtfs-library
Releases · mjaakko/gtfs-library
0.2.2
- Use correct parser for nullable doubles
0.2.1
- Updated dependencies
- Created helper function for calculating GTFS time for given service day and
ZonedDateTime
0.2.0
- Updated architecture for GTFS parser and writer
- Writer now supports writing data types individually from iterables
- Added default values for data classes
- Updated documentation
- Added more tests
0.1.4
- Added documentation
- Updated Kotlin plugins
0.1.3
- Updated dependencies
- Added support for reading / writing GTFS feeds from / to uncompressed files
0.1.2
- Support for nullable boolean values
- Change
FareAttribute.transfers
to nullable type
- Use lazy initializer for properties to avoid problems with values being null at initialization
0.1.1
- Added constants for GTFS enum types
- Added property with Locale type for language values
- Changed type of
Pathway.isBidirectional
to Boolean
0.1.0
- Added helper function for calculating
ZonedDateTime
from GTFS service day and time
- Class for writing GTFS files
0.0.6
- Run initializers with no arg constructors to fix lazy properties being null
0.0.5
- Allow ZoneId to be nullable