hop 0.32.0
hop: ^0.32.0 copied to clipboard
Dart Task Framework
0.32.0 #
-
Require at least Dart 1.9
-
Made
bencha usable viapub global activate hop.
0.31.1 #
- A bunch of cleanup.
- Updated
botdependency.
0.31.0+4 #
- Updated dependencies.
0.31.0+3 #
- Updated
README.md.
0.31.0+2 #
-
Updated dependencies.
-
Removed
hop_docgen.
0.31.0+1 #
- Updated
homepageanddocumentationlinks inpubspec.yaml.
0.31.0 #
hop_tasks- REMOVED deprecated
createUnitTestTask. Usehop_unittestpackage instead. - REMOVED deprecated
getBranchForDirTaskandbranchForDir. Usehop_gitpackage instead.
- REMOVED deprecated
0.30.5 #
hop_tasks- DEPRECATED
createUnitTestTask. Usehop_unittestpackage instead. - DEPRECATED
getBranchForDirTaskandbranchForDir. Usehop_gitpackage instead.
- DEPRECATED
0.30.4+2 #
- Support the latest release of
unittest.
0.30.4+1 #
- Support the latest release of
git.
0.30.4 #
Stopped using deprecated features in bot_io.
0.30.3 #
Minor tweaks and dependency version changes.
0.30.2 #
createUnitTestTaskargumentunitTestActioncan now be a simple void function.- Dependency tweaks
- Miscellaneous cleanup
0.30.1 - 2014-02-28 #
- Fixed dependencies
0.30.0 - 2014-02-28 (SDK 1.3.0-dev.0.0 33060) #
- Updated minimum SDK version to 1.2.
- BREAKING Removed
dartdoctask.- Look at the new
hop_docgenpackage for the same features.
- Look at the new
- BREAKING Removed
createCopyJSTask.- In a world of
pub build, this should not be needed.
- In a world of
- BREAKING-ish Removed "experimental" code from
lib/src. - Improved the error output from the
unittesttask.
0.29.1+1 - 2014-02-15 (SDK 1.2.0-dev.5.7 32688) #
- Using the new
completionpackage.
0.29.1 - 2014-02-15 (SDK 1.2.0-dev.5.7 32688) #
- Marked
createDartDocTaskas DEPRECATED. This task is broken in Dart 1.2. Hoping to create a new, compatible task soon. - Set upper bound on dependencies to minimize unexpected breaking changes.
- Using new
gitpackage. - Lot's of formatting.
0.29.0 - 2014-02-07 (SDK 1.2.0-dev.3.2 r32242) #
- Removed deprecated items from
TaskRegistry:taskNames,hasTask,addSync,addAsync - Removed deprecated
TaskContext.getSubContext. - Removed deprecated, top-level methods from
hop.dart:addSyncTask,addAsyncTask - Removed deprecated items from
Taskclass:factory Task.syncfactory Task.async- Optinal
configargument infactory Task
0.28.3+3 - 2014-01-25 (SDK 1.2.0-dev.1.0 r31918) #
- Code formatting
- Updated URLs to point to new repo: [https://github.com/dart-lang/hop]
0.28.3+1 - 2014-01-18 (SDK 1.1.1 r31822) #
- Better error message when running 'tool/hop_runner.dart' with an unexpected working directory.
- Doc tweaks.
- Simplified
bin/hopbash script.
0.28.3 - 2013-12-23 #
- Using
collectionpackage directly - Using new arg parser model in shipping tasks
0.28.2+1 - 2013-12-10 #
- Dependency oops
0.28.2 - 2013-12-10 (SDK 1.0.2.1 r30821) #
- Using new features in latest
bot,logging, andcollection_helpers.
0.28.1+3 - 2013-12-02 (SDK 1.0.1+3 r30657) #
- Moved each task into its own library.
- Updated
botdependency.
0.28.1+2 - 2013-12-02 (SDK 1.0.1+3 r30657) #
- Basically rolled back the previous commit and some more.
0.28.1+1 - 2013-12-02 (SDK 1.0.1+3 r30657) #
- Fixed task code that was still using [TaskContext] instead of [TaskLogger].
0.28.1 - 2013-12-02 (SDK 1.0.1+3 r30657) #
- Fixed
addTaskto support dependencies. - Fixed tests for Drone.
0.28.0 - 2013-12-02 (SDK 1.0.1+3 r30657) #
BREAKING If you did anything other than create tasks and use runHop, you're probably broken.
0.27.1 - 2013-11-08 (SDK 0.8.10+10 r30107) #
- Lastest SDK
- Aligned with Dart V1 Pubspec Recommendations.
hop #
- DEPRECATED top-level
addSyncTaskandaddAsyncTask - Top-level
addTasknow accepts instances ofTaskorFunction, likeTaskRegistry.addTask - Both
addTaskmethods support an namedString descriptionargument.
hop_tasks #
- Added some % output to
benchtask
0.27.0 - 2013-10-31 (SDK 0.8.9 r29656) #
- Updates for latest SDK.
- BREAKING
runHopnow takes inList<String> argsto align with changes todart:io. - BREAKING
ConsoleContexthas a similar breaking change. TaskRegistry- NEW!
tasksproperty exposes aMap<String, Task>- this replaces a number of things - NEW!
addTasknow supports adding tasks by function, replacingaddSyncandaddAsync. - DEPRECATED
hasTask,addSync,addAsync,tasks,taskNames
- NEW!
- A bunch of the individual tasks were thrown into their own libraries. Can make use and testing easier.
0.26.0 - 2013-10-29 (SDK 0.8.7 r29341) #
- Updates for latest SDK.
- BEHAVIOR CHANGE You no longer need to return
true/falseto flag success/failure.- Return normaling is success.
- Otherwise, throw an error or call
TaskContext.fail.
- DEPRECATED
TaskDefinitionYou probably weren't using it. - NEW! Print within tasks is now logged as
INFO. You can change this behavior by settingprintAtLogLeveltonullinrunHop - DEPRECATED
Task.asyncandTask.syncconstructors. Just usenew Taskfor both cases.
0.25.1 - 2013-09-25 (SDK 0.7.5+3 r27776) #
- Tiny updates to
lib/src/hop_tasks/copy_js.dart - I'm guessing noone is using this directly yet, so not flagging a breaking change.
0.25.0 - 2013-09-23 (SDK 0.7.5+3 r27776) #
- Lastest SDK
- BREAKING - Removed optional
allowUnsafeEvalarg fromcreateDartCompilerTask
0.24.6 - 2013-09-22 (SDK 0.7.5 r27701) #
- Updated min SDK to 0.7.5
- new task
createCopyJSTask
0.24.5 - 2013-09-17 (SDK 0.7.3 r27487) #
- Updated min SDK to 0.7.3
- Tiny tweaks, fixes, etc
0.24.4 - 2013-09-05 (SDK 0.7.1 r27025) #
- Updated min SDK to 0.7.1
- Added optional
timeoutoption tocreateUnitTestTask
0.24.3+2 - 2013-08-27 (SDK 0.6.21.3 r26639) #
- Updated
bot_iomin dependency.
0.24.3+1 - 2013-08-27 (SDK 0.6.21.3 r26639) #
- Latest SDK
- New
dart2jsfeature for Devon.
0.24.3 - 2013-08-26 (SDK 0.6.21.2 r26619) #
- Latest SDK
0.24.2 - 2013-08-10 (SDK 0.6.17.0 r25990) #
- Latest SDK
0.24.1 - 2013-07-24 (SDK 0.6.9.2 r25388) #
0.24.0 - 2013-07-19 (SDK 0.6.5.0 r25017) #
- BREAKING Removed deprecated dart2js method
- Updated SDK dependency to 0.6.5
- Moved to renamed
pathpackage frompathos
0.23.0 - 2013-07-11 (SDK 0.6.3.3 r24898) #
- Updated pub dependencies
- Removed reference to deprecated
dart_analyzer
0.22.2 - 2013-05-28 (SDK 0.5.11.1 r23200) #
0.22.1+1 - 2013-05-02 (SDK 0.5.3.0 r22223) #
Oops..
0.22.1 - 2013-05-02 (SDK 0.5.3.0 r22223) #
Updates for latest SDK
0.22.0 - 2013-04-29 (SDK 0.5.1.0 r22072) #
0.21.0 - 2013-04-17 (SDK 0.4.7+3 r21604) #
- Updated to latest SDK
- Removed deprecations. (TODO: provide details)
0.20.0 - 2013-04-10 (SDK 0.4.5+1 r21094) #
- The grand split from BOT begins.
- See the BOT Changelog for work leading up to the split.