Skip to content

Releases: Thinkmill/manypkg

@manypkg/cli@0.21.2

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

Patch Changes

@manypkg/cli@0.21.1

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

Patch Changes

@manypkg/find-root@2.2.1

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

Patch Changes

@manypkg/tools@1.1.0

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

Minor Changes

@manypkg/get-packages@2.2.0

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

Minor Changes

Patch Changes

  • Updated dependencies [de0fff3]:
    • @manypkg/find-root@2.2.0
    • @manypkg/tools@1.1.0

@manypkg/find-root@2.2.0

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

Minor Changes

Patch Changes

  • Updated dependencies [de0fff3]:
    • @manypkg/tools@1.1.0

@manypkg/cli@0.21.0

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

Minor Changes

Patch Changes

  • Updated dependencies [de0fff3]:
    • @manypkg/get-packages@2.2.0

@manypkg/get-packages@2.1.0

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

  • Updated dependencies [bf586f5]:
    • @manypkg/find-root@2.1.0

@manypkg/find-root@2.1.0

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/tools@1.0.0

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.