All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- api types support for V2
- go.mod file for V2 (supporting go 1.17)
- Changelog move to a separate file from the README.md
- CHANGELOG.md
- Coding style on many files
- go.mod file
- Vehicle journey type and route
- Go mod file
headsign
filter for jourey and vehicle_journey requests
- Code style issues
- Gitignore missing files
- Some types were omitted but necessary
- Pretty-printing ! via the
pretty
subpackage - Paging support
- Limited the size of responses
- PlacesResults support
sort.Interface
- Un-export
RemoteErrorsDescriptions
PlacesResults
has a new method,Count
- New
JourneyResults.Count
to count the number of journeys in the results - And others, see
git log
- Exported EmbeddedTypes
- Overhauled testing subsystem
Coverage
has been renamed toRegions
Regions
(ex-Coverage
),RegionByPos
andRegionByID
have a new parameter needed:RegionRequest
- No more
Session.Use
- No more
String
methods: use pretty !
- Bugfix where the response body was never closed