bot_io 0.26.3+1 bot_io: ^0.26.3+1 copied to clipboard
A collection of Dart file system helpers built on dart:io
0.26.3+1 #
- Updated
hop
and addedhop_unittest
dev dependencies.
0.26.3 #
- Added
copyDirectory
0.26.2 2014-05-06 #
- Upgrade min dependency on
bot
to0.27.0
. - Stop using deprecated features from
bot
.
0.26.1+2 2014-05-06 #
- Mark
Console.supportsColor
with@deprecated
.
0.26.1 2014-05-06 #
- NEW! Added
AnsiColor.isSupported
- DEPRECATED
Console.supportsColor
useAnsiColor.isSupported
instead.
0.26.0 2014-03-05 #
- BREAKING removed deprecated
completion.dart
library. See thecompletion
package. - BREAKING removed deprecated
bot_git.dart
library. See thegit
package. - BREAKING removed deprecated
expandStream
frombot_io
. Now inbot
package. - Lots of other cleanup.
0.25.3 2014-02-15 (SDK 1.2.0-dev.5.7 32688) #
- completion.dart is DEPRECATED. Use the
completion
package instead.
0.25.2 2014-02-15 (SDK 1.2.0-dev.5.7 32688) #
- bot_git is DEPRECATED. Use the
git
package instead.
0.25.1 2013-12-10 (SDK 1.0.2.1 r30821) #
- DEPRECATED
expandStream
. You likely weren't using it anyway. If you were, it's inbot
now. - A bunch of test clean-up.
- Dependency tweaks.
0.25.0 2013-11-07 (SDK 0.8.10+6 r30036) #
- Lastest SDK
- Aligned with Dart V1 Pubspec Recommendations.
- BREAKING Removal of deprecated
DirectoryPopulater
code.
0.24.0 2013-10-31 (SDK 0.8.9 r29656) #
- Updates for latest SDK
- BREAKING changes to
tryCompletion
and the completion generator due to removal ofOptions
fromdart:io
.
0.23.3 2013-10-24 (SDK 0.8.6 r29156) #
- Updates for latest SDK
0.23.2 2013-08-26 (SDK 0.6.21.2 r26619) #
- Updates for latest SDK
0.23.1 2013-07-26 (SDK 0.6.9.2 r25388) #
- NEW!
TempDir.then
- for those times when you just want a directory. - Tiny updates to dependencies, refactoring in
bot_git
0.23.0 2013-07-24 (SDK 0.6.9.2 r25388) #
- Latest SDK
- BREAKING Moved
completion
into its own library.
0.22.0 2013-07-18 (0.6.5.0 r25017) #
- Updated min SDK to 0.6.5
- Moved from 'pathos' to 'path' package
- DEPRECATED
DirectoryPopulater
andMapDirectoryPopulater
- BREAKING
TempDir.populate
now takes the same inputs asEntityPopulater.populate
0.21.3 2013-07-11 (SDK 0.6.3.3 r24898) #
- Work-around for https://code.google.com/p/dart/issues/detail?id=10163
- Other tiny tweaks
0.21.2 2013-06-04 (SDK 0.5.13.1 r23552) #
- Fixes for SDK 0.5.13.1
- Crypto moved to a pub package
0.21.1 2013-05-28 (SDK 0.5.11.1 r23200) #
- Fixes for SDK 0.5.11.1
0.21.0+2 2013-04-29 (SDK 0.5.1.0 r22072) #
bot_io #
- Another oops in
AnsiColor
- Un-deprecated
DirectoryPopulater
andMapDirecotryPopulater
EntityPopulator
isn't there yet...
0.21.0 2013-04-29 (SDK 0.5.1.0 r22072) #
bot_io #
- BREAKING
TempDir.dispose
is now async -- returns aFuture
- DEPRECATED
DirectoryPopulater
andMapDirecotryPopulater
- NEW!
EntityPopulater
0.20.1 2013-04-19 (SDK 0.4.7+5 r21658) #
- TODO...
0.20.0 2013-04-17 (SDK 0.4.7+3 r21604) #
- The grand split from BOT begins.
- See the BOT Changelog for work leading up to the split.