national-rail-darwin-promises
Version:
national rail's darwin soap based api with promises
16 lines (11 loc) • 648 B
Markdown
### 2.0.0 [2020-05-26]
1. Refactor code to [Airbnb's JS style](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb)
1. Replace callback functions with JS Promises
1. Removed command line tool
### 1.0.6 [2018-01-11]
1. Upgrade to version 11 of the API wasn't completed fully in v1.0.5. Fixed in this release.
2. darwin command line tool for requests.
### 1.0.5 [2018-01-11]
1. Update National Rail base url to point to version 11 of the Darwin api.
2. Increase unit test coverage of requests and parsers.
3. Bug fix in apply options that caused incorrect defaults to be used if no options object passed to a function.