dartbag 0.4.1
dartbag: ^0.4.1 copied to clipboard
A grab-bag of miscellaneous, lightweight utility code for Dart.
0.4.1 #
- Added a
Future.castextension method. - Added a
List.sortWithAsyncKeyextension method as an asynchronous version ofList.sortWithKey.
0.4.0 #
- Removed
RestartableTimer.package:asyncalready provides such a class. - Added a
timeAsyncOperationfunction as an asynchronous version oftimeOperation. - Added a
parseOptionValueextension method onpackage:args'sArgResults. - Added a
matcherlibrary with atoStringMatchesfunction.
0.3.0 #
- Added a
List.rotateLeftextension method. - Allow the
analysis_options.yamlfile to be consumed by other packages. - Moved
timeOperationfrommisc.darttodebug.dart. - Fixed
int.padLeftto work with negative integers. - Modified
RepeatableRandomto allow callers to specify the underlying pseudo-random-number generator. - Updated the
README.mdfile.
0.2.0 #
- Initial published version.