yak_runner 2.0.0
yak_runner: ^2.0.0 copied to clipboard
A Dart package that makes running functions safer and easier to test
2.0.0 #
- update dependency
- update to dart 3
1.0.2 #
- update
run...functions - add
runCallback...functions - add
callback,...FutureOrextensions - add
letRunand re-addthenRun - add
ForEachRunXandForEachRunStreamX - update existing extensions
- update tests
- update dependencies
1.0.1 #
- remove
thenRunextesion in favor ofyak_result'sonResult - update dependencies
- clean up tests
1.0.0 #
- major release
- fix export of external packages
- update dependencies
0.5.0 #
- rework everything as pure function and extension
- export
yak_result - update readme
0.4.1 #
- moved
ErrorHandlertoyak_error_handler - moved
Resulttoyak_reason
0.4.0 #
- fix analysis
- removed
buildTestmixin - add custom json runner
- breaking change on
errorReportanderrorHandlers - versions up-to-date
0.3.1 #
- added
extensionfamilyRunnerAppendX - added
OnSuccessCallback - bump
stubversion - updated tests
exampleupdated- renamed
RunnerandNullaryDelegate - added
typedefforDelegates andRunners - added
IterableRunner
0.3.0 #
readmeupdated- updated
stubto 0.2.0 - removed redundancies with
yak_error_handler - migrated to
null-safety
0.2.2 #
- implemented
IterableContainsandTypeAsTypewith extensions and tests - breaking change:
- sepatarate handling between
ExceptionandError "runners"have now optional named constructor argumentsHandleErrorhas optional constructor argument
- sepatarate handling between
HandleErrorhas new factory constructor and extensions- updated
readmeandpubspecdescription
0.2.1 #
- added
melosandcoverage - added
effective_darttodev_dependencies - updated
readme - updated
example - updated
tests
0.2.0 #
yak_error_handlerfriendly- fixed
Typefortest mixin - added
assertfor runners andtypeVoid - rewrite example
- rewrite tests
- major refactor without freezed
0.1.0 #
- implemented
test_factory_mixinwith tests - removed
async freezed - implemented
delegatesfor testing - complete rework based on
freezed
0.0.3 #
- breaking changes in the validation
- added
mockitofor testing
0.0.2 #
- full re-design with mixin based classes
- test passing
0.0.1 #
alpharelease