v2.2.0
版本发布时间: 2018-02-10 16:52:24
r-spacex/SpaceX-API最新发布版本:v4.0.0(2020-06-27 09:56:42)
Features & Fixes
- Added current flight number to launch core data
- Dragon data is now on its own endpoint
/v2/capsules
- Vehicle endpoint is now Rocket endpoint
/v2/rockets
instead of/v2/vehicles
- All rocket data has identical schema for easy comparisons
- Added ordering support for past and upcoming launches in #65
- Updated style guide to Airbnb standards
- Removed needless variable assignments in 4bbe8115482f44dc5601134b15eb265506af5e92
- Some refactoring for mongo driver version 3 breaking changes
- database url updated to new mongo standard
- moved projection (used to hide document id from results) out of the find method
- Removed unnecessary files like app.json and single line config file