github quasarframework/quasar @quasar/cli-v5.0.6

2 hours ago

This is the optional globally-installed part of the Quasar CLI

Changes

  • fix(cli): serve -> --https with custom certificates now actually works: the --cert/--key params were never parsed (provided certificates were silently ignored) and the server was started in plaintext mode, so TLS handshakes always failed. Certificates are now picked up and served over proper HTTPS (HTTP/2 with HTTP/1 fallback).
  • fix(cli): upgrade -> no longer crashes on projects missing a dependencies or devDependencies section in package.json
  • fix(cli): upgrade -> the latest-version lookup now picks the highest available version instead of the most recently published one — so a hotfix published for an older line can no longer be suggested over the actual latest version. Versions are ordered by semver precedence, so a stable release outranks its own pre-releases; --prerelease/--major still opt in to newer pre-release/major versions as before
  • fix(cli): commands terminated by a signal are now reported as such instead of the misleading "Command not found"; the spawn helpers also tolerate being called without an options object

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following:

Don't miss a new quasar release

NewReleases is sending notifications on new releases.