All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add improved CLI styling by @daimond113
- Install pesde dependencies before Wally to support scripts packages by @daimond113
- Link dependencies before type extraction to support more use cases by @daimond113
- Strip
.luau
extension from linker modules' require paths to comply with Luau by @daimond113 - Correctly handle graph paths for resolving overriden packages by @daimond113
0.5.0-rc.14 - 2024-11-30
- Fix
includes
not supporting root files by @daimond113
0.5.0-rc.13 - 2024-11-28
- Print that no updates are available in
outdated
command by @daimond113 - Support negated globs in
workspace_members
field by @daimond113 - Make
includes
use glob patterns by @daimond113 - Use symlinks for workspace dependencies to not require reinstalling by @daimond113
- Add
auth token
command to print the auth token for the index by @daimond113 - Support specifying which external registries are allowed on registries by @daimond113
- Install dependencies of packages in
x
command by @daimond113
- Asyncify dependency linking by @daimond113
0.5.0-rc.12 - 2024-11-22
- Support fallback Wally registries by @daimond113
- Fix peer dependencies being resolved incorrectly by @daimond113
- Set PESDE_ROOT to the correct path in
pesde run
by @daimond113
0.5.0-rc.11 - 2024-11-20
- Add back mistakenly removed updates check caching by @daimond113
- Set download error source to inner error to propagate the error by @daimond113
- Correctly copy workspace packages by @daimond113
0.5.0-rc.10 - 2024-11-16
- Fix
self-install
doing a cross-device move by @daimond113
- Only store
pesde_version
executables in the version cache by @daimond113
0.5.0-rc.9 - 2024-11-16
- Correctly link Wally server packages by @daimond113
self-upgrade
now will check for updates by itself by default by @daimond113
0.5.0-rc.8 - 2024-11-12
- Add
--index
flag topublish
command to publish to a specific index by @daimond113
- Use a different algorithm for finding a CAS directory to avoid issues with mounted drives by @daimond113
- Remove default.project.json from Git pesde dependencies by @daimond113
- Correctly (de)serialize workspace specifiers by @daimond113
- Fix CAS finder algorithm issues with Windows by @daimond113
- Fix CAS finder algorithm's AlreadyExists error by @daimond113
- Use moved path when setting file to read-only by @daimond113
- Switched to fs-err for better errors with file system operations by @daimond113
- Use body bytes over multipart for publishing packages by @daimond113
- Switch to async Rust by @daimond113
0.5.0-rc.7 - 2024-10-30
- New website by @lukadev-0
- Use updated aliases when reusing lockfile dependencies by @daimond113
- Listen for device flow completion without requiring pressing enter by @daimond113
- Sync scripts repo in background by @daimond113
- Don't make CAS files read-only on Windows (file removal is disallowed if the file is read-only) by @daimond113
- Validate package names are lowercase by @daimond113
- Clone dependency repos shallowly by @daimond113
- Optimize boolean expression in
publish
command by @daimond113
0.5.0-rc.6 - 2024-10-14
- Support full version requirements in workspace version field by @daimond113
- Improved authentication system for registry changes by @daimond113
- Correct
pesde.toml
inclusion message inpublish
command by @daimond113 - Allow writes to files when
link
is false in PackageFS::write_to by @daimond113 - Handle missing revisions in AnyPackageIdentifier::from_str by @daimond113
- Make GitHub OAuth client ID config optional by @daimond113
0.5.0-rc.5 - 2024-10-12
- Inform user about not finding any bin package when using its bin invocation by @daimond113
- Fix
self-upgrade
overwriting its own binary by @daimond113 - Allow use of Luau packages in
execute
command by @daimond113 - Remove duplicated manifest file name in
publish
command by @daimond113
0.5.0-rc.4 - 2024-10-12
- Add
yes
argument to skip all prompts in publish command by @daimond113 - Publish all workspace members when publishing a workspace by @daimond113
- Add feature gates to
wally-compat
specific code in init command by @daimond113
0.5.0-rc.3 - 2024-10-06
- Use workspace specifiers'
target
field when resolving by @daimond113
0.5.0-rc.2 - 2024-10-06
- Add support for multiple targets under the same package name in workspace members by @daimond113
- Fix versions with dots not being handled correctly by @daimond113
0.5.0-rc.1 - 2024-10-06
- Rewrite the entire project in a more maintainable way by @daimond113
- Support workspaces by @daimond113
- Improve CLI by @daimond113
- Support multiple targets for a single package by @daimond113
- Make registry much easier to self-host by @daimond113
- Start maintaining a changelog by @daimond113