Sourced from parse-path's releases.
5.0.0
parse-path
5.0.0:star: This is a major release of
parse-path
! :star:Breaking changes
parse-path
will not parsegit@...
ssh URLs anymore. Useparse-url
for that.- If the input url has a trailing slash, the trailing slash will be added in the
pathname
too.- The
port
field is a string. By default empty.- Added the
password
field (default:""
)- The resource may contain the
port
in it (e.g.resource: "domain.com:4200"
).Features
- Faster
- More secure
- Cleaner codebase
Any questions, suggestions, contributions are always welcome! :blush:
Sourced from beachball's changelog.
2.30.1
Wed, 17 Aug 2022 08:02:47 GMT
Patches
- Error on duplicate package names in different workspaces (for a monorepo with multiple workspaces) (elcraig@microsoft.com)
2.30.0
Thu, 11 Aug 2022 21:13:57 GMT
Minor changes
- Use ES2019 output (compatible with Node 12+) (elcraig@microsoft.com)
Patches
- Exit publishing early if only invalid change files are present (elcraig@microsoft.com)
2.29.1
Thu, 11 Aug 2022 21:09:34 GMT
Patches
- Improve auth error handling and other logs during publishing, and use the npm helper everywhere (elcraig@microsoft.com)
- Rename file
monorepo/utils.ts
tomonorepo/isPathIncluded.ts
(no API change) (elcraig@microsoft.com)- Add verbose logs about determining changed packages (elcraig@microsoft.com)
- Fix calculation of changed packages on Windows (elcraig@microsoft.com)
2.29.0
Wed, 10 Aug 2022 08:03:11 GMT
Minor changes
- Update typescript to 4.3 (elcraig@microsoft.com)
Patches
- Always use console.log not process.stdout for logging (elcraig@microsoft.com)
- Moving non essential and retried commands to git from gitFailFast (viditganpi10@gmail.com)
2.28.0
Tue, 09 Aug 2022 06:34:24 GMT
Minor changes
... (truncated)
b22545e
applying package updates402d76d
Update devDependency @types/lodash
to v4.14.183 (#760)761b0ca
Run E2E tests in parallel (#758)6f777d9
Fix logic to error on duplicate package names and add test (#761)0db5f35
Multi-workspace tests: replace remaining "repo" usage with "workspace"6b18554
Unify test repository fixtures and make customization easier (#754)03a1332
Error on duplicate package names (#759)6c8a908
applying package updatesaf775b9
Change "MonoRepo" to "Monorepo" in tests to match more common casing8966438
Rename "multi-monorepo" tests to "multi-workspace"