derry 1.2.0
derry: ^1.2.0 copied to clipboard
A script manager to help you define script shortcuts and use them effortlessly, and performantly.
1.2.0 #
- Enforce stricter linter rules and refactor according to it
- Support
pre&postscripts - Move native code into a separate directory
1.1.1 #
- Format according to
dartfmtto get better pub score
1.1.0 #
- Scripts now return exit codes
- Removed
--slientor-soption fromruncommand - 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 updatecommand 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
lintinstead ofpedanticas code linter & analyzer - Code base is now formatted according to the
lint's rules - Use
stdoutandstderrinstead ofprint
0.1.3 #
- Add support for nested subcommands like
$generate:envto run asderry generate env - Add support for
derry updatecommand - Sort output of
derry lstree - Remove alias list
0.1.2 #
- Now
runscripts can be used without using therunkeyword. For example,derry testcan be used instead ofderry run testwithout explicit implementations, for all scripts - Removed the old
buildandtestalias 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
httptohttpsto 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 --versionoption
0.1.0 #
- Added support for
derry sourcecommand
0.0.9 #
- Added support for using subcommands with options/arguments/parameters
0.0.8+1 #
- Fixed #20
MultipleHandlersError caused by #12 fix
0.0.8 #
- Fixed #12 Ctrl-C Error
- Added
-sas 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 andlscommands to work well with nested scripts - Breaking changes on
Advanced ConfigurationAPI for compatibility with nested scripts
0.0.6 #
- Added
Did you mean this?check by usingstring-similaritypackage - Fixed null infoLine error
- Fixed command not found unhandled exceptions
0.0.5 #
- Added
derry lscommand - Updated documentation
0.0.4 #
- Added support for
testandbuildaliases - 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