- BREAKING Renamed exception classes to align with Dart naming conventions.
- BREAKING Slight changes to
requires
methods,DetailedArgumentException
- BREAKING Almost everything has changed.
- Multi-line output is indented correctly.
- BREAKING
io.Color
is nowio.AnsiColor
- BREAKING Removed
prnt
andprntLine
. A bit silly, no?
- BREAKING Merged
hop
back in. Circular dependencies just make no sense. - BREAKING Moved
qr
into its own repository. - A bunch of fixes to support more recent Dart release.
- BREAKING Changes to align with Dart r14554.
- BREAKING Changes to align with new Sequence types
- BREAKING Changes to align with Dart integration build v13851
- Moved
hop
files intotool
dir. These are for devs working withbot.dart
not end users.
DetailedIllegalArgumentException
ctor is nowconst
- Removed private
_SimpleSet
. Not used.
- An attempt to create a process management system similiar to Rake in the Ruby world or Cake in the CoffeeScript world.
- Moved
test
,dart2js
, anddocs
to this new system. - Naming: A play off frog. Which is a play off dart. As in "dart frog" and "frog hop". Yeah a stretch, but it's short.
PElement.draw
renamed to_stageDraw
PElement.updated
event removed- Renamed
ElementParentImpl
toParentElement
- Moved logic for handling children from
PElement
toParentElement
- Aligned with M1 build of Dart r13679