Skip to content

Releases: Thinkmill/manypkg

@manypkg/[email protected]

14 Jan 23:40
52d5dcb
Compare
Choose a tag to compare

Patch Changes

@manypkg/[email protected]

29 Nov 12:00
7ef91be
Compare
Choose a tag to compare

Patch Changes

@manypkg/[email protected]

27 Jun 07:30
dc2ad79
Compare
Choose a tag to compare

Patch Changes

@manypkg/[email protected]

09 Jun 12:40
44285d8
Compare
Choose a tag to compare

Minor Changes

@manypkg/[email protected]

09 Jun 12:40
44285d8
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@manypkg/[email protected]

09 Jun 12:40
44285d8
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@manypkg/[email protected]

09 Jun 12:40
44285d8
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@manypkg/[email protected]

31 Jan 08:55
6718c20
Compare
Choose a tag to compare

Minor Changes

  • #167 bf586f5 Thanks @elliot-nelson! - The getPackages and getPackagesSync methods now take an optional list of Tool implementations, allowing the caller to restrict the desired types of monorepo discovered, or provide a custom monorepo tool implementation.

Patch Changes

@manypkg/[email protected]

31 Jan 08:55
6718c20
Compare
Choose a tag to compare

Minor Changes

  • #167 bf586f5 Thanks @elliot-nelson! - The findRoot and findRootSync methods now take an optional list of Tool implementations, allowing the caller to restrict the desired types of monorepo discovered, or provide a custom monorepo tool implementation.

@manypkg/[email protected]

23 Jan 23:16
1bff0a2
Compare
Choose a tag to compare

Major Changes

  • #151 a01efc9 Thanks @elliot-nelson! - Introduces a new Tool API that provides key functions related to a specific implementation of a monorepo, like isMonorepoRoot and getPackages. Existing tool implementations in manypkg have been converted to use this new interface.