PackageTrack
Sign in Get early access

derry

A script manager to help you define script shortcuts and use them effortlessly, and performantly.

1.5.0 7.4K downloads/mo #3332 most downloaded on pub.dev frencojobs/derry

What this package is like to depend on

Last release 4 years ago

no release in 18 months

Ships unpredictably

gaps range from 9 days to 1.4 years

Nearly every release is documented

notes for 34 of 34 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

34 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

34 releases · Jun 2020 to Feb 2023
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 34
  1. 1.5.0 04 Feb 2023
    Release notes
    • Add support for M1 Macs
    • Blob sizes are now much smaller
    • Opted-in to sound null-safety
    • Rewrite most of the existing codes to be more concise and clearer, and also more performant by reducing io reads as much as possible and by caching a lot
    • Use meaningful error codes with better error messages
    • Rename subcommands to references
    • Remove "execution type" which is useless and confusing
    • Publishing is now done via GitHub Actions
    Open source →
    Release notes
    • Add support for M1 Macs
    • Blob sizes are now much smaller
    • Opted-in to sound null-safety
    • Rewrite most of the existing codes to be more concise and clearer, and also more performant by reducing io reads as much as possible and by caching a lot
    • Use meaningful error codes with better error messages
    • Rename subcommands to references
    • Remove "execution type" which is useless and confusing
    • Publishing is now done via GitHub Actions
    Open source →
  2. 1.4.3 10 Sep 2021
    Release notes
    • Bump version to correct derry --version
    Open source →
  3. 1.4.2 10 Sep 2021
    Release notes
    • Fix a bug by correctly passing extra arguments to parsed subcommands
    Open source →
  4. 1.4.1 14 Jun 2021
    Release notes
    • Add description option usage to README documentation
    Open source →
  5. 1.4.0 14 Jun 2021
    Release notes
    • Add description option which can now be used by derry ls -d command
    Open source →
  6. 1.3.0 14 Jun 2021
    Release notes
    • Update dependencies
    • Refactor code with organized imports and typedefs according to new formatter rules
    Open source →
  7. 1.2.1 08 Jan 2021
    Release notes
    • Normalize absolute paths for derry source command
    • Format old changelogs
    Open source →
  8. 1.2.0 29 Dec 2020
    Release notes
    • Enforce stricter linter rules and refactor according to it
    • Support pre & post scripts
    • Move native code into a separate directory
    Open source →
  9. 1.1.1 20 Nov 2020
    Release notes
    • Format according to dartfmt to get better pub score
    Open source →
  10. 1.1.0 20 Nov 2020
    Release notes
    • Scripts now return exit codes
    • Remove --slient or -s option from run command
    • Change info lines' styles
    • Reduce exported API elements to only commands and version
    Open source →
  11. 1.0.5 23 Oct 2020
    Release notes
    • Update pub package description
    Open source →
  12. 1.0.4 23 Oct 2020
    Release notes
    • Refactor to not expose all APIs but only important ones so most library APIs will not be available
    • Add more documentation comments
    Open source →
  13. 1.0.3 08 Oct 2020
    Release notes
    • Format error types in error messages to be uppercase
    Open source →
  14. 1.0.2 07 Oct 2020
    Release notes
    • Rename derry update command to derry upgrade
    • Fix type casting error on extra arguments
    Open source →
  15. 1.0.1 07 Oct 2020
    Release notes
    • Format changelogs according to pub.dev
    Open source →
  16. 1.0.0 07 Oct 2020
    Release notes
    • Today I learned how versioning system actually works
    Open source →
  17. 0.1.4 07 Oct 2020
    Release notes
    • Derry now uses lint instead of pedantic as code linter & analyzer
    • Code base is now formatted according to the lint's rules
    • Use stdout and stderr instead of print
    Open source →
  18. 0.1.3 07 Oct 2020
    Release notes
    • Add support for nested subcommands like $generate:env to run as derry generate env
    • Add support for derry update command
    • Sort output of derry ls tree
    • Remove alias list
    Open source →
  19. 0.1.2 30 Aug 2020
    Release notes
    • Now run scripts can be used without using the run keyword. For example, derry test can be used instead of derry run test without explicit implementations, for all scripts
    • Remove the old build and test alias implementations
    • The derry commands no longer print the current directory on the script execution
    Open source →
  20. 0.1.1 29 Jun 2020
    Release notes
    • Refactor ffi directory to bindings directory
    • Refactor usage lines to be all lowercase and with no period
    • Adde derry --version option
    Open source →
  21. 0.1.1+1 16 Jul 2020
    Release notes
    • Update the pub link in README.md from http to https to get better pub score
    Open source →
  22. 0.1.0 27 Jun 2020
    Release notes
    • Add support for derry source command
    Open source →
  23. 0.0.9 23 Jun 2020
    Release notes
    • Add support for using subcommands with options/arguments/parameters
    Open source →
  24. 0.0.8 18 Jun 2020
    Release notes
    • Fix #12 Ctrl-C Error
    • Add -s as abbrreviation for --silent
    Open source →
  25. 0.0.8+1 19 Jun 2020
    Release notes
    • Fix #20 MultipleHandlers Error caused by #12 fix
    Open source →
  26. 0.0.7 15 Jun 2020
    Release notes
    • Add support for nested scripts
    • Modify Did you mean this? check and ls commands to work well with nested scripts
    • Breaking changes on Advanced Configuration API for compatibility with nested scripts
    Open source →
  27. 0.0.7+1 16 Jun 2020
    Release notes
    • Fix #14 error on not being able to use options caused by previous changes
    Open source →
  28. 0.0.6 14 Jun 2020
    Release notes
    • Add Did you mean this? check by using string-similarity package
    • Fix null infoLine error
    • Fix command not found unhandled exceptions
    Open source →
  29. 0.0.5 13 Jun 2020
    Release notes
    • Add derry ls command
    • Updat documentation
    Open source →
  30. 0.0.4 12 Jun 2020
    Release notes
    • Add support for test and build aliases
    • Better and consistent error messages with an API
    Open source →
  31. 0.0.3 11 Jun 2020
    Release notes
    • Add support for --silent
    • Refactor Rust source code
    • Start using derry for build
    • Modify documentation
    Open source →
  32. 0.0.3+1 11 Jun 2020
    Release notes
    • Modify README to work correctly on pub.dev
    Open source →
  33. 0.0.2 10 Jun 2020
    Release notes
    • Add support for subcommands
    Open source →
  34. 0.0.1 09 Jun 2020
    Release notes
    • Initial version, scaffolded by Stagehand
    • Add support for list definitions
    • Add support for configurable execution type
    • Add support for win64, linux64, and (mac64)
    • Add tests for helpers
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive