justinfagnani / route

A client + server routing library for Dart
BSD 3-Clause "New" or "Revised" License
114 stars 40 forks source link

Version bump to match Dart launch parameters (>=0.9.0) #59

Open butlermatt opened 10 years ago

butlermatt commented 10 years ago

Per @sethladd 's documentation:

If your package depends on packages produced by the Dart team, like "args", "unittest", "polymer", etc, please use these specific lower and upper bounds:

analyzer: >=0.10.1 < 0.11.0 everything else: >=0.9.0 < 0.10.0

Should route version be bumped to match the launch versions or remain an exception similar to Analzyer? In this case I know route is not part of the sdk build packages and didn't get the same version as those, but for consistency would it be worth it?

See: https://plus.google.com/u/0/+SethLadd/posts/9JQJVz78R97