Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.97 KB

changelog.md

File metadata and controls

63 lines (39 loc) · 1.97 KB

Changelog - Dart Bag of Tricks

0.7.0 - pre-release - (SDK r15214)

bot

  • BREAKING Renamed exception classes to align with Dart naming conventions.
  • BREAKING Slight changes to requires methods, DetailedArgumentException

hop

  • BREAKING Almost everything has changed.
  • Multi-line output is indented correctly.

io

  • BREAKING io.Color is now io.AnsiColor
  • BREAKING Removed prnt and prntLine. A bit silly, no?

0.6.0 - 19 Nov 2012 (SDK r15042)

  • 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.

0.5.0 -- 6 Nov 2012 (SDK r14554)

  • BREAKING Changes to align with Dart r14554.

0.4.0 -- 25 October 2012 (SDK r13851)