Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Releases: Financial-Times/athloi

Beta 21

06 Mar 11:57
927052e
Compare
Choose a tag to compare
Beta 21 Pre-release
Pre-release

Fixes incorrect import of async-sema v3.

Beta 20

06 Mar 10:30
1caf46c
Compare
Choose a tag to compare
Beta 20 Pre-release
Pre-release
  • Implements minimatch to enable more flexible usage of --filter
  • Updates async-sema from v2 to v3

Beta 19

04 Mar 08:42
9b8a6d9
Compare
Choose a tag to compare
Beta 19 Pre-release
Pre-release

Adds functionality to fetch the latest version of a package from npm when running the version task.

Beta 18

18 Feb 09:14
9a34528
Compare
Choose a tag to compare
Beta 18 Pre-release
Pre-release

Adds support Yarn style pkg.workspaces configuration.

Beta 17

14 Feb 14:51
b3b00ae
Compare
Choose a tag to compare
Beta 17 Pre-release
Pre-release

Improves package finding logic to ignore files and folders without a package.json

Beta 16

19 Dec 10:36
Compare
Choose a tag to compare
Beta 16 Pre-release
Pre-release

Allow --concurrency flag to accept values greater than a single digit

Beta 15

14 Dec 13:55
7b3f234
Compare
Choose a tag to compare
Beta 15 Pre-release
Pre-release

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

06 Dec 15:55
fda758c
Compare
Choose a tag to compare
Beta 14 Pre-release
Pre-release

Adds the capability to filter packages using a wildcard prefix, e.g.:

athloi run build --filter 'ui-*'

Beta 13

21 Nov 15:07
de307da
Compare
Choose a tag to compare
Beta 13 Pre-release
Pre-release

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

25 Sep 10:30
d3a5805
Compare
Choose a tag to compare
Beta 12 Pre-release
Pre-release
Merge pull request #16 from Financial-Times/matth/write-some-tests

Write some tests