Releases: Cox-Automotive/alks-cli
Releases · Cox-Automotive/alks-cli
v3.4.0
v3.3.0
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
v3.2.5
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
v3.2.3
3.2.2
v3.2.1
v3.2.0
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
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