Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Releases: Belar/space-cli

v.1.1

30 Dec 21:27
Compare
Choose a tag to compare

General

  • Added news command with news articles related to space. Data source: SNAPI
  • Updated info about settings

v1.0

25 Nov 17:18
Compare
Choose a tag to compare

General

  • Renamed settings config file from settingsData.json to settings.json

Internal

  • Refactored multiple units (code clean-up)

v0.9

11 Oct 18:36
Compare
Choose a tag to compare

General

  • Moved SpaceCLI config (e.g. settings file) to system's respective config directory (set with XDG_CONFIG_HOME or ~/.config for *nix and ~/AppData/Local/ for win)

Internal

  • Fixed request mock in time zone test case
  • Updated dependencies

v.0.8.1

10 Jun 18:57
Compare
Choose a tag to compare

Fixes

  • Fixed empty time zone option (true flag) breaking validation and crashing launch command

v0.8

10 Jun 15:32
Compare
Choose a tag to compare

General

  • Changed next command to launch - functionality remains the same, launch return next launch(es) by default.
  • Switched to nix-like command options, with updated aliases. Details (formerly -d) is now -v, with verbose being considered primary alias. Limit (formerly '--lt') is now -n with number as 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

31 May 14:09
Compare
Choose a tag to compare

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 lib dir to src (it's a CLI package, not a lib)
  • Move index.js to src
  • Switch unit testing setup to Jest
  • Refactor rocket launch data printing
  • Refactor timezone processing