This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Releases: Financial-Times/athloi
Releases · Financial-Times/athloi
Beta 21
Fixes incorrect import of async-sema
v3.
Beta 20
- Implements minimatch to enable more flexible usage of
--filter
- Updates
async-sema
from v2 to v3
Beta 19
Adds functionality to fetch the latest version of a package from npm when running the version
task.
Beta 18
Adds support Yarn style pkg.workspaces
configuration.
Beta 17
Improves package finding logic to ignore files and folders without a package.json
Beta 16
Allow --concurrency
flag to accept values greater than a single digit
Beta 15
Added --preserve-order
flag to improve the usage of the --concurrency
option to maintain topological sort order of cross-dependencies even when running tasks concurrently.
Beta 14
Adds the capability to filter packages using a wildcard prefix, e.g.:
athloi run build --filter 'ui-*'
Beta 13
Expands the capability of the --filter
option to enable filtering by object key and array value, e.g.:
athloi exec pwd --filter 'dependencies:"lodash"'
athloi exec pwd --filter 'tags:"utility"'
Beta 12
Merge pull request #16 from Financial-Times/matth/write-some-tests Write some tests