Bundled error messages for model creation in interface

This commit is contained in:
2017-08-29 20:05:07 +02:00
parent e12775b6ae
commit afffaa4a6f
5 changed files with 93 additions and 55 deletions

View File

@ -1,4 +1,8 @@
## 0.1.1 [2017-01-07]
## 1.1.1 [work in progress]
* [improvement] On connection or parsing errors, the `IOException` is no longer ignored, but encapsulated in `RuntimeException` (no StackTraces printed)
* [internal] Code cleanup and minor improvements
## 1.1.0 [2017-01-07]
* [feature] Filter stops by coordinates and radius
* [feature] Filter trips by destination and and towards fields
* [test] Test coverage 100% (line); tested against ASEAG and TFL APIs