CHANGELOG.adoc 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. = Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], but uses AsciiDoc instead of Markdown,
  4. and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].
  5. == Unreleased
  6. === in progress
  7. * BAF9: gott v2 + error handling
  8. === Added
  9. * BAF33: searching by line
  10. * BAF11: TRAFFIC: trip shape
  11. * BAF21: route for shape on map (either by line -> all shapes, or by trip -> one shape)
  12. * BAF17.2: route get feed
  13. * BAF28: advanced query for departures (eg. (line=610&stop=LUKLL01)||(line=611&stop=LLIMB91))
  14. * BAF31: return delay in Vehicle (?)
  15. === Changed
  16. * BAF25: single latest feed – get its validity from calendar/calendar_dates; move to /var/lib based on validity
  17. * BAF10: strict types and enums
  18. * BAF14: sort query results by revelance
  19. * BAF34: shedules in /var/lib/szczanieckiej
  20. * BAF30: if departure is at-stop or incoming but time is not <=1m then return in-transit – only for starting terminus
  21. * feed name in api/stop, api/line
  22. * agency in api/line
  23. === Fixed
  24. * BAF12: readibility
  25. === Removed
  26. * BAF18: signaling is out of scope
  27. == v0.1
  28. * BAF6: check if calendar.txt exists
  29. * BAF7: check if calendar_dates.txt exists
  30. * BAF8: check if any calendar was converted
  31. * BAF13: alerts from gtfs_rt
  32. * BAF1: get stop, feed timezone
  33. * BAF26: joined feeds (eg. Kraków bus + Kraków tram)
  34. * BAF27: default accept language
  35. * BAF16: paginate departures
  36. * BAF15: filter departures by line
  37. * BAF23: ZTM_Poznań: vehicle capabilities -- read header
  38. * BAF22: route for vehicle by vehicle -> one
  39. * BAF2: get trip part from stop (times till next stops)
  40. * BAF20: route for trip from stop
  41. * BAF32: check boarding
  42. * TRAFFIC: line graph
  43. * TRAFFIC: lines index by line_name
  44. * BAF4: TRAFFIC:converter: feed_info
  45. * BAF5: TRAFFIC:converter: agencies
  46. * BAF19: TRAFFIC: data structure for searching by coordinates
  47. * BAF24: default contrasting colours in route // only line colour, no text colour
  48. * BAF29: paginate items
  49. * BAF17.1: route for enabled feeds