dpk 0.2.3
dpk: ^0.2.3 copied to clipboard
An alternative package manager for Dart
0.2.3 #
- Fix: Commands like
add,remove,upgrade, anddowngradenow correctly operate in the current directory instead of the dpk.yaml directory, ensuring packages are added to the correct pubspec.yaml when running from subdirectories - Fix: Hooks now run in isolation with directory save/restore, preventing directory changes from affecting the calling command
0.2.2 #
- Fix:
-Cflag no longer causes "directory does not exist" error by removing duplicate directory argument passed to dart pub
0.2.1 #
- Fix: Added hook support to all built-in commands (
add,remove,upgrade,downgrade)
0.2.0 #
- Feat: Added support for recursively finding the dpk.yaml file in parent directories.
- Feat!: Added support for arbritary script hooks.
Breaking changes #
- Hooks now use the
pre:andpost:prefix.
0.1.14 #
- Fix: Correctly set 'PUB_CACHE' in getCacheEnv method for project mode.
0.1.13 #
- Fix
--versioncommand printing old version.
0.1.12 #
- Fixed a bug where arguements after
--were not being passed scripts.
0.1.11 #
- Added support for terminal title.
0.1.9 #
- Added
versionflag to print the version and exit.
0.1.8 #
- Added CLI autocompletion support for scripts by registering them as sub-commands of the run command.
0.1.7 #
- Fix: Apply command not working when git dependencies are present.
0.1.5 #
- Fix: Postget script not running when in pub workspace.
0.1.4 #
- Added
linktogetcommand.
0.1.3 #
- Added catalog support
0.1.1 #
- Downgrade Dart SDK version to 3.6.0.
0.1.0 #
- Initial version.