This repository was archived by the owner on May 22, 2021. It is now read-only.
Releases: Belar/space-cli
Releases · Belar/space-cli
v.1.1
v1.0
v0.9
v.0.8.1
v0.8
General
- Changed
nextcommand tolaunch- functionality remains the same,launchreturn next launch(es) by default. - Switched to nix-like command options, with updated aliases. Details (formerly
-d) is now-v, withverbosebeing considered primary alias. Limit (formerly '--lt') is now-nwithnumberas primary alias. Old aliases (--details,--limit) stay functional. - Enabled strict mode. For general use it means, for example, help being shown for unrecognised commands.
Fixes
- Fixed typo in timezone error
Internal
- Updated Launch Library request to target version 1.4 of API
- Switched from route params to query params in API request
v0.7
General
- Update error printing, use consistent visual structure
Fixes
- Settings file encoding is now explicitly set to UTF-8. Resolves issue with reading settings file.
Internal
- Update structure - rename
libdir tosrc(it's a CLI package, not a lib) - Move
index.jstosrc - Switch unit testing setup to Jest
- Refactor rocket launch data printing
- Refactor timezone processing