dart-archive / observe

Support for marking objects as observable, and getting notifications when those objects are mutated
https://pub.dartlang.org/packages/observe
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

remove Mixin/Base suffix from pkg:observe #36

Closed DartBot closed 9 years ago

DartBot commented 9 years ago

Issue by jmesserly Originally opened as dart-lang/sdk#13353


These suffixes shouldn't be needed as we are in a Pub package, and thus can have a (slightly) looser versioning policy. Also having 6 types instead of 2 is a point of confusion for new users.

DartBot commented 9 years ago

Comment by sigmundch


Added this to the M8 milestone.

DartBot commented 9 years ago

Comment by jmesserly


Set owner to @jmesserly. Added Started label.

DartBot commented 9 years ago

Comment by jmesserly


https://codereview.chromium.org/27618002/

DartBot commented 9 years ago

Comment by jmesserly


Added Fixed label.

DartBot commented 9 years ago

Comment by anders-sandholm


Removed Library-Observe label. Added Pkg-Observe label.