derry 1.1.1 derry: ^1.1.1 copied to clipboard
Derry is a script manager to help you define script shortcuts and use them effortlessly, and performantly.
1.1.1 #
- Format according to
dartfmt
to get better pub score
1.1.0 #
- Scripts now return exit codes
- Removed
--slient
or-s
option fromrun
command - Change info lines' styles
- Reduced exported API elements to only commands and version
1.0.5 #
- Update pub package description
1.0.4 #
- Refactor to not expose all APIs but only important ones so most library APIs will not be available
- Add more documentation comments
1.0.3 #
- Format error types in error messages to be uppercase
1.0.2 #
- Rename
derry update
command toderry upgrade
- Fix type casting error on extra arguments
1.0.1 #
- Formatted changelogs according to pub.dev
1.0.0 #
- Today I learned how versioning system actually works
0.1.4 #
- Derry now uses
lint
instead ofpedantic
as code linter & analyzer - Code base is now formatted according to the
lint
's rules - Use
stdout
andstderr
instead ofprint
0.1.3 #
- Add support for nested subcommands like
$generate:env
to run asderry generate env
- Add support for
derry update
command - Sort output of
derry ls
tree - Remove alias list
0.1.2 #
- Now
run
scripts can be used without using therun
keyword. For example,derry test
can be used instead ofderry run test
without explicit implementations, for all scripts - Removed the old
build
andtest
alias implementations - The derry commands no longer print the current directory on the script execution
0.1.1+1 #
- Updated the pub link in README.md from
http
tohttps
to get better pub score
0.1.1 #
- Refactored ffi directory to bindings directory
- Refactored usage lines to be all lowercase and with no period
- Added
derry --version
option
0.1.0 #
- Added support for
derry source
command
0.0.9 #
- Added support for using subcommands with options/arguments/parameters
0.0.8+1 #
- Fixed #20
MultipleHandlers
Error caused by #12 fix
0.0.8 #
- Fixed #12 Ctrl-C Error
- Added
-s
as abbrreviation for--silent
0.0.7+1 #
- Fixed #14 error on not being able to use options caused by previous changes
0.0.7 #
- Added support for nested scripts
- Modified
Did you mean this?
check andls
commands to work well with nested scripts - Breaking changes on
Advanced Configuration
API for compatibility with nested scripts
0.0.6 #
- Added
Did you mean this?
check by usingstring-similarity
package - Fixed null infoLine error
- Fixed command not found unhandled exceptions
0.0.5 #
- Added
derry ls
command - Updated documentation
0.0.4 #
- Added support for
test
andbuild
aliases - Better and consistent error messages with an API
0.0.3+1 #
- Modified README to work correctly on pub.dev
0.0.3 #
- Added support for
--silent
- Refactored Rust source code
- Started using derry for build
- Modified documentation
0.0.2 #
- Added support for subcommands
0.0.1 #
- Initial version, scaffolded by Stagehand
- Added support for list definitions
- Added support for configurable execution type
- Added support for win64, linux64, and (mac64)
- Added tests for helpers