Skip to content

Releases: Cox-Automotive/alks-cli

v3.4.0

06 Jul 17:06
Compare
Choose a tag to compare

Adds shell autocompletion for the CLI's commands, subcommands, and flags

v3.3.0

02 Jul 17:14
Compare
Choose a tag to compare

updates the changelog to reflect changes from PR #202 whose build failed this morning. This PR should trigger the release for that PR's changes

Also fixes the boolean logic for the check that ensures changelog.txt is updated. Before this fix the check would fail regardless of if the changelogs were the same or different

v3.2.6

01 Jul 19:57
Compare
Choose a tag to compare

Internally refactors state management to simplify logic and enable future features

v3.2.5

30 Jun 14:16
Compare
Choose a tag to compare

This PR removes the clortho dependency coming from the gh release and replaces it with the new clortho package published under the cox-automotive org scope https://www.npmjs.com/package/@cox-automotive/clortho

v3.2.4

25 Jun 20:58
Compare
Choose a tag to compare
  • Fixes the automatic build-and-deploy process for the ALKS CLI repo
  • Fixes bugs with changelog.txt not being found
  • Fixes package.json version

v3.2.3

25 Jun 19:28
Compare
Choose a tag to compare
  • Fixes the automatic build-and-deploy process for the ALKS CLI repo
  • Fixes bugs with changelog.txt not being found

3.2.2

08 Jun 15:03
Compare
Choose a tag to compare

This release adds tslib as a regular dependency

v3.2.1

03 Jun 18:13
Compare
Choose a tag to compare

adds a 5-second timeout when opening browser links

v3.2.0

03 Jun 14:37
Compare
Choose a tag to compare

Refactors the codebase to make development easier, more modern, and less error-prone by:

  • internally migrating from async.js/callbacks to promises
  • converting to typescript
  • adding Jest for unit testing
  • swapping out alks-node for alks.js
  • removing some unnecessary dependencies
  • updating to latest dependency versions
  • restructuring the code layout
  • automating linting/building on commit for developers
  • fixings a couple of small bugs
  • modifying the prefix of the verbose logger

3.1.4

27 Jan 18:48
7fea878
Compare
Choose a tag to compare

This release includes the following changes:

  • Replaces some TravisCI functionality with GitHub actions
  • Fixes a character escaping issue with Windows Powershell
  • Bundles a problematic dependency to reduce install errors
  • Updates dependency versions reported by NPM Audit