Discussion:
[dart-misc] Version Naming Conventions
Gonzalo Chumillas
2016-03-21 18:38:48 UTC
Permalink
I noticed that all packages start by 0.0.1. And I usually use the following
naming convention:
http://pear.php.net/manual/en/rfc.version-naming.standard.php

What version naming convention does the Dart group use?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Harry Terkelsen' via Dart Misc
2016-03-21 22:00:21 UTC
Permalink
Here's an article on the versioning philosophy of pub:
https://www.dartlang.org/tools/pub/versioning.html

On Mon, Mar 21, 2016 at 2:57 PM Gonzalo Chumillas <
Post by Gonzalo Chumillas
I noticed that all packages start by 0.0.1. And I usually use the
http://pear.php.net/manual/en/rfc.version-naming.standard.php
What version naming convention does the Dart group use?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Bob Nystrom' via Dart Misc
2016-03-21 22:47:51 UTC
Permalink
Specifically, we use semver <http://semver.org/>. Really specifically, we
use semver 2.0.0-rc.2 <http://semver.org/spec/v2.0.0-rc.2.html>.

Cheers!

– bob

On Mon, Mar 21, 2016 at 3:00 PM, 'Harry Terkelsen' via Dart Misc <
Post by 'Harry Terkelsen' via Dart Misc
https://www.dartlang.org/tools/pub/versioning.html
On Mon, Mar 21, 2016 at 2:57 PM Gonzalo Chumillas <
Post by Gonzalo Chumillas
I noticed that all packages start by 0.0.1. And I usually use the
http://pear.php.net/manual/en/rfc.version-naming.standard.php
What version naming convention does the Dart group use?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...