- Remove ES6 interpolated strings (@michaelkitson)
- Fixed credential parameters
- Fixed error response handling
- Updated dependencies
- Fixed
ReferenceError: dir is not defined
- Updated
requestto~2.70.0 - Added additional filtering by
airportparameter, in case the API ignores the parameter
- Make
getAirlines()return an array - Trim excessive whitespace in airline names
- Add irregular operation updates
- Improve status update structure
- Add
nspknown vulnerabilities check totest
- Impl formatted
includeDeltasstatus update events - Fix
airportResourcesinformat/status
- Add
extendedOptionsoption forlookup,statusandschedule - Simplify time window check in
lookup - Add docblocks in code, usage and testing section to README
- Add lib/format: Custom, consolidated response format
- Enable trim_whitespace
- Update .npmignore: Add
testdirectory - Add test/data/*.json
- Update lib/flightstats.js: Fix schedule/status lookup time range
- Update lib/service-type.js: Add
codekey - Update lib/codeshare-type.js: Add
codekey
- Added
CODES.md - Enabled
categoryin response data of.getAirlines() - Added boolean
scheduledkey toFlightStats.AirlineCategorydata - Added
codekey (category code) toFlightStats.AirlineCategorydata - Patched inconsistent API response on ICAO airline code lookups
- Reworded
Data needed->Data Not Available
- Fix
/airlinesrequest URL construction - Return the
requestobject from a method call (instead ofthis)
- Enhanced request error message with URL in question
- Implemented
#getAirlines()and added tests for it - Extracted
#_request()tolib/request - Rephrased DN status in
lib/flight-status.js
- Initial publication