Skip to content

Releases: Thinkmill/manypkg

@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.

@manypkg/[email protected]

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

Major Changes

  • #165 7b9c4f6 Thanks @Andarist! - Removed support for Bolt monorepos.

  • #162 f046017 Thanks @Andarist! - Increased the transpilation target of the source files to [email protected]. At the same time added this as package.json#engines to explicitly declare the minimum node version supported by this package.

  • #151 a01efc9 Thanks @elliot-nelson! - The get-packages package now returns a slightly different structure. The old tool string has been replaced with a tool object, using the new Tool interface provided by @manypkg/tools. Each Package now contains both the absolute directory and relative directory path. Last, the root package has been renamed rootPackage and is optional, to support monorepos that do not contain a root package.

Patch Changes