Skip to content

Releases: mjaakko/gtfs-library

0.2.2

30 Aug 18:06
Compare
Choose a tag to compare
  • Use correct parser for nullable doubles

0.2.1

08 Jun 16:38
85eb701
Compare
Choose a tag to compare
  • Updated dependencies
  • Created helper function for calculating GTFS time for given service day and ZonedDateTime

0.2.0

24 Nov 17:25
d1cfb3e
Compare
Choose a tag to compare
  • 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

21 Nov 18:12
7d0485f
Compare
Choose a tag to compare
  • Added documentation
  • Updated Kotlin plugins

0.1.3

10 Nov 18:38
Compare
Choose a tag to compare
  • Updated dependencies
  • Added support for reading / writing GTFS feeds from / to uncompressed files

0.1.2

20 Aug 10:40
Compare
Choose a tag to compare
  • 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

19 Aug 19:01
Compare
Choose a tag to compare
  • Added constants for GTFS enum types
  • Added property with Locale type for language values
  • Changed type of Pathway.isBidirectional to Boolean

0.1.0

23 Jul 00:03
Compare
Choose a tag to compare
  • Added helper function for calculating ZonedDateTime from GTFS service day and time
  • Class for writing GTFS files

0.0.6

17 Jul 18:01
Compare
Choose a tag to compare
  • Run initializers with no arg constructors to fix lazy properties being null

0.0.5

17 Jul 17:13
Compare
Choose a tag to compare
  • Allow ZoneId to be nullable