- Feature:
- Add find by all stops
- update response params when finding by all lines (@thiagommedeiros in #40)
- Refactor and Bug-fix:
- Refactoring tests to get better assertions
- Fix sptrans arrival forecast route
- Fix params that sptrans has changed (@thiagommedeiros in #39)
- Bug-fix:
- Fix async error on lines response
- Fix stops response params
- Fix vehicles position response params (@thiagommedeiros in #38)
- Find: Update find method to send the
type
param tobus-server
. (@thiagommedeiros in #37)
- Build: Add a plugin to replace process.env.NODE_ENV with "production" because it crashes on browser. (@thiagommedeiros in #36)
- Build: Browser build changed to use
rollup
instead ofbrowserify
. - ES6 Modules: Update code to follow the ES6 modules final syntax (@thiamsantos in #34)
- Version: The SPTrans api version was changed from
v1
tov2.1
- Language: The
bus-promise
parameters and responses was changed fromportuguese
toenglish
(@thiagommedeiros in #26)
- Rename: The library name was changed from
sptrans-promise
tobus-promise
(@thiagommedeiros in #25)
- Bug-fix: Fixed the bug when a
linha
haven't ashape_id
(@thiagommedeiros in #19)
- Feature: Added a search by all
linhas
. (@thiagommedeiros in #18)