bot 0.2.1 bot: ^0.2.1 copied to clipboard
A collection of (mostly) general libraries to make working with Dart more productive.
Changelog #
0.2.1 -- 22 October 2012 #
- Moved
hop
files intotool
dir. These are for devs working withbot.dart
not end users.
0.2.0 -- 21 October 2012 #
- Aligned with M1 build of Dart v13679
Retained - Breaking Changes #
PElement.draw
renamed to_stageDraw
PElement.updated
event removed- Renamed
ElementParentImpl
toParentElement
- Moved logic for handling children from
PElement
toParentElement
Bot #
DetailedIllegalArgumentException
ctor is nowconst
- Removed private
_SimpleSet
. Not used.
Hop - New #
0.1.0 - 16 October 2012 #
- Aligned with M1 build of Dart v13679